-
FM调制和解调,MATLAB语言,可以改变FS,FC,FT
fm调制和解调,matlab语言实现,可以改变fs,fc,ft-fm modulation and demodulation, matlab language, can change the fs, fc, ft
- 2023-01-20 13:35:04下载
- 积分:1
-
编程实现对GPS通讯信息的采集方法,将接收到的数据进行语义的解析,并在LCD上显示
当前的地理位置信息。...
编程实现对GPS通讯信息的采集方法,将接收到的数据进行语义的解析,并在LCD上显示
当前的地理位置信息。
-Programming of the GPS communications and information collection methods, will receive the data semantic parsing, and the LCD displays the current location information.
- 2022-03-03 12:10:46下载
- 积分:1
-
GPS时转换
GPS时间转换程序,采用C#Windows编写,有良好的界面布局,输入年月日可以准确地转换成GPS周、周内日以及年积日,对从事GPS研发人员很有帮助。
- 2022-06-20 11:03:26下载
- 积分:1
-
功率倒置算法的GPS抗干扰天线仿真
基于功率倒置算法的GPS抗干扰天线仿真以及高斯噪声的产生函数,LMS收敛,matlab源码,成功运行,效果不错,值得参考
- 2022-03-19 20:40:48下载
- 积分: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
-
cy7c68013目前最流行的几种gps芯片的控制定制程序的源代码
cy7c68013目前最流行的几种gps芯片的控制定制程序的源代码-cy7c68013 currently the most popular of several gps chip control customization program"s source code
- 2022-12-20 00:00:03下载
- 积分:1
-
WAP blog system, easy simple and practical. Elements less than 10 pages, beginne...
WAP博客系统,简便简单,实用的。基本组成只有不到10个页面,初学者学习是非常好的。-WAP blog system, easy simple and practical. Elements less than 10 pages, beginners learning is very good.
- 2023-01-04 14:50:03下载
- 积分:1
-
GPS 单点定位程序
GPS单点定位程序,可实现卫星坐标计算,地面点坐标计算,精度指标计算和输出到Excel。
- 2022-06-29 08:24:52下载
- 积分:1
-
利用GPS作为时钟源实现精确计时,方便实用,定时精度达到300ns以内。...
利用GPS作为时钟源实现精确计时,方便实用,定时精度达到300ns以内。
-The use of GPS as a clock source to achieve accurate timing, convenient and practical, timing accuracy of less than 300ns.
- 2022-03-02 10:04:35下载
- 积分:1
-
MATLAB将使用无线电频率(RF)收发模块模型。非常罕见的马…
用Matlab将Radio Frequency(RF)收发模块进行模型化。非常少见用Matlab对RF的建模-Matlab will use Radio Frequency (RF) transceiver module model. Very rare with Matlab modeling of RF
- 2023-05-08 22:50:03下载
- 积分:1