登录
首页 » matlab » 利用matlab完成GPS仿真

利用matlab完成GPS仿真

于 2020-07-13 发布
0 153
下载积分: 1 下载次数: 9

代码说明:

说明:  利用matlab完成GPS仿真,GPS软件接收机的源码,实现信号跟踪、捕获、电文解调、定位解算等功能,有助于学习卫星导航的同学加深对GPS接收机工作原理的理解,也可作为核心代码扩展为GPS接收机工作原理演示程序。(%This program is free software; you can redistribute it and/or %modify it under the terms of the GNU General Public License %as published by the Free Software Foundation; either version 2 %of the License, or (at your option) any later version.)

文件列表:

work\2011-7-9.fig, 30559 , 2011-07-09
work\acq.fig, 7462 , 2011-07-09
work\acquisition.m, 9433 , 2010-06-23
work\calculatePseudoranges.m, 3370 , 2010-06-23
work\findPreambles.m, 6724 , 2010-06-23
work\geoFunctions\cart2geo.m, 1720 , 2010-06-23
work\geoFunctions\cart2utm.m, 5055 , 2010-06-23
work\geoFunctions\check_t.m, 679 , 2010-06-23
work\geoFunctions\clksin.m, 945 , 2010-06-23
work\geoFunctions\clsin.m, 619 , 2010-06-23
work\geoFunctions\e_r_corr.m, 1135 , 2010-06-23
work\geoFunctions\findUtmZone.m, 2650 , 2010-06-23
work\geoFunctions\geo2cart.m, 1543 , 2010-06-23
work\geoFunctions\leastSquarePos.m, 4461 , 2010-06-23
work\geoFunctions\satpos.m, 5201 , 2010-06-23
work\geoFunctions\togeod.m, 2892 , 2010-06-23
work\geoFunctions\topocent.m, 1418 , 2010-06-23
work\geoFunctions\tropo.m, 2900 , 2010-06-23
work\include\calcLoopCoef.m, 1705 , 2010-06-23
work\include\checkPhase.m, 1911 , 2010-06-23
work\include\ephemeris.m, 7292 , 2010-06-23
work\include\generateCAcode.m, 3559 , 2010-06-23
work\include\invert.m, 1424 , 2010-06-23
work\include\makeCaTable.m, 3281 , 2010-06-23
work\include\navPartyChk.m, 4653 , 2010-06-23
work\include\preRun.m, 3366 , 2010-06-23
work\include\showChannelStatus.m, 2552 , 2010-06-23
work\include\skyPlot.m, 6694 , 2010-06-23
work\include\twosComp2dec.m, 1845 , 2010-06-23
work\init.m, 3236 , 2010-06-23
work\initSettings.asv, 4969 , 2011-07-12
work\initSettings.m, 4999 , 2012-01-11
work\length.txt, 7 , 2012-01-11
work\length.txt.bak, 6 , 2011-12-25
work\license.txt, 18328 , 2010-06-23
work\plotAcquisition.m, 2232 , 2010-06-23
work\plotNavigation.m, 6487 , 2010-06-23
work\plotTracking.m, 6737 , 2010-06-23
work\postNavigation.m, 12213 , 2010-06-23
work\postProcessing.m, 5948 , 2010-06-23
work\probeData.asv, 4286 , 2011-01-09
work\probeData.m, 4325 , 2011-01-10
work\setSettings.fig, 14418 , 2010-06-23
work\setSettings.m, 16263 , 2010-06-23
work\tracking.m, 13494 , 2010-06-23
work\trackingResults.mat, 277509 , 2012-01-14
work\geoFunctions, 0 , 2013-06-05
work\include, 0 , 2013-06-05
work, 0 , 2015-06-02

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • NTRIPCaster-SourceCode
    具有GPS NTRIP的server源码,通过网络TCP/IP通信。(GPS NTRIP server source code, through the network TCP/IP communications.)
    2020-06-26 19:20:02下载
    积分:1
  • atsjebutes__short
    有关OFDM的建模仿真 MATLAB模型图 星座图()
    2017-12-26 17:49:42下载
    积分:1
  • HFSS_Projects
    非常好的HFSS 工程,很有价值,对于想进行射频仿真的现实工程案例,hfss+matlab(HFSS is very good engineering, great value, like the RF simulation for realistic engineering case)
    2011-11-11 21:03:02下载
    积分:1
  • dco
    使用MATLAB建模实现DCO-OFDM(Implementing DCO-OFDM using MATLAB modeling)
    2021-03-24 22:39:14下载
    积分:1
  • matlab-DTMB
    这是DTMB标准的发送对的MATLAB建模,包括多种信道模型和多种调制方式,可以进行灵活切换。(This is the DTMB standard to send the MATLAB modeling, including a variety of channel models and a variety of modulation, can be a flexible switch.)
    2021-01-29 16:08:34下载
    积分:1
  • radon_transforms
    包含拉东正向变换和反拉东变换及使用双曲拉东变换去除多次波(Radon contains forward transform and inverse Radon transform and the use of hyperbolic Radon transform to remove multiple wave)
    2014-08-16 22:10:12下载
    积分:1
  • ODE45_sun
    应用数值方法求解带有微分方程组状态函数的积分方程式,以状态空间形式表示的微分方程组(Applying the numerical method to solve the integral equation with the state function of the differential equations, the differential equations in the form of state space)
    2017-04-21 11:19:51下载
    积分:1
  • [MATLAB]最小和LDPC译码算法MATLAB实现(285266)
    LDPC码的编译码算法,matlab实现,包含常用的生成算法和解码算法。可以直接运行(LDPC code encoding and decoding algorithm, matlab implementation, including the common generation algorithm and decoding algorithm. Can run directly)
    2017-12-27 14:36:21下载
    积分:1
  • wf1
    说明:  OFDM的matlab注水算法编程算法。经典注水算法。用于频率资源分配。(OFDM's Matlab water injection algorithm programming algorithm. Classic water injection algorithm. It is used for the allocation of frequency resources.)
    2018-05-16 15:15:39下载
    积分:1
  • MATLAB 用DFT (FFT)对连续信号进行频谱分析
    说明:  用DFT (FFT)对连续信号进行频谱分析(Spectrum Analysis of Continuous Signals Using DFT (FFT))
    2020-06-25 05:40:02下载
    积分:1
  • 696532资源总数
  • 103709会员总数
  • 38今日下载