-
Garmin protocol processing model : a 0183 agreement dealing with the handling of...
garmin 协议处理范例: 处理了 0183协议 处理了 gps的专有格式等-Garmin protocol processing model : a 0183 agreement dealing with the handling of a GPS proprietary format
- 2022-02-05 14:20:10下载
- 积分: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卫星定位源码 用VB做的,可以研究一下!
GPS卫星定位源码 用VB做的,可以研究一下!-GPS satellite positioning with VB source code to do, you can look!
- 2022-08-10 05:22:06下载
- 积分:1
-
GPS导航的源代码,vc源码,很实惠,希望下载
GPS导航的源代码,vc源码,很实惠,希望下载-GPS navigation of source code, vc source code, it is affordable, I hope download
- 2023-02-18 21:50:02下载
- 积分:1
-
计算GPS精度因子的一些源代码
比较好的源代码,计算GDOP,PDOP等精度因子的值,包括了一个日本开发的GPS精密单点定位程序,都是可以运行的程序,希望对大家有帮助。。。
- 2022-02-12 07:58:05下载
- 积分:1
-
该程序是同步中的相位估计方法,该方法可以估计不同参数下的相位大小。...
该程序是同步中的相位估计方法,该方法可以估计不同参数下的相位大小。-synchronization is the process of phase estimation method, which can be estimated under different parameters of phase size.
- 2022-07-08 23:15:00下载
- 积分:1
-
均匀线阵方向图形成,包含没有波束指向和30°波束指向,加切比雪夫权值(旁瓣幅度相同)...
均匀线阵方向图形成,包含没有波束指向和30°波束指向,加切比雪夫权值(旁瓣幅度相同)-Uniform linear array pattern formation, with no beam pointing and 30 ° beam pointing, Gache Chebyshev weights (the same side-lobe amplitude)
- 2022-08-23 18:32:08下载
- 积分:1
-
GPS 0183 GPRMC 解析程序
GPS 0183格式(GPRMC)格式的输出解析,解析经纬度等
- 2023-02-11 10:50:04下载
- 积分:1
-
维纳滤波和功率倒置的比较
维纳滤波和功率倒置的比较,matlab源码,成功仿真。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-07-02 10:00:47下载
- 积分:1
-
示例文件,可以解码NMEA协议
the example file that can decode the NMEA protocol
- 2023-04-12 00:15:03下载
- 积分:1