-
matlab软件仿真超宽带物理层的实现 。
matlab软件仿真超宽带物理层的实现 。-matlab software simulation of UWB physical layer implementations.
- 2022-02-02 07:13:25下载
- 积分:1
-
GPS实时定位位置共享
基于百度地图的实时定位项目源码,可以通过网络基站和gps三重定位,位置信息更准确。移动的时候定位信息会跟着变动。可以做到类似微信的实时位置共享。
- 2023-08-30 02:05:05下载
- 积分:1
-
使用GSM传递卫星定位信息的源代码,适用于C51系列单片机.
使用GSM传递卫星定位信息的源代码,适用于C51系列单片机.-The use of GSM transmit satellite positioning information source code, applies to C51 MCU.
- 2023-08-08 20:20:04下载
- 积分:1
-
GPS capture procedures, using FFT algorithm, search phase code 1024.
GPS 捕获程序,采用FFT搜索算法,搜索1024个码相位.-GPS capture procedures, using FFT algorithm, search phase code 1024.
- 2022-03-13 03:46:50下载
- 积分:1
-
【作者中文名】 陈岗
【作者单位】 山东警察学院公共基础部
【文献出处】 科技信息(学术研究), , 编辑部邮箱 2008年 23期
期刊荣誉...
【作者中文名】 陈岗
【作者单位】 山东警察学院公共基础部
【文献出处】 科技信息(学术研究), , 编辑部邮箱 2008年 23期
期刊荣誉:ASPT来源刊 CJFD收录刊
【关键词】 GPS 车载终端 GSM/GPRS 多线程
【摘要】 本文介绍了GPS车辆监控系统的总体结构及工作原理,重点给出了GPS车载终端软件设计方案。
【基金】 公安部应用创新计划项目(2007YYCXSDST058)
【DOI】 CNKI:SUN:KJXI.0.2008-23-005
-[Author] Chinese name Chan Kong [Author] Shandong Police College Department of public infrastructure] [literature source for scientific and technical information (academic research), Editorial-mail in 2008 23 Journal of Honor: ASPT published sources CJFD Indexed Journal [Key Words] GPS Car Terminal GSM/GPRS multi-threaded [Abstract] In this paper, GPS vehicle monitoring system
- 2022-02-20 13:09:49下载
- 积分:1
-
丢失的文件从“全球定位系统、惯性导航、整合…
Missing file from "Global Positioning Systems, Inertial Navigation, and Integration" by Mohinder S Grewal, Lawrence R Weill, and Angus P Andrews
- 2022-05-14 22:26:35下载
- 积分:1
-
GPS卫星坐标计算程序
利用C#编写的卫星坐标计算程序,只需导入星历数据,即可批量计算各星历时刻的卫星坐标,内附计算数据和计算结果,欢迎大家下载。
- 2023-08-23 12:00:03下载
- 积分:1
-
这个程序是用来构造的分形树的。其中的参数可以自由甚至。...
这个程序是用来构造的分形树的。其中的参数可以自由甚至。-This procedure is used to construct the fractal tree. The parameters can even free.
- 2022-02-09 22:44:46下载
- 积分: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
-
calculate satellite positions, to correct pseudoranges and finally to calculate...
calculate satellite positions, to correct pseudoranges and finally to calculate the receivers position。-calculate satellite positions, to correct pseudoranges and finally to calculate the receivers position.
- 2022-01-30 18:27:57下载
- 积分:1