Conversion of ECEF to NED

9 Ansichten (letzte 30 Tage)
Casey
Casey am 17 Jan. 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 Kommentare
James Tursa
James Tursa am 17 Jan. 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 am 18 Jan. 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Wolfgang
Wolfgang am 17 Feb. 2012

Community Treasure Hunt

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

Start Hunting!

Translated by