-
利用卡尔曼滤波对GPS数据进行定点、导航功能的四旋翼控制程序
利用卡尔曼算法对GPS 数据进行滤波、预测,利用MPU6050与HMC5883L对其姿态进行结算,实现了GPS导航功能,适合刚入门的四旋翼爱好者研究。
- 2023-05-06 14:35:03下载
- 积分:1
-
最短路径分析的控件,首先使用regsvr32 程序注册该动态连接库,然后在vb中直接使用该动态链接库.程序中有相关说明,具体文件可以查看相关程序....
最短路径分析的控件,首先使用regsvr32 程序注册该动态连接库,然后在vb中直接使用该动态链接库.程序中有相关说明,具体文件可以查看相关程序.-shortest path analysis controls, the first to use regsvr32 procedures for the registration of the dynamic link library, and then vb direct use of the dynamic link library. Procedures are related note, can view specific documents related procedures.
- 2022-08-13 09:00:41下载
- 积分:1
-
卫星定位模块的描述和描述原则。掠夺...
GPS卫星定位模块说明及原理介绍。程序设计及编程员代码-GPS satellite positioning module description and principles of description. Program design and programmer code
- 2022-03-04 10:55:39下载
- 积分:1
-
GPS-sendmessage
通过枚举方式自动连接电脑串口,解析gps nema0183协议数据包,显示出当前的经纬度,海拔和时间
- 2022-03-31 02:16:33下载
- 积分:1
-
suncalc
利用gps计算太阳日出日落时间,测试过很准确-suncalc
- 2022-02-04 21:25:33下载
- 积分: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的出租车使用的程序源代码。-the GPS programme source code used by taxies
- 2022-06-28 02:45:55下载
- 积分:1
-
计算GPS精度因子的一些源代码
比较好的源代码,计算GDOP,PDOP等精度因子的值,都是可以运行的程序,希望对大家有帮助。。。比较好的源代码,计算GDOP,PDOP等精度因子的值,都是可以运行的程序,希望对大家有帮助。。。
- 2022-01-26 07:16:10下载
- 积分:1
-
0183协议的解析程序的源代码,可以用在定位,导航,监控等方面
0183协议的解析程序的源代码,可以用在定位,导航,监控等方面-0183 agreement analytic program"s source code can be used in positioning, navigation, surveillance etc.
- 2022-01-31 06:35:05下载
- 积分:1
-
一个基本范畴,用于提取数据的纬度和经度,速度…
一个基本的类 用于提取GPS数据中的经纬度,速度高度信息,功能较简单。-A basic category for the extraction of GPS data in latitude and longitude, speed, height information, a simpler function.
- 2022-05-22 18:12:23下载
- 积分:1