blockSqrt

Output the square root of the input (input >= 0 required)

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

Information

This blocks computes the output y as square root of the input u:

y = sqrt( u );

The input shall be zero or positive. Otherwise an error occurs.

Connectors

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