Location:
Search - ECEF WGS
Search list
Description: 地球坐标系ecef坐标与地理坐标系(bj54/wgs84)转换。-Ecef coordinate system and geographic coordinates (bj54/wgs84) conversion.
Platform: |
Size: 1024 |
Author: 赵思浩 |
Hits:
Description: Convert WGS 84 (CTS, ECEF) Coordinates to ECI (CIS, Epoch J2000.0) Coordinates. This function has been vectorized for speed. The associated error in converting between coordinate frames is on the order of 1.2*10^-11 km when compared to STK ephemeris output.
Platform: |
Size: 4096 |
Author: CYT |
Hits:
Description: WGS-84 -> ECEF
ECEF -> WGS-84
极坐标系 -> ECEF
ECEF -> 极坐标系-WGS-84-> ECEF
ECEF-> WGS-84
polar-> ECEF
ECEF-> polar
Platform: |
Size: 3072 |
Author: zfoolt |
Hits:
Description: 类似J2000的ECI坐标系转换到类似wgs84的ECEF坐标系,方便大家应用(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))
Platform: |
Size: 1024 |
Author: ballackay |
Hits: