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
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput | u (from SISO) | Connector of Real input signal | |
| RealOutput | y (from SISO) | Connector of Real output signal |