搜索资源列表
gps
- GPS数据处理源代码,提供了星历处理、伪距定位、载波定位的函数。
gps读取卫星星历文件计算卫星位置
- gps读取卫星星历文件计算卫星位置
Kalman-GPS
- 读取RINEX星历文件,观测文件,存储为数组形式,matlab环境下-Read RINEX ephemeris file, observation file
rinex
- GPS rinex文件读取的MATLAB代码-source coed reading rinex data
GPS
- GPS数据处理源代码,提供了星历处理.伪距定位.载波定位的函数-GPS data processing source code, provides ephemeris processing. Pseudo-range position. Carrier positioning function
GPSpositioning
- GPS卫星位置计算,由卫星星历计算卫星位置并进行精读评定。-GPS satellite position calculated, calculated from the satellite ephemeris satellite positions and conduct intensive reading assessment.
coo_sat
- GPS卫星定位 利用广播星历计算卫星位置-Calculated using satellite position broadcast ephemeris
final-GPS
- 实现无线电导航的原理,基于三边测量定位对导航和GPS(全球定位系统)的实现。同时实现了,GPS广播星历参数算法,电离层误差、对流层误差、卫星等仿真-Implement the principle of radio navigation, positioning for navigation based on trilateration and GPS (Global Positioning System) implementation. While achieving, GPS broadcas
gps
- 利用星历参数,计算卫星位置和卫星运行速度等一般参数。为学习matlab提供素材-Ephemeris parameters used to calculate satellite position and satellite speed and other general parameters. Provide material for learning matlab
GPS-error-simulation
- 实现无线电导航的原理,基于三边测量定位对导航和GPS(全球定位系统)的实现。同时实现了,GPS广播星历参数算法,电离层误差、对流层误差、卫星等仿真。 - GPS Navigation Toolbox GNT08.1.2 Principle of Radio Navigation: navigation base on trilateration has been investigated and GPS
gps
- 该编程程序是能够结算出GPS星历以及能够用作GPS相关事宜的结算工作-The programming procedure is clearing out the GPS can be used as a GPS ephemeris and clearing work-related matters
GPS-Position-Matlab
- GPS 通过星历计算卫星坐标,及坐标转换-GPS to calculate the satellites coordinates by ephemeris, and coordinate conversion
LAGchazhi
- 用于实现拉格朗日差值算法,可用于GPS星历计算-For the Lagrange interpolation algorithm, can be used for GPS ephemeris
GPS-single-point-velocity
- 通过matlab编程 进行GPS单点定位进行测速来反映所测地点晃动情况,采样数据1s(1Hz) loadobsrinex.m 为接收机即所用GPS得到的监测数据,loadrinexGpsn.m GPS星历数据,single_v_main1.m是主程序,还有其他消除误差程序。-Through matlab programming for GPS single point positioning speed to reflect the test place moving situation,
GPS_LS
- 采用迭代最小二乘法,根据GPS星历中伪距、卫星位置速度等信息解算接收机位置。-GPS position calculation by Least Square method.
gps-matlab
- 星历仿真,数据读取,定位,kalman及自适应kalman滤波-Ephemeris simulation, data reading, positioning, Kalman and adaptive Kalman filter
rtkpost
- 通过广播星历和精密星历实现GNSS数据的快速解算(The fast calculation of GNSS data is realized by broadcast ephemeris and precise ephemeris)
卫星位置俯仰角计算
- 通过GPS卫星星历文件和观测文件,计算卫星位置及俯仰角(Calculate the position and pitch angle of satellite by means of GPS satellite ephemeris file and observation document.)
pseudorange-伪距单点定位
- 通过读取GPS RINEX格式观测和星历文件,实现了GPS伪距单点定位,经过数据验证,该算法定位结果有效。(By reading the GPS RINEX format observation and ephemeris file, the GPS pseudorange single point positioning is realized, and the positioning result is valid through data verification.)
广播星历与精密星历精度对比
- 对于GPS卫星,采用广播星历计算卫星位置坐标,并通过拉格朗日插值法对精密星历进行处理,两者精度进行对比。