WOLFRAM SYSTEM MODELER
SqrtOutput the square root of the input (input >= 0 required) |
SystemModel["Modelica.Blocks.Math.Sqrt"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
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.
u |
Type: RealInput Description: Connector of Real input signal |
|
---|---|---|
y |
Type: RealOutput Description: Connector of Real output signal |
Modelica.Blocks.Math Calculate root mean square over period 1/f |
|
Modelica.Blocks.Math Calculates the empirical standard deviation of its input signal |