-
zigzag error
zigzag纠错码是一种非常简单但却具有非常优秀性能的码。非常适合用于中码率或者高码率编码的系统。此为一位教授提供的源码。-zigzag error-correcting code is a very simple but has a very excellent performance of code. Very suitable for use in bit-rate or high bit-rate coding system. This is the source provided by a professor.
- 2023-06-24 05:15:03下载
- 积分:1
-
计算GPS精度因子的一些源代码
比较好的源代码,计算GDOP,PDOP等精度因子的值,都是可以运行的程序,希望对大家有帮助。。。比较好的源代码,计算GDOP,PDOP等精度因子的值,都是可以运行的程序,希望对大家有帮助。。。
- 2022-01-26 07:16:10下载
- 积分:1
-
MSB
MSB-2122 GPS芯片引导加载程序,可以刻录4个芯片集
- 2022-08-11 04:54:00下载
- 积分:1
-
全面介绍MAPX开发的有关内容,VC下鹰眼图的实现VC下鹰眼图实现的
思路与VB是一样的,只不过VC的可视化程序没有VB高,VC更多的是利用代码来实现一定的...
全面介绍MAPX开发的有关内容,VC下鹰眼图的实现VC下鹰眼图实现的
思路与VB是一样的,只不过VC的可视化程序没有VB高,VC更多的是利用代码来实现一定的功能。
-comprehensive presentation Connection development of the content, VC Hawkeye map to achieve VC Hawkeye map and the idea is the same as VB, VC only visualization process is not high VB, VC is using more code to achieve certain functions.
- 2022-01-26 19:30:34下载
- 积分:1
-
GPS design full
GPS设计全功略,很好的书籍值得研究一番,希望对你们有用-GPS design full-sina, well worth studying books about it, hope that useful to you
- 2022-03-05 12:11:00下载
- 积分:1
-
基于自主开发的A/D芯片的vc测试程序,希望对大家有帮助
基于自主开发的A/D芯片的vc测试程序,希望对大家有帮助-based on the self-development of the A/D chip vc testing procedures, we hope to help
- 2023-01-27 00:10:04下载
- 积分:1
-
基于arduino的GPS地图导航系统
基于arduino的GPS地图导航系统
SPI接口。采用Atmega 328为主控芯片
需要采用滤波算法过滤
串口速率与GPS模块要设置一致,接线方式如下:
//TFT SDA -> UNO 11
//TFT SCK -> UNO 13
#define TFT_CS 10 // Chip select line for TFT display
#define TFT_A0 9 // Data/command line for TFT
#define TFT_RST 8 // Reset line for TFT (or connect to +5V)
#define TFT_LED A0
#define SD_CS 4 // Chip select line for SD card
//SD MISO -> UNO 12
//SD SCK -> UNO 13
//SD MOSI -> UNO 11
//GPS tx - UNO rx
//GPS rx - UNO tx
#define BTNZOOMIN 2
#define BTNZOOMOUT 3
- 2022-05-23 07:34:50下载
- 积分:1
-
从Rinex格式的GPS观测文件(即O文件)中提取所需卫星的VC程序
从Rinex格式的GPS观测文件(即O文件)中提取所需卫星的VC程序-Observations from the GPS satellites needed to document the procedures to extract
- 2022-03-09 13:11:46下载
- 积分:1
-
我在学习GPS编程时写的DELPHI源码 ,比较简单.希望大虾不要见笑.多多指教.
procedure TfrmMain.DrawSatInfo(gps: TGPSInfo; pbx: TPaintBox);
var
i: integer;
r: integer;
dx,dy: integer;
begin
r := pbx.Width div 2;
for i:= 1 to 12 do begin
if gps.SatInfo[i].PRN 0 then begin
dx := r + Round(r*(90-gps.SatInfo[i].EL)*sin((gps.SatInfo[i].AZ - 90)*Pi/180)/90);
dy := r + Round(r*(90-gps.SatInfo[i].EL)*cos((gps.SatInfo[i].AZ - 90)*Pi/180)/90);
dx := dx - 8;
if dx < 0 then dx := 0;
if gps.SatInfo[i].SN > 20 then begin
pbx.Canvas.Font.Color := clBlue;
pbx.Canvas.TextOut(dx,dy,inttostr(gps.SatInfo[i].PRN));
end else begin
- 2023-01-18 12:20:03下载
- 积分:1
-
此程序为GPS软件接收机的源码,能够对匹配滤波后数据实施捕获和跟踪算法,对理解GPS接收机原理有很大帮助。...
此程序为GPS软件接收机的源码,能够对匹配滤波后数据实施捕获和跟踪算法,对理解GPS接收机原理有很大帮助。-procedure for the GPS receiver software source code, to the matched filter after the implementation of data capture and tracking algorithm, the GPS receiver understanding will be of great help.
- 2022-12-07 09:25:03下载
- 积分:1