搜索资源列表
qiebixuefu
- 计算卫星位置的fortran程序,用切比雪夫内插任意时刻的三位坐标,精度课达mm级别。内有数据课进行对比验证,内容讲解的不是很详细请原谅。
gps读取卫星星历文件计算卫星位置
- gps读取卫星星历文件计算卫星位置
GPS卫星位置计算程序
- GPS卫星位置计算程序,MATlab编写,可用于GPS数据处理
GPSwxwz
- 用matlab编写的GPS卫星位置解算程序,可用GPS数据来处理计算卫星位置-Prepared using GPS satellite position matlab solver can be used to process GPS calculated satellite position data
Matlab_GPS_Toolbox[1]
- GPS TOOLBOX包含以下内容: 1、GPS相关常量和转换因子; 2、角度变换; 3、坐标系转换: 点变换; 矩阵变换; 向量变换; 4、专用测绘程序; 5、专用统计函数; 6、GPS时间工具; 7、专用GPS数据处理函数; 8、航迹和相关工具; 9、卫星位置计算; 10、高度和方位角判定,以及卫星可见性; 11、DOP(dilution of precision)计算,卫星选取和相关函数;
topcent
- 根据用户位置和卫星位置计算用户相对卫星的俯仰角和方位角的matlab编程算法实现,已通过编译
GPSpositioning
- GPS卫星位置计算,由卫星星历计算卫星位置并进行精读评定。-GPS satellite position calculated, calculated from the satellite ephemeris satellite positions and conduct intensive reading assessment.
calculateuserpositon
- GPS卫星定位 利用伪距观测量计算用户位置-GPS satellite positioning using pseudo-range observables calculated user location
coo_sat
- GPS卫星定位 利用广播星历计算卫星位置-Calculated using satellite position broadcast ephemeris
Matlab-GPS-Toolbox
- 非常完善的GPS toolbox,内含中文readme以及中文翻译的介绍。 GPS TOOLBOX包含以下内容: 1、GPS相关常量和转换因子; 2、角度变换; 3、坐标系转换: 点变换; 矩阵变换; 向量变换; 4、专用测绘程序; 5、专用统计函数; 6、GPS时间工具; 7、专用GPS数据处理函数; 8、航迹和相关工具; 9、卫星位置计算; 10、高度和方位角判定,以及卫星可见性; 11、DOP(dilution
Matlab-GPS-Toolbox
- GPS卫星导航接收机的matlab工具箱,包括卫星位置计算、用户位置计算以及坐标转换等功能-GPS-matlab toolbox
gps
- 利用星历参数,计算卫星位置和卫星运行速度等一般参数。为学习matlab提供素材-Ephemeris parameters used to calculate satellite position and satellite speed and other general parameters. Provide material for learning matlab
pos
- GPS卫星位置计算,用于计算卫星的实时位置,并可进行外推-GPS satellite position calculation used to calculate the real-time satellite position, and extrapolation
GPS_weiju
- 根据导航文件数据对GPS伪距求解以及卫星位置计算-According to the file data on the GPS navigation solution and the pseudo-range calculation of satellite position
compute-satellite-postion
- 根据15个星历参数计算卫星地心地固坐标系下的速度,位置(6个开普勒轨道参数,9个摄动参数)-compute satellite postion
gps
- 本书是一本实用全球定位系统(GPS)定位程序设计工具书。它包括了GPS应用和开发中全部常用的内容。 全书共分十章,它们是:绪论、数据采集和格式转换、卫星位置计算、绝对定位、相对定位、差分GPS定位、动态定位、辅助计算工具、GPS+GLONASS组合以及菜单界面设计。本书总结了多年的工作实践和研究成果,以38种不同功能的数学模糊及完整的源程序奉献给读者。 本书可供从事航空、航海、港口、航道、公路、铁路、勘测、地质、石油、测绘、水利、公安、保险、银行、探险等专业的应用、开发、研究和
statepoint
- 利用GPS导航文件(N文件),计算实时卫星轨道位置。即利用广播星历计算卫星位置。-Using GPS navigation files (N file), to calculate real-time satellite orbital position. That position is calculated using a broadcast satellite ephemeris.
SATPOS
- Kai Borre的很经典的计算卫星位置的代码-Classic computing satellite positions Kai Borre code
卫星位置俯仰角计算
- 通过GPS卫星星历文件和观测文件,计算卫星位置及俯仰角(Calculate the position and pitch angle of satellite by means of GPS satellite ephemeris file and observation document.)
广播星历与精密星历精度对比
- 对于GPS卫星,采用广播星历计算卫星位置坐标,并通过拉格朗日插值法对精密星历进行处理,两者精度进行对比。