Direction Cosine Matrix ECEF to NED to Latitude and Longitude
Convert direction cosine matrix to geodetic latitude and longitude
Libraries:
Aerospace Blockset /
Utilities /
Axes Transformations
Description
The Direction Cosine Matrix ECEF to NED to Latitude and Longitude block converts a 3-by-3 direction cosine matrix (DCM) into geodetic latitude and longitude. The DCM matrix performs the coordinate transformation of a vector in Earth-centered Earth-fixed (ECEF) axes, (ox0, oy0, oz0), into geodetic latitude and longitude. For more information on the direction cosine matrix, see Algorithms.
Limitations
The DCM matrix performs the coordinate transformation of a vector in ECEF axes, (ox0, oy0, oz0), into geodetic latitude and longitude. The order of the axis rotations required to bring this about is:
This implementation generates a geodetic latitude that lies between ±90 degrees, and longitude that lies between ±180 degrees.
The implementation of the ECEF coordinate system assumes that the origin is at the center of the planet, the x-axis intersects the Greenwich meridian and the equator, the z-axis is the mean spin axis of the planet, positive to the north, and the y-axis completes the right-hand system. For more information, see About Aerospace Coordinate Systems.
Ports
Input
Output
Parameters
Algorithms
The DCM matrix performs the coordinate transformation of a vector in ECEF axes, (ox0, oy0, oz0), into geodetic latitude and longitude. The order of the axis rotations required to bring this about is:
A rotation about oz0 through the longitude (ι) to axes (ox1, oy1, oz1)
A rotation about oy1 through the geodetic latitude (μ) to axes (ox2, oy2, oz2)
Combining the two axis transformation matrices defines the following DCM.
To determine geodetic latitude and longitude from the DCM, the following equations are used:
References
[1] Zipfel, Peter H., Modeling and Simulation of Aerospace Vehicle Dynamics. Second Edition. Reston, VA: AIAA Education Series, 2000.
[2] Recommended Practice for Atmospheric and Space Flight Vehicle Coordinate Systems, R-004-1992, ANSI/AIAA, February 1992.
[3] Stevens, B. L., and F. L. Lewis. Aircraft Control and Simulation, Hoboken, NJ: John Wiley & Sons, 1992.
Extended Capabilities
Version History
Introduced before R2006a