|
MotorWare f2806x Module API Documentation
|
This module performs the Clarke transformation, which translates a vector represented in a three phase coordinate system (a,b,c) into a vector represented in a two phase orthogonal reference frame (
). The following figure shows the coordinate transformation of a general vector x, which can be expressed in either coordinate system.
The Clarke transform can be described mathematically as follows:
where
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 the projection of the original vector in the
direction
Please see the CLARKE_init(), CLARKE_setup() and CLARKE_run() functions define in clarke.h for more details.
There is only one module in this package, the APIs can be referenced at CLARKE. The API headers can be located at clarke.h. The test procedures are described at test_clarke.h.
1.8.9.1