【源码简介】GPS软件接收机程序,
可以正常运行。参考www.gnssbook.cn。
【源码截图】
【核心源码】
.
├── dll_lib
│ ├── Release
│ ├── dllTest.dsp
│ ├── dllTest.dsw
│ ├── dllTest.ncb
│ ├── dllTest.opt
│ ├── dllTest.plg
│ ├── matlab
│ │ ├── Readme.txt
│ │ └── display
│ │ ├── disp_acq.m
│ │ ├── disp_ls_fix.m
│ │ ├── disp_p_fix.m
│ │ ├── disp_pv_fix.m
│ │ └── disp_tracking.m
│ └── src
│ ├── acquisition.cpp
│ ├── cacode_module.cpp
│ ├── gps_controller.cpp
│ ├── gps_nav_fix.cpp
│ ├── gps_nav_msg.cpp
│ ├── includes
│ │ ├── Debug
│ │ │ └── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── acquisition.h
│ │ ├── cacode_module.h
│ │ ├── gps_controller.h
│ │ ├── gps_nav_fix.h
│ │ ├── gps_nav_msg.h
│ │ ├── gpslibconfig.h
│ │ ├── kalman_filter.h
│ │ ├── lib.h
│ │ ├── libconfig.h
│ │ ├── matrix.h
│ │ ├── multich_correlator.h
│ │ ├── onech_correlator.h
│ │ ├── pos_math.h
│ │ ├── prncode_generator.h
│ │ ├── sinu_nco.h
│ │ ├── softgps.h
│ │ ├── softrcvr.h
│ │ └── square_nco.h
│ ├── kalman_filter.cpp
│ ├── lib.cpp
│ ├── lib.def
│ ├── matrix.cpp
│ ├── multich_correlator.cpp
│ ├── onech_correlator.cpp
│ ├── pos_math.cpp
│ ├── prncode_generator.cpp
│ ├── sinu_nco.cpp
│ ├── softrcvr.cpp
│ └── square_nco.cpp
├── win_app
│ ├── ReadMe.txt
│ ├── Release
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── data
│ │ ├── config.ini
│ │ └── data
│ │ └── hexeph.bin
│ ├── dllCall.cpp
│ ├── dllCall.dsp
│ ├── dllCall.dsw
│ ├── dllCall.ncb
│ ├── dllCall.opt
│ ├── dllCall.plg
│ └── src
│ ├── configparser.cpp
│ ├── includes
│ │ ├── Debug
│ │ │ └── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── configparser.h
│ │ ├── main.h
│ │ ├── sig_source.h
│ │ ├── softgps.h
│ │ └── softrcvr.h
│ ├── main.cpp
│ └── sig_source.cpp
└── _GPS_source.rar
16 directories, 71 files





