-
用Matlab仿真turbocode的算法,即编码结构
用Matlab仿真turbocode的算法,即编码结构-using Matlab turbocode algorithm, namely coding structure
- 2023-02-02 00:05:04下载
- 积分:1
-
使用C语言编写的计算GPS卫星在任意时刻的三维速度的程序
使用C语言编写的计算GPS卫星在任意时刻的三维速度的程序-Calculation of GPS satellites at any time three-dimensional velocity
- 2023-04-14 08:15:03下载
- 积分:1
-
ns2网络仿真中超宽带的实现,该文件是对ns2的patch文件,很好的哦...
ns2网络仿真中超宽带的实现,该文件是对ns2的patch文件,很好的哦-ns2 network simulation over the realization of broadband, the file is the patch file ns2, oh well
- 2023-07-04 12:55:03下载
- 积分:1
-
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系统SUC接口示例。该示例演示如何实现客户端如何与卫通GPS系统连接实现车载终端点名等功能...
一个卫通GPS系统SUC接口示例。该示例演示如何实现客户端如何与卫通GPS系统连接实现车载终端点名等功能-A GPS system SUC Satcom interface sample. This example demonstrates how to achieve the client how GPS and satellite communication systems to achieve end-named features such as vehicle
- 2022-02-10 06:21:50下载
- 积分:1
-
非常实用的工具,可以用Matlab来进行射频上船用的转换以及分析。(例如可以将S矩阵转化成Z矩阵,放大器稳定性分析……)...
非常实用的工具,可以用Matlab来进行射频上船用的转换以及分析。(例如可以将S矩阵转化成Z矩阵,放大器稳定性分析……)-Very useful tool, you can use Matlab to carry out on the marine radio frequency conversion, as well as analysis. (Such as the S matrix can be transformed into Z matrix, amplifier stability analysis ... ...)
- 2023-06-26 13:55:03下载
- 积分:1
-
用matlab开发的GPS基线解算程序学习GPS软件开发必备
用matlab开发的GPS基线解算程序学习GPS软件开发必备-The development of GPS baseline with matlab solver GPS software developers to learn essential
- 2022-07-18 02:00:05下载
- 积分: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
-
卫星星空图显示
本程序采用C++联合OPENGL编程实现了对太空中高速运行GPS卫星的星座进行显示,可以看到天空中24颗卫星的实际运行三维图
- 2022-05-21 11:08:53下载
- 积分:1
-
GPS 0183 GPRMC 解析程序
GPS 0183格式(GPRMC)格式的输出解析,解析经纬度等
- 2023-02-11 10:50:04下载
- 积分:1