Main Content

Inverse Clarke Transform

Implementαβtoabctransformation

  • 库:
  • Motor Control Blockset / Controls / Math Transforms

Description

TheInverse Clarke Transformblock computes the Inverse Clarke transformation of balanced, two-phase orthogonal components in the stationaryαβreference frame. It outputs the balanced, three-phase components in the stationaryabcreference frame.

The block accepts theα-βaxis components as inputs and outputs the corresponding three-phase signals, where the phase-aaxis aligns with theα-axis.

  • Theαandβinput components in theαβreference frame.

  • The direction of the equivalenta,b, andcoutput components in theabcreference frame and theαβreference frame.

  • The time-response of the individual components of equivalent balancedαβandabcsystems.

Equations

The following equation describes the Inverse Clarke transform computation:

[ f a f b f c ] = [ 1 0 1 1 2 3 2 1 1 2 3 2 1 ] [ f α f β f 0 ]

For balanced systems like motors, the zero sequence component calculation is always zero:

i a + i b + i c = 0

Therefore, you can use only two current sensors in three-phase motor drives, where you can calculate the third phase as,

i c = ( i a + i b )

By using these equations, the block implements the Inverse Clarke transform as,

[ f a f b f c ] = [ 1 0 1 2 3 2 1 2 3 2 ] [ f α f β ]

where:

  • f α and f β are the balanced two-phase orthogonal components in the stationaryαβreference frame.

  • f 0 is the zero component in the stationaryαβreference frame.

  • f a , f b , and f c are the balanced three-phase components in theabcreference frame.

Ports

Input

expand all

Alpha-axis component,α, in the stationaryαβreference frame.

Data Types:single|double|fixed point

Beta-axis component,β, in the stationaryαβreference frame.

Data Types:single|double|fixed point

Output

expand all

Component of the three-phase system in theabcreference frame.

Data Types:single|double|fixed point

Component of the three-phase system in theabcreference frame.

Data Types:single|double|fixed point

Component of the three-phase system in theabcreference frame.

Data Types:single|double|fixed point

Extended Capabilities

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

Fixed-Point Conversion
Design and simulate fixed-point systems using Fixed-Point Designer™.

版本历史

Introduced in R2020a

See Also