Main Content

Vector Control Reference

Compute d and q axis components of reference vector

Since R2020a

Libraries:
Motor Control Blockset / Controls / Control Reference

Description

The Vector Control Reference block calculates the d-axis and q-axis components of the reference voltage, current, or flux vector that you provide as an input to the block.

The block accepts magnitude and position of the reference vector as inputs. The block outputs the reference vector components along the direct and quadrature axes of the rotating dq reference frame.

Equations

The block uses these equations to compute the d-axis and q-axis vector component outputs.

dref=magref×cosθe

qref=magref×sinθe

where:

  • dref is the d-axis component of the reference vector.

  • qref is the q-axis component of the reference vector.

  • magref is the magnitude of the reference vector.

  • θe is the electrical position of the reference vector.

Ports

Input

expand all

Magnitude of the reference voltage, current, or flux vector that you provide as an input to the block.

Data Types: single | double | fixed point

Electrical position of the reference voltage, current, or flux vector that you provide as an input to the block.

Data Types: single | double | fixed point

Output

expand all

Reference voltage, current, or flux vector component along the direct axis of the rotating dq reference frame.

Data Types: single | double | fixed point

Reference voltage, current, or flux vector component along the quadrature axis of the rotating dq reference frame.

Data Types: single | double | fixed point

Parameters

expand all

Align either the d- or q-axis of the rotating reference frame to the α-axis of the stationary reference frame.

Unit of the input electrical position of the reference voltage, current, or flux vector.

Size of the lookup table array.

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™.

Version History

Introduced in R2020a