-
qt开发的GPS定位程序
使用串口连接GPS模块,定位信息显示在QT设计的软件上
- 2022-06-30 12:38:11下载
- 积分:1
-
组合导航 卡尔曼滤波实现
SINS解算 GPS数据生成 卡尔曼滤波程序。卡尔曼滤波实现 卡尔曼,适合做组合导航的研究生或者本科生使用 还包括SINS解算程序
- 2023-01-14 03:25:04下载
- 积分:1
-
这是本人初次上载程序,请大家多多支持
这是本人初次上载程序,请大家多多支持-谢谢
-GPS measurement data processing source, this is my first upload process, please everyone can support
- 2022-07-19 17:40:21下载
- 积分:1
-
gamit track GPS定位程序
GAMIT软件中,track模块可以实现GPS动态定位解算。
- 2022-01-22 08:29:51下载
- 积分: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定位是利用卫星位置来实现对地面目标点的点位,本程序采用C#编写,将GPS定位与地图显示之间进行联系起来
- 2023-08-03 15:05:04下载
- 积分:1
-
GPS
GPS-modem commands SIM508Z (en)_SIM508_GPS_COMMAND_V1.01
- 2022-01-22 06:37:00下载
- 积分:1
-
MATLAB将使用无线电频率(RF)收发模块模型。非常罕见的马…
用Matlab将Radio Frequency(RF)收发模块进行模型化。非常少见用Matlab对RF的建模-Matlab will use Radio Frequency (RF) transceiver module model. Very rare with Matlab modeling of RF
- 2023-05-08 22:50:03下载
- 积分:1
-
GPS信号的基带处理在IEEE发表的文章有关信号捕获和跟踪
GPS信号的基带处理在IEEE发表的文章有关信号捕获和跟踪-GPS baseband signal of the article published in the IEEE capture and tracking of the signal
- 2023-05-07 00:20:02下载
- 积分:1
-
This a GPS communication source code to interrupt the NMEA code though serial po...
This a GPS communication source code to interrupt the NMEA code though serial port.
Very good code to study and apply it to your own program.-This is a GPS communication source code to interrupt the NMEA code though serial port.
Very good code to study and apply it to your own program.
- 2022-03-17 03:44:47下载
- 积分:1