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
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nin (from MIMO) | 1 | dim of input signal-vector |
| Integer | nout (from MIMO) | 1 | dim of output signal-vector |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| 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.RealInput | theta | rotation angle |