搜索资源列表
GPS接收机
- GPS接收机只要处于工作状态就会源源不断地把接收并计算出的GPS导航定位信息通过串口传送到计算机中。前面的代码只负责从串口接收数据并将其放置于缓存,在没有进一步处理之前缓存中是一长串字节流,这些信息在没有经过分类提取之前是无法加以利用的。因此,必须通过程序将各个字段的信息从缓存字节流中提取出来,将其转化成有实际意义的,可供高层决策使用的定位信息数据。同其他通讯协议类似,对GPS进行信息提取必须首先明确其帧结构,然后才能根据其结构完成对各定位信息的提取。对于本文所使用的GARMIN GPS天线板,
电脑上模拟GPS终端
- 在电脑上实现一个GPS终端,可以发送经纬度,可以修改,可以增量,可以修改速度方向,报警等
GPS开发Demo
- GPS开发迅速上手,简单绑定串口号后,即可获得GPS经纬度坐标、速度、等信息,包括寻找到的卫星数、信号强度等,根据当前坐标即可在图上实施绘制,不过范围需事先指定,我们在Demo用了福州市的一部分地图,地图位图通过Google Earth截取。适用所有经串口回传的GPS模块,VC++6.0开发,
基于MATLAB的GPS选星分析及实验研究
- 几篇介绍卫星位置和速度计算的论文,基于MATLAB的GPS选星分析及实验研究,GPS中的一种新的选星方法,Satellite location and a few introductory rate paper, the GPS-based MATLAB election analysis and experimental study of stars, GPS in a new method of election stars
GPS-POS
- GPS卫星位置的算法,还有GPS速度的计算方法,内容详细-GPS satellite position of the algorithm, as well as GPS speed is calculated, detailed
GSM-GPS
- GSM/gps通信程序:双串口控制。当时我编这程序时还是花了不少力气的。 (1)gsm部分:以AT指令控制西门子TC35模块。程序代码精简。也可以用于TC35i,MC45,TC45的控制. (2)采用GPS标准协议格式,获取GPS模块发来的时间、位置、速度等信息。该程序经过试验验证. 程序中,实现GPS信息的接收,并和其它信息一起编码成GSM传输协议格式发送出去。-GSM/gps Communication Program: Two serial control. When
gps(UBLOX)
- GPS功能,接收模组:UBLOX。 具有经纬度,时间,速度等信息显示功能。-GPS functionality, the receiver module: UBLOX. With latitude and longitude, time, speed and other information display.
GPS
- J2me程序,使用GPS获取移动的速度,并以汽车仪表盘的界面显示出来-J2me procedure,use GPS module to get the speed of you,and will be showed by a good interface
GPS
- 用单片机接收GPS 的信号,显示它的经纬,时间和速度-Using single-chip GPS receiver signal that its latitude and longitude, time and speed
GPS
- 使用C8051F340单片机筛选出GPVTG中的速度信息和GPRMC中的时间,日期,纬度\经度等信息,并通过串口发送-GPS
VB-GPS
- 用VB编程提取GPS信息的程序,如位置、速度等信息-Programming with VB extract GPS information programs, such as position, velocity and other information
UKF
- GPS定位采用UKF滤波方式。包括调用的数据dat文件(选用卫星数据和机动目标运行轨迹数据)和调用的sigma点生成子程序。运行可观察定位误差(位置、速度和加速度)-GPS positioning using UKF filtering method. The data include call dat file (optional operation of satellite data and maneuvering target trajectory data) and the sigma
GPS
- vc编写,提供移动目标定位、航向、速度等服务系统解析程序-vc prepared to provide moving target location, course, speed, system analysis programs and other services
gps
- 易语言GPS速度表源码例程程序结合易语言扩展界面支持库,使用易语言端口组件实现GPS速度表显示功能。 -Easy language GPS speed table source routine procedures combined with easy language extensions interface support library, the use of easy language port components to achieve GPS speed table displa
GPS-CTest-
- 标准的gps信息,解码出经纬度信息,卫星信息,速度信息。(Standard GPS information, decoding latitude and longitude information, satellite information, speed information. gps imformation)
slip_gps
- 用GMT软件绘制gps平面速度场,附件已包含所需数据(Map the GPS plane speed field with the GMT software)
E语言商业软件源码易语言GPS速度表源码
- E语言GPS速率表,Gps调用,环天GPS可用,可获取坐标(E language GPS rate table, Gps call)
GPS模块测试程序
- 提取GPS信息,获取经纬度、时间及速度等信息(Extract GPS information, access to latitude, longitude, time and speed and other information)
C语言读取GPS
- 利用C语言完成GPS数据的解析,获取经纬度、速度、时间等信息(Using C language to complete the GPS data analysis, access to latitude, longitude, speed, time and other information)
GPS-master
- 模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000px,高600px。(另:计算GPS坐标距离公式是参考网上公