-
GPS adaptive array of new stars of the election method
介绍一种新的GPS自适应阵的选星方法,文章有点新意,用处看过才知道-GPS adaptive array of new stars of the election method
- 2022-02-01 21:09:20下载
- 积分:1
-
cy7c68013目前最流行的几种gps芯片的控制定制程序的源代码
cy7c68013目前最流行的几种gps芯片的控制定制程序的源代码-cy7c68013 currently the most popular of several gps chip control customization program"s source code
- 2022-12-20 00:00:03下载
- 积分:1
-
这个过程可以很聪明地计算出各种参数的补丁…
这个程序能很智能地计算贴片天线的各个参数,只要给出其中的任意参数就能计算出其他-This process can be very smart to calculate the various parameters of patch antenna, as long as give them any other parameters can be calculated
- 2022-03-02 11:31:20下载
- 积分:1
-
matlab软件仿真超宽带物理层的实现 。
matlab软件仿真超宽带物理层的实现 。-matlab software simulation of UWB physical layer implementations.
- 2023-04-20 22:25:02下载
- 积分:1
-
gps matlab 仿真程序(A collection of geodetic functions that solve a variety of probl...
gps matlab 仿真程序(A collection of geodetic functions that solve a variety of problems in geodesy. Supports a wide range of common and user-defined reference ellipsoids. Most functions are vectorized.)-gps matlab simulation program (A collection of geodetic functions that solve a variety of problems in geodesy. Supports a wide range of common and user-defined reference ellipsoids. Most functions are vectorized.)
- 2022-08-11 13:21: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
-
GPS车载导航系统的地图匹配算法。地图算法
GPS车载导航系统的地图匹配算法。地图算法-GPS car navigation system, map matching algorithm
- 2022-05-27 19:51:46下载
- 积分:1
-
GPS 端口 Nmea
组件用于 GPS NMEA 协议。Delpgi 7-RAD XE3.这样就可以获得 сomponet 瓜 NMEA 协议。协调全球定位系统,实现时间同步等。
- 2022-03-10 06:30:49下载
- 积分:1
-
GPS数据采集
GPS数据采集-GPS Data Acquisition
- 2022-02-02 14:56:31下载
- 积分:1
-
GPS时间计算
在GPS定位算法中会涉及到时间系统与坐标系统之间的转换,本程序实现了在GPS定位过程中的时间,如何将UTC时间转换为GPS时间
- 2022-03-07 11:11:56下载
- 积分:1