搜索资源列表
GPS接收机
- GPS接收机只要处于工作状态就会源源不断地把接收并计算出的GPS导航定位信息通过串口传送到计算机中。前面的代码只负责从串口接收数据并将其放置于缓存,在没有进一步处理之前缓存中是一长串字节流,这些信息在没有经过分类提取之前是无法加以利用的。因此,必须通过程序将各个字段的信息从缓存字节流中提取出来,将其转化成有实际意义的,可供高层决策使用的定位信息数据。同其他通讯协议类似,对GPS进行信息提取必须首先明确其帧结构,然后才能根据其结构完成对各定位信息的提取。对于本文所使用的GARMIN GPS天线板,
GPRS_principle
- 讲解GPRS基本原理 第1章 GPRS概述 第2章 GPRS基本功能和业务 第3章 GPRS基本体系结构和传输机制 第4章 移动性管理 第5章 无线资源管理功能 第6章 分组路由与传输功能 第7章 用户数据传输 第8章 信息存储 第9章 编号方案 第10章 GPRS系统的运营 第11章 与GSM其它业务的交互 第12章 IP相关的基础知识
GPSRadar.ZIP
- GPS开发经典工具,很有参考价值,你可以用它在PC平台接收数据包,这样就可以研究包结构知识
gpsj
- 开源股软的结构说明:实时视图模块中有实时发送接收视图类和实时接收视图类,实时视图模块的数据请求和接收。-Open source stock soft structure Descr iption: live view module in real-time send receive view classes and receive real-time, real-time view of your view class module request and receive the data.
GPSRadar
- GPS开发经典工具,很有参考价值,你可以用它在PC平台接收数据包,这样就可以研究包结构知识-GPS development of classical tools, a good reference, you can use it in the PC platform for receiving data packets, so packets can study the structure of knowledge
nmearead
- 程序在matlab平台实现,功能是将GPS接收的存储在.nmea文件中的数据分别读入到结构体-Program in matlab platform, function is the data stored in the GPS receiver. Nmea files were read into the structure
ephemeride_GNSS
- 提供GPS参考站的数据结构,对初学GPS的人很有用的,如有不懂,可以联系我。-It provides data structure GPS reference station for beginners GPS were very useful, if not understand, you can contact me.
readrinex
- rinex o文件读取代码,通过结构体将v2.1版本的rinex数据读入程序中做进一步的处理。(rinex o file reader)