-
全球定位系统的重要信息,包括很多源代码附件,很是…
GPS重要资料,包括很多源代码实习,是很有用的东西,希望对你们有用-GPS important information, including a lot of source code attachment, it is very useful things you want to be useful
- 2022-08-18 09:12:09下载
- 积分:1
-
GPS的matlab程序,用于对产生的ca码进行移位,用在锁相环跟踪中对ca码调增...
GPS的matlab程序,用于对产生的ca码进行移位,用在锁相环跟踪中对ca码调增-GPS-matlab procedures used to produce displacement of ca code, used in phase-locked loop tracking of the code increases ca
- 2022-05-20 06:00:12下载
- 积分:1
-
基于单片机的GPS定位
基于51单片机的GPS定位系统,在1602上显示经纬度等,通过开发板测试l啦啦啦啦啦啦啦啦!有能力的大神可以继续优化代码!
- 2022-11-05 01:30:03下载
- 积分:1
-
编程实现对GPS通讯信息的采集方法,将接收到的数据进行语义的解析,并在LCD上显示
当前的地理位置信息。...
编程实现对GPS通讯信息的采集方法,将接收到的数据进行语义的解析,并在LCD上显示
当前的地理位置信息。
-Programming of the GPS communications and information collection methods, will receive the data semantic parsing, and the LCD displays the current location information.
- 2022-03-03 12:10:46下载
- 积分:1
-
gps接收处理c程序 单片机处理程序
本人正在做gps处理,有兴趣的可以一起探讨...
gps接收处理c程序 单片机处理程序
本人正在做gps处理,有兴趣的可以一起探讨-gps receiver c procedures Singlechip treatment process is to do my gps deal, are interested in exploring together
- 2022-07-12 12:15:58下载
- 积分:1
-
这个程序是用来对nltvde进行仿真的,该思想基于多方面的考虑...
这个程序是用来对nltvde进行仿真的,该思想基于多方面的考虑-This procedure is used to nltvde simulation, based on the thinking of a number of considerations
- 2022-07-24 02:41:26下载
- 积分:1
-
2410gps的测试代码,参考革新2410实验箱上的代码改写的!
2410gps的测试代码,参考革新2410实验箱上的代码改写的!-2410gps test code, reference to innovative experimental box 2410 rewrite of the code!
- 2022-02-02 13:06:49下载
- 积分:1
-
GPS收信息进行处理的过程程序,经过检验成功的
GPS收信息进行处理的过程程序,经过检验成功的-GPS received the process of information processing procedures, proven success
- 2022-04-07 22:50:28下载
- 积分:1
-
INS_Kalman卡尔曼滤波程序 GPS INS 组合导航例子
基带测量信号处理的算法:1.最小二乘曲线拟合法2.线性滤波方法3.非线性滤波方法非线性滤波方法就是和深组合导航系统中利用联邦卡尔曼滤波的方法是一样的,基带信号处理相当于联邦卡尔曼滤波中的局部滤波器
- 2022-08-21 22:37:34下载
- 积分: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