functionquasiRMS
Calculate continuous quasi RMS value of input
Extends from Modelica.Icons.Function (Icon for functions).
Information
This function determines the continuous quasi RMS value of a polyphase system, representing an equivalent RMS vector or phasor. If the waveform of the input deviates from a sine curve, the output of the sensor will not be exactly the average RMS value.
y = sqrt(sum(u[k]^2 for k in 1:m)/m)
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | x |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y |