Conversion of ECEF to NED

9 views (last 30 days)
Casey
Casey on 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 Comments
James Tursa
James Tursa on 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 on 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.

Sign in to comment.

Answers (1)

Wolfgang
Wolfgang on 17 Feb 2012

Community Treasure Hunt

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

Start Hunting!