matlab编程实现从东北天坐标系到地心坐标系的坐标转换我要分享

Coordinate transformation from northeast celestial coordinate system to geocentric coordinate system

ecef-东北天 东北天坐标系 地心坐标系 经纬高 东北天坐标

关注次数: 540

下载次数: 1

文件大小: 11KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

matlab编程实现从东北天坐标系到地心坐标系的坐标转换,包含了资料文件。调用函数名为:ENVtoECEF,输入参数为东北天原点经纬度数据,东北天坐标点数据;输出数据是东北天坐标系下坐标点对应的经纬高数据。


English Description:

Matlab programming realizes the coordinate transformation from the northeast sky coordinate system to the geocentric coordinate system, including data files. The calling function name is envtoecef, the input parameters are longitude and latitude data of northeast sky origin and coordinate point data of northeast sky; the output data is longitude and latitude height data corresponding to coordinate point in northeast sky coordinate system.


代码预览

ENVtoECEF.m

ENVtoECEF从东北天坐标系到地心坐标系.docx

相关推荐