DQ0 to αβγ Transformation

Description
The transformation from the rotating reference frame to the stationary reference frame calculated as
\begin{bmatrix} x_\alpha\\ x_\beta\\ x_\gamma \end{bmatrix} = \begin{bmatrix} cos(\Theta ) & -sin(\Theta ) & 0 \\ sin(\Theta )& cos(\Theta )& 0 \\ 0 & 0 & 1 \end{bmatrix} \cdot \begin{bmatrix} x_d\\ x_q\\ x_0 \end{bmatrix}
Library
Control > Transforms
Pins
| Name | Description |
|---|---|
| D | D input signal |
| Q | Q input signal |
| Zero | 0 input signal |
| Alpha | Alpha output signal |
| Beta | Beta output signal |
| Gamma | Gamma output signal |
| Angle | Angle input signal [Rad] |
Parameters
| Name | Description |
|---|---|
| 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. |