-
用matlab实现的超宽带物理层的仿真 。
用matlab实现的超宽带物理层的仿真 。-Using matlab to achieve the ultra-wideband physical layer simulation.
- 2022-05-12 21:53:06下载
- 积分:1
-
GPS时间计算
在GPS定位算法中会涉及到时间系统与坐标系统之间的转换,本程序实现了在GPS定位过程中的时间,如何将UTC时间转换为GPS时间
- 2022-03-07 11:11:56下载
- 积分:1
-
GPS rinex 窗体
程序对GPS中rinex文件进行详细介绍,采用C#window实现,程序采用主要分为数据导入、数据数组显示、n文件卫星数据、n文件详细数据、o文件详细数据,用到多个控件
- 2023-04-23 06:15:02下载
- 积分:1
-
一个可以实现GPS模块通讯的软件源码,适合于目前所有GPS模块。...
一个可以实现GPS模块通讯的软件源码,适合于目前所有GPS模块。-A GPS module can realize communications software source code, suitable for all current GPS module.
- 2023-06-15 07:50:26下载
- 积分:1
-
GPS/BDS时间转换程序
实现了GPS,BDS(北斗)时间转换,包括通用时,儒略日,GPS时,北斗时,年积日之间的转换,界面采用vc6.0编写,简洁,可最小化至系统托盘,可方便地用于GPS算法调试,数据处理中的时间转换.
- 2022-06-18 16:55:10下载
- 积分:1
-
全球定位系统的端口配置,开放,全球定位系统的数据分析和分析。GPS状态信息…
gps端口的配置,打开,gps数据解析与分析。gps状态信息的描述-gps port configuration, open, gps data parsing and analysis. gps status information of the description of
- 2023-07-31 16:25:02下载
- 积分:1
-
<GPS应用程序设计>一书中的源代码
<GPS应用程序设计>书中的源代码...
<GPS应用程序设计>一书中的源代码
<GPS应用程序设计>书中的源代码-1
- 2023-03-01 10:40:04下载
- 积分:1
-
GPS的matlab程序,用于对产生的ca码进行移位,用在锁相环跟踪中对ca码调增...
GPS的matlab程序,用于对产生的ca码进行移位,用在锁相环跟踪中对ca码调增-GPS-matlab procedures used to produce displacement of ca code, used in phase-locked loop tracking of the code increases ca
- 2022-05-20 06:00:12下载
- 积分:1
-
这个应该是台湾的一个文章,GPS相关MATLAB
这个应该是台湾的一个文章,GPS相关MATLAB-this should be an article in Taiwan, GPS related MATLAB
- 2022-01-23 10:56:26下载
- 积分: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