blockRotationPhasor

Rotation of input signal-vector

Extends from Partials.MIMO.

Information

Rotates phasor u in polar representation by angle theta.

Input u:

  u[1]     absolute value
  u[2]     argument, phase

Output y:

  y[1] = u[1]            absolute value
  y[2] = u[2] + theta    argument, phase

Parameters

TypeNameDefaultDescription
Integernin (from MIMO)1dim of input signal-vector
Integernout (from MIMO)1dim of output signal-vector

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInput[nin]u (from MIMO)input signal-vector
Modelica.Blocks.Interfaces.RealOutput[nout]y (from MIMO)output signal vector
Modelica.Blocks.Interfaces.RealInputthetarotation angle