Direction Cosine Matrix Body to Wind to Alpha and Beta
Convert direction cosine matrix to angle of attack and sideslip angle
Libraries:
Aerospace Blockset /
Utilities /
Axes Transformations
Description
The Direction Cosine Matrix Body to Wind to Alpha and Beta block converts a 3-by-3 direction cosine matrix (DCM) to angle of attack and sideslip angle. The DCM performs the coordinate transformation of a vector in body axes (ox0, oy0, oz0) into a vector in wind axes (ox2, oy2, oz2). For more information on the direction cosine matrix, see Algorithms.
Limitations
This implementation generates angles that lie between ±90 degrees.
Ports
Input
Output
Parameters
Algorithms
The DCM matrix performs the coordinate transformation of a vector in body axes (ox0, oy0, oz0) into a vector in wind axes (ox2, oy2, oz2). The order of the axis rotations required to bring this about is:
A rotation about oy0 through the angle of attack (α) to axes (ox1, oy1, oz1)
A rotation about oz1 through the sideslip angle (β) to axes (ox2, oy2, oz2)
Combining the two axis transformation matrices defines the following DCM.
To determine angles from the DCM, the following equations are used:
References
[1] Stevens, Brian L., Frank L. Lewis. Aircraft Control and Simulation, Second Edition. Hoboken, NJ: Wiley–Interscience.
Extended Capabilities
Version History
Introduced before R2006a