-
GPS PRN产生器,输入卫星号,输出GPS PRN序列.
GPS PRN产生器,输入卫星号,输出GPS PRN序列.-GPS PRN generator, the importation of satellite, GPS PRN output sequence.
- 2022-05-29 23:32:29下载
- 积分: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卫星定位
本程序采用MFC框架平台实现了通过读取GPS卫星观测文件与广播星历文件实现了GPS测码的伪距单点定位,对想从事采用MFC开发以及GPS研究者很有帮助。
- 2022-05-22 15:24:39下载
- 积分:1
-
KiWi协议,GPS 导航使用,官方网站
KiWi协议,GPS 导航使用,官方网站-KiWi
- 2022-09-25 16:55:03下载
- 积分:1
-
用Matlab仿真turbocode的算法,即编码结构
用Matlab仿真turbocode的算法,即编码结构-using Matlab turbocode algorithm, namely coding structure
- 2023-02-02 00: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
-
Of C/A code correlation in the frequency domain realize matlab simulation, the e...
对C/A码的相关在频域中的matlab实现仿真,大家交流啊,-Of C/A code correlation in the frequency domain realize matlab simulation, the exchange of everyone ah,
- 2022-03-01 23:27:48下载
- 积分:1
-
计算GPS精度因子的一些源代码
比较好的源代码,计算GDOP,PDOP等精度因子的值,包括了一个日本开发的GPS精密单点定位程序,都是可以运行的程序,希望对大家有帮助。。。
- 2022-02-12 07:58:05下载
- 积分:1
-
OpenSource GPS is software for x86 PCs that allows you to acquire, track and dem...
OpenSource GPS is software for x86 PCs that allows you to acquire, track and demodulate signals from GPS satellites. OSGPS requires a Zarlink GP2021 12 channel GPS correlator chip
- 2022-01-25 16:49:18下载
- 积分:1
-
通过串口接收数据,分析GPS数据,分析出当前时间,设置本机时间等。...
通过串口接收数据,分析GPS数据,分析出当前时间,设置本机时间等。-Receive data through serial analysis of GPS data, analyze the current time, set the local time.
- 2022-02-04 13:44:40下载
- 积分:1