Direction Cosine Matrix to Wind Angles
Convert direction cosine matrix to wind angles
Libraries:
Aerospace Blockset /
Utilities /
Axes Transformations
Description
The Direction Cosine Matrix to Wind Angles block converts a 3-by-3 direction cosine matrix (DCM) into three wind rotation angles. The DCM matrix performs the coordinate transformation of a vector in earth axes (ox0, oy0, oz0) into a vector in wind axes (ox3, oy3, oz3). For more information on the direction cosine matrix, see Algorithms.
This implementation generates a flight path angle that lies between ±90 degrees, and bank and heading angles that lie between ±180 degrees.
Ports
Input
Output
Parameters
Algorithms
The DCM matrix performs the coordinate transformation of a vector in earth axes (ox0, oy0, oz0) into a vector in wind axes (ox3, oy3, oz3). The order of the axis rotations required to bring this about is:
A rotation about oz0 through the heading angle (χ) to axes (ox1, oy1, oz1)
A rotation about oy1 through the flight path angle (γ) to axes (ox2, oy2, oz2)
A rotation about ox2 through the bank angle (μ) to axes (ox3, oy3, oz3)
Combining the three axis transformation matrices defines the following DCM.
To determine wind angles from the DCM, the following equations are used:
Extended Capabilities
Version History
Introduced before R2006a