搜索资源列表
基于MATLAB的GPS选星分析及实验研究
- 几篇介绍卫星位置和速度计算的论文,基于MATLAB的GPS选星分析及实验研究,GPS中的一种新的选星方法,Satellite location and a few introductory rate paper, the GPS-based MATLAB election analysis and experimental study of stars, GPS in a new method of election stars
GPS-POS
- GPS卫星位置的算法,还有GPS速度的计算方法,内容详细-GPS satellite position of the algorithm, as well as GPS speed is calculated, detailed
Velocity
- 在用GPS信号进行导航定位以及制订观测计划时,都必须已知GPS卫星在空间的瞬间位置。卫星位置的计算是根据卫星电文所提供的轨道参数按一定的公式计算的。本节专门讲解观测瞬间GPS卫星在地固坐标系中坐标的计算方法-This program converts GPS orbit data from a 18-byte EF18 BINARY direct
GPS_GLONASS_GALILEO_SYSTEM_TIME_AND_CONVERT
- 】在当今的三大定位导航系统中, 它们各自用着自己的时间标准和坐标框架, 这使得我们在进行多样数 据处理与数据融合时很不方便。这就需要我们对此三个系统的时间系统以及坐标系统进行有效的转换, 本文就是 基于这样的需求, 详细介绍并分析了此三大系统中各自的时间系统与坐标系统, 通过对多方资料的综合、推证与 计算, 综合得出GPS、GLONASS以及GAL ILEO三大系统间的时间转换方法及坐标转换模型与公式。而且, 这些 转换公式与方法所得出的结果是完全能满足绝大多数用户的精度需求的。
DOP_test
- DOP计算源代码,给出了详细的计算方法和公式-DOP calculation of the source code, gives a detailed calculation methods and formulas
galileo_sat
- 伽利略卫星的RAIM计算方法,提供源代码-Galileo satellites, RAIM calculation method, provide the source code
FOMA_LOD
- 应用局部最优检测技术的导航信号捕获,对其进行了捕获分析,提供计算信噪比的方法-Application of local optimum detection of navigation signal capture, catch analysis was carried out, provided the SNR calculation method
chengxingzaosheng
- 计算在乘性噪声下的信号捕获方法,对捕获的性能进行了分析,能够在matlab环境中运行对结果的分析-Calculated under the multiplicative noise signal acquisition methods, to capture the performance is analyzed, can run in the matlab environment analysis of the results
GPS
- GPS定位程序,设计方法。VC++源码,很适合初学者、内有基本计算公式-GPS locator, design method. VC++ source code, it is suitable for beginners, the basic formula
Area
- GPS参数中的面积计算方法,C# 代码实现例子,对于解析gps数据很有帮助-GPS area calculation parameters, C# code examples, useful for data analysis gps
DOP1
- GPS中计算DOP的方法,使用matlab编程实现,实际使用可以,得到验证-The GPS calculate the DOP, the use of matlab programming, the actual use can be verified
The-calc-of-the-GPS-coords
- 本文重点介绍了如何通过GPS卫星星历来计算卫星的坐标,采用了直接法、拉格朗日插值法以及切尔比雪夫拟合的方法分析通过广播星历计算的精度-This paper focuses on how the GPS satellite has always calculate the coordinates of the satellite, using the direct method, Rugby Long Day interpolation Mitchell Chebyshev fitting m
lambda
- gps整周模糊度计算方法,适合刚接触者研究使用-gps Ambiguity calculated
the-sofeware-receiver-of-GPS
- 本书采用软件接收机的观点,详细介绍了GPS接收机原理,涉及软件无线电和GPS两个热门领域。GPS接收机包括直接序列扩频信号接收技术和导航处理两个学科内容,涉及卫星星座及GPS信号的影响、信号捕获跟踪、导航电文解扩接收、伪距测量、定位和导航计算处理等内容。本书第2版增加了3章新的内容,主要涉及微弱信号和强干扰环境下,GPS接收机的处理方法。本书还附列了许多用Matlab编写的计算机程序,帮助阐明某些思想,一些可直接用于接收机的设计-This book uses software receiver
code-of-GNSS-sofe-receiver
- 本书面向应用与编程设计、在参考国内外论著的基础上,结合作者自己的研究成果撰写。内容上由浅人深,第一章介绍了GNSS软件接收机的研究背景和各种卫星导航系统。第二章介绍了信号处理的一些相关概念。第三章介绍了卫星运动的基本理论。第四章研究GNSS信号,包括伪随机码信号、导航电文,着重以GPS和Galileo系统为例进行讨论。第五章研究了GNSS接收机的前端技术,包括天线和信号下变频原理。第六章探讨卫星信号的捕获技术。第七章讨论卫星信号的跟踪、解调和伪距计算。第八章探讨导航定位解算方法。第九章简要介绍了
Klobuchar
- 对于单频 GPS 接收用户,电离层时延是重要的测距误差. Klobuchar模型是一种计算方便、 实用可靠、 能够有 效改正GPS 单频接收机的电离层延时误差的方法. 展示模型的演绎分析和具体解算方法, 对 GPS 单频机解算程 序编写有一定帮助.- For the single frequenc y GPS user, the time delay in ionosphere is important mistake. Klobuc har is a conve- nient an
knn
- knn算法,用于室内定位,原理是计算信号点的欧几里得距离进行划分区域,锁定范围。本代码可通过改变k值和ap的数量进行调整,但对最终仿真结果形象不大。是一种用于室内定位阶段的最基础的方法。-knn algorithm for indoor positioning, the principle is to calculate the signal point Euclidean distance divided area, locking range. The code can be adjuste
MapUtil.java
- GPS点之间的距离 点到直线的距离 计算两个经纬度之间的距离 计算点c与线段ab的关系数据,采用向量点积的方法(Distance between GPS points Distance from point to line)