Main Content

Decoupled Transform (Six-Phase)

Implement abc and xyz to dqz1z2o1o2 transform

Since R2021a

Libraries:
Simscape / Electrical / Control / Mathematical Transforms

Description

The Decoupled Transform (Six-Phase) block converts the time-domain components of a six-phase system in abc and xyz reference frames to direct, quadrature, z1, z2, o1, and o2 components in a rotating reference frame. The three-phase systems abc and xyz are spatially shifted by 30 electrical degrees.

You can configure the block to align the phase a-axis of the six-phase system to either the d-axis or q-axis of the rotating reference frame at time t = 0.

θ = ωt + Offset is the angle between the a and q axes for the q-axis alignment or the angle between the a and d axes for the d-axis alignment, where:

  • ω is the rotational speed of the rotational reference frame.

  • t is the time, in s, from the initial alignment.

  • Offset=0,daxisalignmentπ2,qaxisalignment

Equations

The Decoupled Transform (Six-Phase) block implements the transform as

[dqz1z2o1o2]=13[cosθcos(θ2π3)cos(θ+2π3)cos(θπ6)cos(θ5π6)cos(θ+π2)sinθsin(θ2π3)sin(θ+2π3)sin(θπ6)sin(θ5π6)sin(θ+π2)11212323200323212121111000000111][abcxyz]

Ports

Input

expand all

Components of the three-phase system in an abc reference frame, specified as a vector.

Data Types: single | double

Components of the three-phase system in an xyz reference frame, specified as a vector.

Data Types: single | double

Angular position of the rotating reference frame, specified as a scalar.

Data Types: single | double

Output

expand all

Direct, quadrature, z1-, z2-, o1-, and o2-axis components of the system in the rotating reference frame, returned as a vector.

Data Types: single | double

Parameters

expand all

Whether to align the a-phase vector of the abc reference frame to the d-axis or q-axis of the rotating reference frame.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2021a