登录
首页 » Visual C++ » GPSGSM

GPSGSM

于 2009-08-27 发布 文件大小:264KB
0 402
下载积分: 1 下载次数: 0

代码说明:

说明:  G P S和G S M 双定位终端的软硬件设计与实现 :随着移动定位技术的发展, 单纯的签子G P S 的定位终端或者荃于移动网络的定位终端都将无法浦足用户的俩求。前者的G P S定 位信号受地形及建筑物的影晌,会存在定位盲区 后者定位精度和定位能力受到移动网 络的限制。该文提出一种集成了G P S定位和G S M 网络定位技术的定位终端,阐述了它的软硬件的设计和实现。实验结果表明,该定位终端结合了G P S和G S M网络两种定位方式的优点,(D e s i g n a n d I m p l e me n t a t i o n o f t h e T r a c k i n g T e r mi n a l I n t e g r a t i n g GP S wi t h GS M P o s i t i o n i n g T e c h n o l o g y J I A NG X i r u i , C HE N G Z h e n l i n , F AN G J i n y u n , Z HA NG L i v n g ( I n s t i t u t e o f C o m p u t e T e c h n o l o g y , C h i n e s e A c a d e m y o f S c i e n c e s , B e i j i n g 1 0 0 0 8 0 ) b s t r a c t ] Th e t r a c k i n g t e r mi n a l p l a y s a n i mp o r a n t rl e i n t h e n a v i g a t i o n a n d p o s i t i o n i n g s y s t e m. Ho w t o t h e t r a c k i n g t e r mi n a l i s a k e y p rb l e m t o t h e d e s i g n e r a n d u s e r . T h i s p a p e r p r e s e n t s a me t h o d wh i c h i mpr v e t i n t e g r a t e s p e r f o r m a n c e a n d p r e c i s i o GP S wi 比GS M p o s i t i o n i n g h n o l o g y i n o n e t e r mi n a l , a n d s p e c i f i e s t h e s o f)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MySocket
    vc++开发的socket通信类(含客户端和服务端)(socket communication(include client and server))
    2013-08-12 14:13:49下载
    积分:1
  • music
    实现使用music算法进行频率估计,并绘图(Achieve the use of music algorithm for frequency estimation, and graphics)
    2017-07-10 16:00:43下载
    积分:1
  • Enb_Select
    LTE系统中小区的选择,根据物理位置或是最大发射功率(enb in LTE system)
    2015-04-08 10:50:19下载
    积分:1
  • CSharp_SerialPort
    C# 串口通信源码示例,老外写的,非常精美。(Serial Communication C# source code examples, written by foreigners, very fine.)
    2012-09-26 10:25:26下载
    积分:1
  • BPSK
    BER for BPSK in ISI channel with Zero Forcing equalization
    2009-12-12 17:23:58下载
    积分:1
  • electromotor1.6
    VC (MODBUS协议)上位机程序VC (MODBUS协议)上位机程序(VC (MODBUS))
    2013-10-10 10:55:46下载
    积分:1
  • GPSDIY
    说明:  GPS串口通信程序,新建了一个数据库ACCESS,在显示当前GPS信息的同时可以存储以前记录过的信息,保存在数据库中,便于以后查阅。当前GPS信息包括:时间,经度,纬度,速度,真实航向以及磁偏移(GPS serial port communication program, a database of new ACCESS, show the current GPS information can be stored at the same time the information previously recorded, stored in a database for easy access later. The current GPS information including: time, longitude, latitude, speed, true course and magnetic offset)
    2009-08-06 15:19:07下载
    积分:1
  • com
    VS2010串口例程,VC2010写的串口调试助手,开发环境为VS2010,使用的uncioud环境,纯API,不错的C++串行通讯例子程序,希望能对串口学习的朋友有所帮助 (VS2010 serial routines, VC2010 write serial debugging assistant development environment VS2010, using uncioud environment, pure API, a good example of C++ serial communication program, hoping to help a friend learn the serial port)
    2011-08-11 13:20:01下载
    积分:1
  • STK-develop
    SIM卡为表示能够执行proactive command且支持SAT,它必须在文件EFphaseTKG EFsst中有相关数据。 Phase文件指的是SIM卡所支持的GSM标准的级数,值为3则指SIM卡支持GSM phase 2和设置下传功能(profile download)。SST文件包含支持哪些GSM性能的准确信息。(SIM card that can support the implementation of proactive command and the SAT, it must file EFphaseTKG EFsst have relevant data. Phase document refers to the SIM card supports the GSM standard series, a value of 3 means the SIM card supports the GSM phase 2 and settings transfer function (profile download). SST file which contains support for GSM performance of accurate information.)
    2011-06-16 12:44:25下载
    积分:1
  • MATLAB
    接收端采用的算法和程序流程与发送端发送的OFDM符号的帧结构有关系。具体的帧结构,以及定时估计,频偏估计,剩余误差跟踪的算法可参考算法说明文档。这里对程序的流程进行说明。 首先根据短训练字的特性进行相关运算,进行信号到达检测,当检测到相关值大于门限一定次数后,认为有信号到达。然后根据长训练字的特性,进行相关运算,进行OFDM符号FFT窗口起始位置的估计。估计出FFT窗口的位置后,先在时域进行小频偏的估计,将两个长训练字进行小频偏补偿后,进行FFT运算,根据FFT运算的结果进行整数倍频偏的估计。这些参数估计完成后,就可以进行数据解调了。先对数据部分进行完整的频偏补偿,然后根据估计的FFT窗口位置进行FFT运算得到频域的数据,进行解调。然后在对应于导频的子载波位置上提取出导频信息,根据导频信息估计出剩余定时误差以及剩余的信道响应误差,将误差量送入环路进行跟踪。当收到所有数据后,重新回到信号到达检测状态,进行下一次信号到达的检测和信号接收。 (good)
    2020-11-04 23:49:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载