Borrar filtros
Borrar filtros

Conversion of ECEF to NED

9 visualizaciones (últimos 30 días)
Casey
Casey el 17 de En. de 2012
Hi, I had a set of data which are in radians, it comprise of latitude, longitude and height. I need to convert it to meters but is through using the conversion of ECEF to NED. Is it involve with 2 table of matrics?
Thanks.
  2 comentarios
James Tursa
James Tursa el 17 de En. de 2012
Please be more specific. Are the lat, lon, height values geocentric, geodetic, or what? Can you give a specific example of a set of inputs we can work with? You haven't given enough information.
Casey
Casey el 18 de En. de 2012
Sorry,it is the longitude of the vehicle and geodetic latitude of the vehicle.
Both of the longitude and latitude are in radian while else the height are in meters.
Is it in order to convert from ECEF to NED in the following 2 matrics are neccessary:
matric 1:
[ cos(lon) sin(lon) 0; -sin(lon) cos(lon) 0; 0 0 1]
matric 2:
[ cos(-(pi/2+lat)) 0 -sin(-(pi/2+lat); 0 1 0; sin(-(pi/2+lat)) 0 cos(-(pi/2+lat)) ]
Thanks.

Iniciar sesión para comentar.

Respuestas (1)

Wolfgang
Wolfgang el 17 de Feb. de 2012

Categorías

Más información sobre Array Geometries and Analysis en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by