RMS
Description
Calculate the RMS value of the input signal. The RMS value is evaluated at the specified frequency.
output = \sqrt{\frac{1}{T}\int_t^{t+T} input^2 \cdot dt}
Library
Control > Math
Pins
Name | Description |
---|---|
In | Input |
Out | Output |
Parameters
Name | Description |
---|---|
Frequency | Frequency in Hz |
SamplingTime | -none or 0: No sampling. The system will be solved in the Newton loop (default). -auto: Inherit the sampling time of its source device. -Sampling Period: defined in seconds. |