登录
首页 » Visual C++ » GPS_Software_receirver

GPS_Software_receirver

于 2020-07-04 发布 文件大小:165KB
0 459
下载积分: 1 下载次数: 457

代码说明:

  GPS软件接收机的源码,实现信号跟踪、捕获、电文解调、定位解算等功能,有助于学习卫星导航的同学加深对GPS接收机工作原理的理解,也可作为核心代码扩展为GPS接收机工作原理演示程序。(The source code of the software GPS receiver signal tracking, capture, message demodulation, position resolution and other functions, help students to learn satellite navigation to deepen understanding of the GPS receiver works can also be extended as the core code for the GPS receiverworking principle of demo program.)

文件列表:

GPS_Software_receirver
......................\dllTest.dsp,6696,2008-09-02
......................\dllTest.dsw,537,2007-06-10
......................\dllTest.ncb,590848,2009-06-27
......................\dllTest.opt,55808,2009-06-27
......................\dllTest.plg,2814,2009-06-27
......................\matlab
......................\......\display
......................\......\.......\disp_acq.m,348,2008-09-09
......................\......\.......\disp_ls_fix.m,3632,2008-09-16
......................\......\.......\disp_pv_fix.m,7165,2008-09-16
......................\......\.......\disp_p_fix.m,3114,2008-09-16
......................\......\.......\disp_tracking.m,1800,2008-10-31
......................\......\Readme.txt,159,2008-09-03
......................\Release
......................\src
......................\...\acquisition.cpp,13431,2008-09-09
......................\...\cacode_module.cpp,5287,2008-11-25
......................\...\gps_controller.cpp,43795,2009-05-19
......................\...\gps_nav_fix.cpp,23296,2008-09-09
......................\...\gps_nav_msg.cpp,16678,2008-09-09
......................\...\includes
......................\...\........\acquisition.h,2951,2008-09-09
......................\...\........\cacode_module.h,1701,2008-11-25
......................\...\........\Debug
......................\...\........\.....\CVS
......................\...\........\.....\...\Entries,2,2009-06-27
......................\...\........\.....\...\Repository,37,2009-06-27
......................\...\........\.....\...\Root,17,2009-06-27
......................\...\........\gpslibconfig.h,827,2008-11-25
......................\...\........\gps_controller.h,3440,2008-11-19
......................\...\........\gps_nav_fix.h,1465,2008-09-03
......................\...\........\gps_nav_msg.h,3630,2008-09-02
......................\...\........\kalman_filter.h,4375,2008-09-03
......................\...\........\lib.h,330,2008-09-06
......................\...\........\libconfig.h,756,2008-09-02
......................\...\........\matrix.h,2366,2008-09-02
......................\...\........\multich_correlator.h,3072,2008-11-19
......................\...\........\onech_correlator.h,4531,2008-09-02
......................\...\........\pos_math.h,2132,2008-09-02
......................\...\........\prncode_generator.h,1816,2008-11-25
......................\...\........\sinu_nco.h,1879,2008-09-02
......................\...\........\softgps.h,8907,2009-05-19
......................\...\........\softrcvr.h,502,2008-09-02
......................\...\........\square_nco.h,2365,2008-09-02
......................\...\kalman_filter.cpp,26405,2008-09-10
......................\...\lib.cpp,4505,2008-09-02
......................\...\lib.def,138,2007-06-10
......................\...\matrix.cpp,5763,2008-09-02
......................\...\multich_correlator.cpp,6178,2008-11-19
......................\...\onech_correlator.cpp,7825,2007-06-10
......................\...\pos_math.cpp,12868,2008-09-02
......................\...\prncode_generator.cpp,4922,2008-11-25
......................\...\sinu_nco.cpp,3738,2008-09-02
......................\...\softrcvr.cpp,2101,2008-09-02
......................\...\square_nco.cpp,3456,2007-06-10

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

发表评论

0 个回复

  • AutoDemo
    E-Form++可视化源码组件库示例代码,做监控界面用.(E-Form++ Source Codes, for HMI Screen Design and Viewer with VC++ Source Codes)
    2018-05-12 19:39:34下载
    积分:1
  • Circle-to-teach-USB-(The-2-chapter)
    《圈圈教你玩USB》随书光盘(第2章) ( The circle USB teach you to play CD with the book (chapter second))
    2015-10-09 15:21:39下载
    积分:1
  • Hpop
    VC++卫星精密定轨(HPOP)程序,采用高阶精确力学模型。(VC2003)(VC++ satellite orbit determination procedures, the use of high precision mechanical model.)
    2021-03-18 20:19:19下载
    积分:1
  • CvvImage
    好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个类。在网上找了一些资料。发现这个问题可以这样处理。 我们可以自己建立一个CvvImage.h和一个CvvImage.cpp的文件,添加到工程中。这样我们在工程中包含上这个CvvImage.h的头文件,就可以正常的按照以前的方式使用CvvImage类将图像绘制到MFC控件中了(Many opencv application interface in the MFC display images, but I found that most of these display features used in a class called CvvImage, the recent use of opencv2.3.1, found that the class can not find. There is no specific study of the opencv, but opencv in the MFC to display the image needs to be used in a class called DrawToHDC () function, but I did not find the kind of 2.3.1 under the CvvImage, and this function. There is no information about this in the 2.3.1 document, and it is not known whether the new version of OpenCV has removed this class, or has been implemented in other ways. So I need to use the old way of this class. On the Internet for some information. Found the problem can be handled in this way. We can create a CvvImage.h and a CvvImage.cpp file, added to the project. So we in the project includes the CvvImage.h header file, you can normally use the CvvImage class in accordance with the previous way draws the image to the MFC control.)
    2016-05-03 09:55:45下载
    积分:1
  • Particle-swarm-optimization-(pso)
    粒子群算法,用于无线传感器网络节点动态部署(Particle swarm algorithm for dynamic deployment of wireless sensor nodes)
    2016-01-16 10:32:24下载
    积分:1
  • ARM(LINUX)timerdriver
    linux下定时器的驱动程序,用于linux下定时器的驱动(linux drivers under the timer, the timer for the driver under linux)
    2010-05-21 18:13:05下载
    积分:1
  • BaseMenuDemo
    vc——基本下拉菜单的创建与消息响应BaseMenuDemo(vc- basic drop-down menu to create and message response BaseMenuDemo)
    2011-07-24 20:56:11下载
    积分:1
  • R_95302909IEC103-NR
    iec103 规约上位机源代码,喜欢的就下吧。(iec103 Statute of the host computer source code, like on the next bar.)
    2021-04-22 10:58:49下载
    积分:1
  • titlescroll
    用vc6.0编写的Scroll控件,它可以实现独特的特性。(vc6.0 prepared with the Scroll controls, it can achieve unique properties.)
    2006-07-27 11:18:27下载
    积分:1
  • BatCmdRun
    实现windows下的管道通信,可以通过管道实现cmd的命令交互,比如应用程序中需要通过ADB命令和设备通信,可以通过参考代码实现(Pipeline communication under windows can be achieved through the pipe CMD command interaction, such as applications need to communicate through the ADB command and equipment, you can achieve through reference code)
    2017-06-29 16:48:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载