-
- 2022-01-27 16:53:30下载
- 积分:1
-
用Matlab仿真turbocode的算法,即编码结构
用Matlab仿真turbocode的算法,即编码结构-using Matlab turbocode algorithm, namely coding structure
- 2023-02-02 00:05:04下载
- 积分:1
-
功率倒置算法的GPS抗干扰天线仿真
基于功率倒置算法的GPS抗干扰天线仿真以及高斯噪声的产生函数,LMS收敛,matlab源码,成功运行,效果不错,值得参考
- 2022-03-19 20:40:48下载
- 积分:1
-
一个gps单点定位的程序,程序算法有效,同时可以读取renix文件。...
一个gps单点定位的程序,程序算法有效,同时可以读取renix文件。-a single point of a GPS positioning procedures, procedures algorithm, which can be read renix document.
- 2022-11-12 06:20:03下载
- 积分:1
-
GPS车载导航系统的地图匹配算法。地图算法
GPS车载导航系统的地图匹配算法。地图算法-GPS car navigation system, map matching algorithm
- 2022-05-27 19:51:46下载
- 积分:1
-
Visual C++ source code for adding GPS units to PC desktop and Notebook exchange...
Visual C++ source code for adding GPS units to PC desktop and Notebook exchange data from Serial port to GPS devices support for NMEA-0183 GPS Standard.
- 2022-11-04 14:55:03下载
- 积分:1
-
Mobile phone via Bluetooth serial port GPS receiver to read the agreement of the...
手机上通过蓝牙串口协议读取GPS接收仪的GPS数据。-Mobile phone via Bluetooth serial port GPS receiver to read the agreement of the GPS data.
- 2022-06-12 16:31:36下载
- 积分:1
-
Set of tools to perform transformations be tween projection. ellipsoidal and car...
Set of tools to perform transformations between projection, ellipsoidal and cartesian coordinates in either direction.
-Set of tools to perform transformations be tween projection. ellipsoidal and cartesian coordinates in eith er direction.
- 2022-08-14 05:50:54下载
- 积分:1
-
飞控 GPS 无人机飞控
飞控 GPS 无人机飞控 ,陀螺仪平衡,GPS 自动巡航,完整的飞控算法。
- 2022-04-07 15:56:42下载
- 积分: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