Convert ECI to ECEF Coordinates

버전 1.8.0.0 (3.68 KB) 작성자: Darin Koblick
Transform ECI position, velocity and acceleration to ECEF position, velocity & acceleration.
다운로드 수: 6.2K
업데이트 날짜: 2020/11/13

라이선스 보기

Convert Pseudo Earth Fixed Inertial Coordinates to 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)

인용 양식

Darin Koblick (2024). Convert ECI to ECEF Coordinates (https://www.mathworks.com/matlabcentral/fileexchange/28233-convert-eci-to-ecef-coordinates), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 SPICE files에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.8.0.0

Clarified that the ECI frame is in Pseudo Earth Fixed Coordinates (No Nutations are performed about the +Z axis for speed)

1.7.0.0

Updated mean obliquity of elliptic equation to be consistent with units. All units in this equation are in degrees.

1.5.0.0

Added another code attachment since the last attachment didn't appear to make it through.

1.4.0.0

Updated vector inputs and outputs to include the acceleration term.

1.1.0.0

Added acceleration transformation update to code. This now supports all position, velocity and acceleration vectors.

1.0.0.0