搜索资源列表
final-GPS.rar
- GPS仿真MATLAB软件,可以进行坐标转换,伪距求解,误差分析等,Calc_Azimuth_Elevation;Distance;ECEF2GPS;Error_Ionospheric_Klobuchar;Error_Satellite_Clock_Offset;Error_Tropospheric_Hopfield
skyplot
- SKYPLOT for a given receiver position Y=skyplot(X,PRN,C,O) draws the skyplot for the receiver position. The required inputdata for the calculation of the skyplot X is N-by-3*M matrix, where N are the timesteps and M is the number of the Sat
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接收机的前端技术,包括天线和信号下变频原理。第六章探讨卫星信号的捕获技术。第七章讨论卫星信号的跟踪、解调和伪距计算。第八章探讨导航定位解算方法。第九章简要介绍了
yai_hw10
- Including regression analysis and probability and statistics, Clustering analysis based on Euclidean distance, University of numerical analysis algorithms.
hptsb
- FIG simulation speed, distance, amplitude three-dimensional image, For feature reduction, feature fusion, correlation analysis, Conducted through virtual array DOA estimation.
read Rinex 3.01file
- 读GPS的观测值文件,包括时间、伪距、卫星号(Read the GPS observation file, including time, pseudo distance, satellite number)
astardemo
- A*搜寻算法俗称A星算法。A*算法是比较流行的启发式搜索算法之一,被广泛应用于路径优化领域[。它的独特之处是检查最短路径中每个可能的节点时引入了全局信息,对当前节点距终点的距离做出估计,并作为评价该节点处于最短路线上的可能性的量度。(A * search algorithm commonly known as A Star algorithm. A * algorithm is one of the more popular heuristic search algorithms and is