Convert ECI to ECEF Coordinates
by Darin Koblick
17 Jul 2010
(Updated 29 May 2012)
Transform ECI position, velocity and acceleration to ECEF position, velocity & acceleration.
|
Watch this File
|
| File Information |
| Description |
Convert ECI (CIS, Epoch J2000.0) Coordinates to WGS 84 (CTS, ECEF) Coordinates. This function has been vectorized for speed.
Example Function Call:
>> [r_ECEF v_ECEF a_ECEF] = ECItoECEF(JD,r_ECI,v_ECI,a_ECI);
Where:
JD is the Julian Date vector [1 x N] (units are in days)
r_ECI is the position vector [3 x N] (any units are permitted)
v_ECI is the velocity vector [3 x N] (any units are permitted)
a_ECI is the acceleration vector [3 x N] (any units are permitted) |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
Julian Date to Greenwich Mean Sidereal Time
|
| MATLAB release |
MATLAB 7.5 (R2007b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 01 Mar 2012 |
Added acceleration transformation update to code. This now supports all position, velocity and acceleration vectors. |
| 01 Mar 2012 |
Updated vector inputs and outputs to include the acceleration term. |
| 02 Mar 2012 |
Added another code attachment since the last attachment didn't appear to make it through. |
| 29 May 2012 |
Updated mean obliquity of elliptic equation to be consistent with units. All units in this equation are in degrees. |
|
Contact us at files@mathworks.com