.Modelica.Electrical.MultiPhase.Functions.quasiRMS

Information

This function determines the continuous quasi RMS value of a multi phase 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)

Interface

function quasiRMS
  extends Modelica.Icons.Function;
  input Real x[:];
  output Real y;
end quasiRMS;

Generated at 2020-06-05T07:38:22Z by OpenModelica 1.16.0~dev-420-gc007a39