Spacecraft Control Framework 1.0
Spacecraft Control Library
|
Miscellaneous functions. More...
Go to the source code of this file.
Functions | |
ml_matrix | clarke_transformation_matrix (void) |
Clarke transformation. More... | |
ml_matrix | park_transformation_matrix (double theta_e) |
Park transformation. More... | |
double | angle_encoder (double angle, double max_counts) |
Angle encoder. More... | |
Miscellaneous functions.
ml_matrix clarke_transformation_matrix | ( | void | ) |
Clarke transformation.
Clarke transformation.
This is the forward Clarke transformation for a Y connected motor.
Referenced by pm_machine_torque_control::update().
ml_matrix park_transformation_matrix | ( | double | theta_e | ) |
Park transformation.
Park transformation.
Transforms quantities from rotating alpha-beta coordinates to stationary d-q coordinates. This is the reverse Park transformation, which is just the transpose of the forward transformation.
theta_e |
Referenced by pm_machine_torque_control::update().
double angle_encoder | ( | double | angle, |
double | max_counts | ||
) |
Angle encoder.
Angle encoder.
Transforms quantities from rotating alpha-beta coordinates to stationary d-q coordinates. This is the reverse Park transformation, which is just the transpose of the forward transformation.
theta_e |