|
MotorWare f2806x Module API Documentation
|
This module performs the inverse Park transformation, which translates a vector in a two phase orthogonal reference frame (
) into a rotated two phase orthogonal coordinate system (d,q). The following figure shows the coordinate transformation of a general vector x, which can be expressed in either coordinate system.
The Park transform can be described mathematically as follows:
where
is the angle between the two coordinate systems
is the projection of the original vector in the
direction
is the projection of the original vector in the
direction
is the projection of the original vector in the
direction
is the projection of the original vector in the
direction
is a sine function
is a cosine function
Please see the PARK_init(), PARK_setup() and PARK_run() functions define in park.h for more details.
There is only one module in this package, the APIs can be referenced at PARK. The API headers can be located at park.h. The test procedures are described at test_park.h.
1.8.9.1