-
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编程时写的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
-
API_0.83_for_BlueSoleil
希望对从事蓝牙变成的人会有所帮助
API_0.83_for_BlueSoleil
希望对从事蓝牙变成的人会有所帮助-API_0.83_for_BlueSoleil wish to become engaged in Bluetooth would be helpful
- 2022-08-16 22:32:54下载
- 积分:1
-
GPRS部分源代码,一部分常用AT命令的代码实现,比如,打电话,发短信等...
GPRS部分源代码,一部分常用AT命令的代码实现,比如,打电话,发短信等-GPRS part of the source code, part of the AT command used a code, for example, make phone calls and send text messages, etc.
- 2022-07-26 01:34:09下载
- 积分:1
-
C#开发的 GPS定位车辆定位系统
使用C#开发的 GPS车辆定位系统,实现B/s GPS定位,给有需要的朋友参考学习了
- 2022-03-23 11:52:02下载
- 积分:1
-
MSB
MSB-2122 GPS芯片引导加载程序,可以刻录4个芯片集
- 2022-08-11 04:54:00下载
- 积分:1
-
can receive NMEA
可以接收NMEA-0183格式的GPS数据自动化搜索本枸的GPS接口-can receive NMEA- 0183 format of the GPS data automation of the search interface GPS Citrus medica
- 2022-08-02 15:20:53下载
- 积分:1
-
faster algorithm for GPS signal Acquistion
faster algorithm for GPS signal Acquistion
- 2023-03-28 08:25:04下载
- 积分:1
-
GPS接收机的GPS仪for ambicom港
GPS port finder for Ambicom GPS receivers
- 2023-08-22 15:10:03下载
- 积分:1
-
Mapobjects的打包经验。GIS编程。希望你喜欢。
Mapobjects的打包经验。GIS编程。希望你喜欢。-Mapobjects the packaged experience. GIS programming. I hope you like.
- 2023-03-30 23:45:03下载
- 积分:1