gps數(shù)據(jù)接收研究.doc
約54頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
gps數(shù)據(jù)接收研究,3.7萬(wàn)字52頁(yè) 有設(shè)計(jì)代碼摘要dsp(digital signal processing) 作為專(zhuān)門(mén)為快速實(shí)現(xiàn)各種數(shù)字信號(hào)處理算法而設(shè)計(jì)的、具有特殊結(jié)構(gòu)的微處理器,配有特殊的dsp 指令集,編程靈活,開(kāi)發(fā)較容易,運(yùn)算速度高,與其他單片處理器相比較具有小體積、高速度,低功耗,高可靠性的特點(diǎn),適合對(duì)高復(fù)雜性的gps 信號(hào)...
內(nèi)容介紹
此文檔由會(huì)員 劉麗 發(fā)布
3.7萬(wàn)字 52頁(yè) 有設(shè)計(jì)代碼
摘 要
DSP(Digital Signal Processing) 作為專(zhuān)門(mén)為快速實(shí)現(xiàn)各種數(shù)字信號(hào)處理算法而設(shè)計(jì)的、具有特殊結(jié)構(gòu)的微處理器,配有特殊的DSP 指令集,編程靈活,開(kāi)發(fā)較容易,運(yùn)算速度高,與其他單片處理器相比較具有小體積、高速度,低功耗,高可靠性的特點(diǎn),適合對(duì)高復(fù)雜性的GPS 信號(hào)的實(shí)時(shí)處理。利用其與OEM 板構(gòu)成的GPS 信息系統(tǒng),不僅很好地滿足GPS 信號(hào)處理的實(shí)時(shí)性和高復(fù)雜性,而且由于DSP 強(qiáng)大的數(shù)據(jù)處理能力,系統(tǒng)還可以進(jìn)行進(jìn)一步的功能擴(kuò)展, DSP已廣泛應(yīng)用于GPS數(shù)據(jù)處理中。
本文首先對(duì)本課題的背景、研究現(xiàn)狀和GPS的產(chǎn)生、發(fā)展、特點(diǎn)及一些本文應(yīng)用到的關(guān)鍵技術(shù)作了簡(jiǎn)單的介紹,然后進(jìn)行DSP處理GPS數(shù)據(jù)接收系統(tǒng)的硬件設(shè)計(jì),整個(gè)系統(tǒng)可以分為兩大模塊:接收模塊和處理模塊。接收模塊以GPS為核心,主要進(jìn)行了GPS與PC機(jī)、GPS與DPS之間的接口電路設(shè)計(jì);處理模塊以DSP處理器為核心,主要是對(duì)DSP與PC機(jī)之間的接口電路的設(shè)計(jì)。最后是對(duì)軟件的設(shè)計(jì),包括系統(tǒng)初始化程序設(shè)計(jì)、導(dǎo)航電文的接收與判斷、系統(tǒng)串口通信的設(shè)計(jì)、導(dǎo)航電文提取及解算程序設(shè)計(jì)、信號(hào)處理模塊程序設(shè)計(jì),信號(hào)處理模塊通過(guò)在DSP實(shí)驗(yàn)箱上的仿真驗(yàn)證了程序的正確性。
關(guān)鍵詞:GPS DSP 定位 數(shù)據(jù)接收 實(shí)時(shí)處理
ABSTRACT
The receiving module takes GPS as a core, mainly dealing with the design of connection circuit between GPS and PC machine, between GPS and DPS; the processing module takes the DSP processor as a core, also throwing efforts on the design of the connection electric circuit between GPS and PC machine. Finally comes the design of software, including system initialization programming, receiving and judgment of navigational telegram text, the design of system string correspondence, the programming design of the navigational telegram text collection and calculation, the design of signal processing module, and the author proves the correctness of the signal processing module through simulation in the DSP experiment box.
KEY WORDS:GPS, DSP, Positioning,Data reception, Real-time processing
目 錄
摘 要
ABSTRACT
第一章 緒論
第二章 GPS概述
第三章 DSP處理GPS接收數(shù)據(jù)系統(tǒng)硬件設(shè)計(jì)
3. 1 硬件介紹
3.1.1 GPS模塊
3.1.2 DSP模塊
3. 2 系統(tǒng)結(jié)構(gòu)總體設(shè)計(jì)
3. 3 GSP與PC機(jī)接口電路設(shè)計(jì)
3. 4 DSP與PC機(jī)接口電路設(shè)計(jì)
3. 4. 1 ICETEK-DM642-PCI評(píng)估板功能概述
3. 4. 2 TL16C752B介紹
3. 5 GPS與DSP接口電路設(shè)計(jì)
第四章 DSP處理GPS接收數(shù)據(jù)系統(tǒng)軟件設(shè)計(jì)
4. 1 系統(tǒng)軟件總體設(shè)計(jì)思想
4. 2 系統(tǒng)初始化設(shè)計(jì)
4. 3 導(dǎo)航電文的接收與判斷
4. 4 系統(tǒng)串口通信設(shè)計(jì)
4. 4. 1 DSP串口通信設(shè)計(jì)
4. 4. 2 GPS與PC機(jī)串口通信設(shè)計(jì)
4. 5 導(dǎo)航電文提取及解算程序設(shè)計(jì)
4. 6 信號(hào)處理模塊程序設(shè)計(jì)
第五章 總結(jié)
結(jié) 束 語(yǔ)
參考文獻(xiàn)
附 錄
摘 要
DSP(Digital Signal Processing) 作為專(zhuān)門(mén)為快速實(shí)現(xiàn)各種數(shù)字信號(hào)處理算法而設(shè)計(jì)的、具有特殊結(jié)構(gòu)的微處理器,配有特殊的DSP 指令集,編程靈活,開(kāi)發(fā)較容易,運(yùn)算速度高,與其他單片處理器相比較具有小體積、高速度,低功耗,高可靠性的特點(diǎn),適合對(duì)高復(fù)雜性的GPS 信號(hào)的實(shí)時(shí)處理。利用其與OEM 板構(gòu)成的GPS 信息系統(tǒng),不僅很好地滿足GPS 信號(hào)處理的實(shí)時(shí)性和高復(fù)雜性,而且由于DSP 強(qiáng)大的數(shù)據(jù)處理能力,系統(tǒng)還可以進(jìn)行進(jìn)一步的功能擴(kuò)展, DSP已廣泛應(yīng)用于GPS數(shù)據(jù)處理中。
本文首先對(duì)本課題的背景、研究現(xiàn)狀和GPS的產(chǎn)生、發(fā)展、特點(diǎn)及一些本文應(yīng)用到的關(guān)鍵技術(shù)作了簡(jiǎn)單的介紹,然后進(jìn)行DSP處理GPS數(shù)據(jù)接收系統(tǒng)的硬件設(shè)計(jì),整個(gè)系統(tǒng)可以分為兩大模塊:接收模塊和處理模塊。接收模塊以GPS為核心,主要進(jìn)行了GPS與PC機(jī)、GPS與DPS之間的接口電路設(shè)計(jì);處理模塊以DSP處理器為核心,主要是對(duì)DSP與PC機(jī)之間的接口電路的設(shè)計(jì)。最后是對(duì)軟件的設(shè)計(jì),包括系統(tǒng)初始化程序設(shè)計(jì)、導(dǎo)航電文的接收與判斷、系統(tǒng)串口通信的設(shè)計(jì)、導(dǎo)航電文提取及解算程序設(shè)計(jì)、信號(hào)處理模塊程序設(shè)計(jì),信號(hào)處理模塊通過(guò)在DSP實(shí)驗(yàn)箱上的仿真驗(yàn)證了程序的正確性。
關(guān)鍵詞:GPS DSP 定位 數(shù)據(jù)接收 實(shí)時(shí)處理
ABSTRACT
The receiving module takes GPS as a core, mainly dealing with the design of connection circuit between GPS and PC machine, between GPS and DPS; the processing module takes the DSP processor as a core, also throwing efforts on the design of the connection electric circuit between GPS and PC machine. Finally comes the design of software, including system initialization programming, receiving and judgment of navigational telegram text, the design of system string correspondence, the programming design of the navigational telegram text collection and calculation, the design of signal processing module, and the author proves the correctness of the signal processing module through simulation in the DSP experiment box.
KEY WORDS:GPS, DSP, Positioning,Data reception, Real-time processing
目 錄
摘 要
ABSTRACT
第一章 緒論
第二章 GPS概述
第三章 DSP處理GPS接收數(shù)據(jù)系統(tǒng)硬件設(shè)計(jì)
3. 1 硬件介紹
3.1.1 GPS模塊
3.1.2 DSP模塊
3. 2 系統(tǒng)結(jié)構(gòu)總體設(shè)計(jì)
3. 3 GSP與PC機(jī)接口電路設(shè)計(jì)
3. 4 DSP與PC機(jī)接口電路設(shè)計(jì)
3. 4. 1 ICETEK-DM642-PCI評(píng)估板功能概述
3. 4. 2 TL16C752B介紹
3. 5 GPS與DSP接口電路設(shè)計(jì)
第四章 DSP處理GPS接收數(shù)據(jù)系統(tǒng)軟件設(shè)計(jì)
4. 1 系統(tǒng)軟件總體設(shè)計(jì)思想
4. 2 系統(tǒng)初始化設(shè)計(jì)
4. 3 導(dǎo)航電文的接收與判斷
4. 4 系統(tǒng)串口通信設(shè)計(jì)
4. 4. 1 DSP串口通信設(shè)計(jì)
4. 4. 2 GPS與PC機(jī)串口通信設(shè)計(jì)
4. 5 導(dǎo)航電文提取及解算程序設(shè)計(jì)
4. 6 信號(hào)處理模塊程序設(shè)計(jì)
第五章 總結(jié)
結(jié) 束 語(yǔ)
參考文獻(xiàn)
附 錄
TA們正在看...
- 大學(xué)生自我介紹范文.doc
- 主題班會(huì)記錄《勤儉節(jié)約》.doc
- 主題班會(huì)記錄《環(huán)保從我做起》.doc
- 大學(xué)生試用期轉(zhuǎn)正述職報(bào)告1000.doc
- 主題班會(huì)設(shè)計(jì)珍惜時(shí)間——唱響生命的旋律.doc
- 大學(xué)生選課情況調(diào)研報(bào)告.doc
- 主題班會(huì)設(shè)計(jì)方案:堡我們的眼睛.doc
- 大學(xué)輔導(dǎo)員述職報(bào)告范文.doc
- 主題班會(huì)設(shè)計(jì)方案:情系災(zāi)區(qū),溫暖人心.doc
- 大學(xué)面試自我介紹.doc