-
S3C2410开发板的一些设备程序,主要是WSN基站的CC2420部分的程序,我相信对于那些想开发WSN基站的朋友应该有所帮助吧!...
S3C2410开发板的一些设备程序,主要是WSN基站的CC2420部分的程序,我相信对于那些想开发WSN基站的朋友应该有所帮助吧!-S3C2410 development board
- 2022-05-14 09:09:57下载
- 积分:1
-
Mobile phone via Bluetooth serial port GPS receiver to read the agreement of the...
手机上通过蓝牙串口协议读取GPS接收仪的GPS数据。-Mobile phone via Bluetooth serial port GPS receiver to read the agreement of the GPS data.
- 2022-06-12 16:31:36下载
- 积分: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
-
用matlab实现的超宽带物理层的仿真 。
用matlab实现的超宽带物理层的仿真 。-Using matlab to achieve the ultra-wideband physical layer simulation.
- 2022-05-12 21:53:06下载
- 积分:1
-
本文设计的FPGA模块需要对GPS、便携打印机和串口数据进行处理,将详细介绍如何设计FPGA和不同外设之间的数据传输。同时,在RTL编码中,编写使综合与布局布线...
本文设计的FPGA模块需要对GPS、便携打印机和串口数据进行处理,将详细介绍如何设计FPGA和不同外设之间的数据传输。同时,在RTL编码中,编写使综合与布局布线效果更佳的代码。-In this paper, the design of FPGA modules need for GPS, portable printers, and serial data processing, will be details on how to design FPGA and data transfer between peripherals. At the same time, RTL coding, synthesis and preparation to make better placement and routing code.
- 2022-02-22 10:49:21下载
- 积分: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
-
这是本人初次上载程序,请大家多多支持
这是本人初次上载程序,请大家多多支持-谢谢
-GPS measurement data processing source, this is my first upload process, please everyone can support
- 2022-07-19 17:40:21下载
- 积分:1
-
GPS数据解析
采用C++程序实现了对GPS 卫星的数据信号的接收,解析出NMEA0183格式数据,根据该数据格式实时获取当前的位置信息与实践信息。
- 2023-05-12 18:15:04下载
- 积分:1
-
几个比较经典的关于GPS应用的国外PPT,比较难得,值得珍藏
几个比较经典的关于GPS应用的国外PPT,比较难得,值得珍藏-Comparison of several classic GPS applications on foreign PPT, relatively rare, it is worth Treasures
- 2022-02-20 01:50:04下载
- 积分:1
-
android gps jni源码
android gps jni源码函数调用了hw_get_module加载硬件适配模块.so文件,接着通过hw_device_t接口调用open()函数,实际执行了gps/loc_api/libloc_api/gps.c定义的open_gps函数,然后调用gps_device_t接口的get_gps_interface函数,此函数也是在gps.c中定义的,最后返回HAL层中loc_eng.cpp文件的sLocEngInterface,从而打通了上层到底层的通道。
- 2022-07-04 08:53:33下载
- 积分:1