-
GPS信号捕获程序,采用串行搜索算法,并将其…
GPS信号捕获程序,采用串行搜索算法,并自带三段中频采样的数据.-GPS signal acquisition procedures, using serial search algorithm, and bring their own copies of the three IF sampling data.
- 2022-12-13 01:35:03下载
- 积分:1
-
GPS rinex 窗体
程序对GPS中rinex文件进行详细介绍,采用C#window实现,程序采用主要分为数据导入、数据数组显示、n文件卫星数据、n文件详细数据、o文件详细数据,用到多个控件
- 2023-04-23 06:15:02下载
- 积分:1
-
GPS卫星定位
本程序采用MFC框架平台实现了通过读取GPS卫星观测文件与广播星历文件实现了GPS测码的伪距单点定位,对想从事采用MFC开发以及GPS研究者很有帮助。
- 2022-05-22 15:24:39下载
- 积分:1
-
完成com口gps通讯,程序自动获得gps定位信息,并将其转化为北京时间...
完成com口gps通讯,程序自动获得gps定位信息,并将其转化为北京时间-Com I completed gps communications, procedures automatically receive gps positioning information, and translate them into Beijing
- 2022-06-15 04:23:32下载
- 积分:1
-
这个程序是用来对PLLpre进行仿真的,该思想基于多方面的考虑...
这个程序是用来对PLLpre进行仿真的,该思想基于多方面的考虑-This procedure is used to PLLpre simulation, based on the thinking of a number of considerations
- 2022-08-09 12:31:14下载
- 积分:1
-
卫星星空图显示
本程序采用C++联合OPENGL编程实现了对太空中高速运行GPS卫星的星座进行显示,可以看到天空中24颗卫星的实际运行三维图
- 2022-05-21 11:08:53下载
- 积分:1
-
GPS design full
GPS设计全功略,很好的书籍值得研究一番,希望对你们有用-GPS design full-sina, well worth studying books about it, hope that useful to you
- 2022-03-05 12:11:00下载
- 积分:1
-
NMEA parser sorce codes for MFC
NMEA parser sorce codes for MFC
- 2022-10-23 13:05:04下载
- 积分: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