搜索资源列表
SimulationofTsunamiForecastingwithGPS
- 提出了利用精密单点定位(precise point positioning,PPP)技术进行海啸预警的方法,并利用TriP软件对实测浮标数据进行了处理,将得出的海面高数据和海啸波模型叠加进行了模拟分析。仿真结果表明,利用精密单点定位技术进行海啸预警,能够监测判断海啸的发生,并获得海啸波到达海岸的波高和时间,提供一定的预警信息。 -Made use of Precise Point Positioning (precise point positioning, PPP) technology
hs_gpsdll_setup
- GPS 接收程序 DEMO。 HsGpsDll Library 1.1 A GPS Control/Component for C/C++ HsGpsDll is a Windows Dynamic Link Library which provides access to any NMEA-183 compliant GPS receiver via a serial communications port. HsGpsDll is designed for use from
GPS
- 利用AVRM16单片机读与GPS接收模块进行通信,可以读到目前的国际时间与,地理坐标。-AVRM16 time with the use of single-chip GPS receiver module to communicate, you can read the time and the current international, geographical coordinates.
TheconversionprocesstimeGPSpositioning
- GPS应用和数据处理中,会涉及到许多不同的时间表示法,如GPS系统内部所采用的GPS时标示法,GPS测量应用中常常采用年积日标示法,在科学领域采用儒略日标示法,日常生活中采用历法标示法等,不同的时间标示有不同的目的,它们之间是可以严格的进行互相转换的,-GPS data processing applications and will involve a lot of different time expressions, such as the GPS system when used in
GPS_GSM_GIS
- 设计并实现了一种将GPS 全球卫星定位系统、GSM短消息服务系统、GIS 地理信息系统相结合的车辆定位、导航、调度指 挥系统. 该系统采用GPS/ DRS 相结合的定位方式,通过GSM网实现移动车辆与监控中心的双向通信,并结合电子地图实现车 辆的定位、导航、实时监控等功能. 系统具有人机界面友好、性能稳定可靠、使用方便等特点,并具有一定的社会经济效益.-Designed and implemented to GPS global satellite positioning syste
elegps
- GPS 主系统是居心叵测的老美发射运行的卫星系统,包含了27 颗能持续发送地理位置海拔高度和时间信号 的卫星,24 个正常使用,3 个备用,这些卫星平均分布运行在六个轨道上。一般来说,在地面上的GPS 接 收器能接收5~12 个卫星信号,而为了获得地面上的定位坐标,GPS 导航至少需要4 个卫星信号,三个用 来确定GPS 接收器的纬度、经度和海拔高度,第四个则提供同步校正时间-GPS is the main system is very much ill-old US-run sat
GPS51timesys
- 利用GPS模块输出的高精度时间来做单片机时间源.-GPS module to use the time to do the output of the single-chip high-precision time source.
GPS
- Global Positioning System的缩写,意为利用卫星导航进行测时和测距,以构成全球卫星定位系统。是美国国防部主要为满足军事部门对海上、陆地和空中设施进行高精度导航和定位的需要而建立的。-Acronym for Global Positioning System, which means the use of satellite navigation for measuring time and distance, to form the global satellite pos
bluetooth_gps
- 通过delphi操作蓝牙串口,访问蓝牙GPS设备,并解析相关的经纬度,坐标时间,方向和速度.通过本程序可以使用带有蓝牙功能的笔记本于蓝牙GPS设备进行连接 ,通过获得GPS坐标.-By operating the Bluetooth serial port delphi, access the Bluetooth GPS devices, and analysis related to the latitude and longitude coordinates of time, directi
The-way-of-analysis-the-GPS-data
- 使用单片机解析GPS数据是GPS模块使用中最重要的环节,本例以时间信息的解析为例介绍了使用单片机解析GPS信息的方法。-Analysis the GPS data is the most important part of using the single chip GPS module,uses the information in this case a time resolution as an example of the use of GPS single chip analytica
GPS-implementation
- GPS实施的是“到达时间差”(时延)的概念:利用每一颗GPS卫星的精确位置和连续发送的星上原子钟生成的导航信息获得从卫星至接收机的到达时间差-GPS implementation is the " time difference of arrival" (delay) concept: the use of each GPS satellite and the exact location of the satellite atomic clocks generated by
time_synchronization
- Satellite time synchronization algorithm, the use of MATLAB to prepare, including the clock model, Kalman filtering and model calculations
GPS-master
- 模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000px,高600px。(另:计算GPS坐标距离公式是参考网上公