blockTanh

Output the hyperbolic tangent of the input

Extends from Interfaces.SISO (Single Input Single Output continuous control block).

Information

This blocks computes the output y as the hyperbolic tangent of the input u:

y = tanh( u );
tanh.png

Connectors

TypeNameDefaultDescription
RealInputu (from SISO)Connector of Real input signal
RealOutputy (from SISO)Connector of Real output signal