Flat Earth to LLA
Estimate geodetic latitude, longitude, and altitude from flat Earth position
Libraries:
Aerospace Blockset /
Utilities /
Axes Transformations
Description
The Flat Earth to LLA block converts a 3-by-1 vector of flat Earth position into geodetic latitude , longitude , and altitude (h). For more information on the flat Earth coordinate system, see Algorithms.
Examples
Limitations
This estimation method assumes the flight path and bank angle are zero.
This estimation method assumes the flat Earth z-axis is normal to the Earth at the initial geodetic latitude and longitude only. This method has higher accuracy when close to the reference geodetic latitude and longitude and nearer to the equator than farther away. The longitude will have higher accuracy when there are smaller the variations in latitude. Additionally, longitude is singular at the poles.
Ports
Input
Output
Parameters
Algorithms
The flat Earth coordinate system assumes the z-axis is downward positive. The estimation begins by transforming the flat Earth x and y coordinates to North and East coordinates. The transformation has the form of:
where is the angle in degrees clockwise between the x-axis and north.
To convert the North and East coordinates to geodetic latitude and longitude, the radius of curvature in the prime vertical (RN) and the radius of curvature in the meridian (RM) are used.
(RN) and (RM) are defined by the following relationships:
where (R) is the equatorial radius of the planet and is the flattening of the planet.
Small changes in the latitude and longitude are approximated from small changes in the North and East positions by:
The output latitude and longitude are simply the initial latitude and longitude plus the small changes in latitude and longitude:
The altitude is the negative flat Earth z-axis value minus the reference height (href):
References
[1] Stevens, B. L., and F. L. Lewis. Aircraft Control and Simulation, Hoboken, NJ: John Wiley & Sons, 2003.
[2] Etkin, B. Dynamics of Atmospheric Flight Hoboken, NJ: John Wiley & Sons, 1972.
Extended Capabilities
Version History
Introduced before R2006a