-
GPS时间计算
在GPS定位算法中会涉及到时间系统与坐标系统之间的转换,本程序实现了在GPS定位过程中的时间,如何将UTC时间转换为GPS时间
- 2022-03-07 11:11:56下载
- 积分:1
-
GPS软件接收机基础,英文原版,陈军,潘高峰等人翻译的第二版...
GPS软件接收机基础,英文原版,陈军,潘高峰等人翻译的第二版-Software based on GPS receiver, the original English edition, Chen Jun, Pan, who translated the peak of the second edition of
- 2022-03-12 22:14:16下载
- 积分:1
-
And then check a little tcl, tck version with the path, if different to your own...
然后再检查一下tcl,tck的版本号跟路径,如果不同的目录跟你自己的版本号换了版本号一样。
- 2022-02-03 16:29:39下载
- 积分:1
-
linux 环境下GPRS通信,大家可以自由修改
linux 环境下GPRS通信,大家可以自由修改-linux environment GPRS communications, we can freely modify
- 2022-03-29 20:03:52下载
- 积分: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
-
用matlab编辑的关于超宽带通信的BPSK调制的误码率分析,系统仿真时加入高斯白噪声,仿真结果给出了时域和频域图...
用matlab编辑的关于超宽带通信的BPSK调制的误码率分析,系统仿真时加入高斯白噪声,仿真结果给出了时域和频域图-BER analysis of the ultra wide bank BPSK communication channel with AWGN, time and spectrum figures are given in the end.
- 2022-01-20 23:41:12下载
- 积分:1
-
基于单片机的GPS定位
基于51单片机的GPS定位系统,在1602上显示经纬度等,通过开发板测试l啦啦啦啦啦啦啦啦!有能力的大神可以继续优化代码!
- 2022-11-05 01:30:03下载
- 积分:1
-
gps 卫星定位源码,相信有许多朋友需要这个吧 !
gps 卫星定位源码,相信有许多朋友需要这个吧 !-gps satellite positioning source, I believe has many friends you need this!
- 2022-02-12 04:04:20下载
- 积分:1
-
此matlab函数可以在ECEF和ECI坐标之中转换地点和速率信息。
此matlab函数可以在ECEF和ECI坐标之中转换地点和速率信息。-This matlab function ECEF and ECI can convert the coordinates of the location and rate information.
- 2023-04-21 03:30:03下载
- 积分:1
-
vs 2005 using a constant sample program, a good test run for beginners a certain...
vs 2005 中 用的 vb 示例 程序,测试运行良好,对初学者有一定参考价值 -vs 2005 using a constant sample program, a good test run for beginners a certain reference value
- 2022-01-28 17:29:49下载
- 积分:1