跳到主要內容

臺灣博碩士論文加值系統

(44.201.92.114) 您好!臺灣時間:2023/04/01 15:29
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:高瑋
研究生(外文):Wei Kao
論文名稱:909 ~ 919 MHz跳頻展頻與區塊編碼數位無線收發機之實現
論文名稱(外文):Implementation of 909 ~ 919 MHz FH-SS Digital Wireless Transceiver with Block Coding
指導教授:余政杰余政杰引用關係
口試委員:鄭群星曾德樟
口試日期:2011-07-12
學位類別:碩士
校院名稱:國立臺北科技大學
系所名稱:電腦與通訊研究所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2011
畢業學年度:99
語文別:中文
論文頁數:253
中文關鍵詞:跳頻展頻區塊編碼區塊交錯無線數據封包前導碼同步碼資料欄位錯誤更正微控器組合語言
外文關鍵詞:FH-SSBlock CodingInterleavingWireless Data PacketPreambleSynchronous HeaderPayload DataError-CorrectionMicrocontrollerAssembly Language
相關次數:
  • 被引用被引用:0
  • 點閱點閱:188
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
此論文主要研究在909 ~ 919 MHz跳頻展頻之數位無線收發系統中,加入區塊編碼與區塊交錯的機制,對無線數據封包傳輸可靠度提升的程度。論文內容包含:發射載波準隨機跳頻、接收載波掃瞄/鎖定、無線數據封包的區塊編碼與交錯及整體跳頻數位無線收發系統性能之優化。無線數據封包之基本欄位格式如下:前導碼、同步碼、資料欄位與緩衝時間。
於無線通訊鏈結中,雜訊干擾普遍存在,但加入下列三種機制可使通訊可靠度增加,進一步延伸通訊範圍。跳頻展頻技術:抗干擾、非特定的接收端無法擷取出正確數據封包;區塊編碼:使數據封包含有錯誤更正機制;區塊交錯:減少因雜訊所造成之大量連續錯誤。
此論文整合實現天線、902 ~ 928 MHz Micrel MICRF600射頻收發模組與Microchip PIC16F887微控器,並以35個PIC16精簡組合語言指令,實現整體慢跳頻數位無線收發系統,並於開放空間進行通訊可靠度與距離之測試。


This thesis is devoted to the design and implementation of 909 ~ 919 MHz FH-SS digital RF transceiver by adding the block coding and interleaving, which can improve the efficiency and reliability of wireless transmission.
This Thesis includes the pseudorandom hopping pattern of the transmit carrier frequency, sequential scan/lock of the receive frequency, block encoding/decoding and interleaving of the wireless data packet, and performance optimization of the entire FH-SS digital RF transceiver. The format of the wireless data packet involves the following fields: preamble, synchronous header, payload data, and guard time.
Noise and interference are ubiquitous in the thin air and inevitable in any wireless communication link. Fortunately, by adding the three kinds of mechanisms can extend the transmission distance and data reliability. First, the frequency-hopping spread spectrum (FH-SS) signaling method can be highly resistant to narrowband interference. Second, block coding can correct the data if errors do occur. Third, when any burst is coming, interleaving can separate the symbol errors with each other.
Finally, the antenna, the Micrel MICRF600 module, and the PIC16F887 microcontroller form the FH-SS system, which is constructed by 35 PIC16 assembly language instructions. And the transmission distance and data reliability of the system are measured in open sites.


中文摘要 i
英文摘要 ii
誌謝 iv
目錄 v
表目錄 x
圖目錄 xii
第一章 緒論 1
1.1 研究背景 1
1.2 研究動機與方法 2
1.3 論文綱要 3
第二章 數位通訊系統的介紹 5
2.1 數位傳輸介紹 5
2.1.1 串列與並列 5
2.1.2 單工與雙工 6
2.1.3 天線 7
2.2 資料編碼格式 9
2.3 數位調變技術 11
第三章 數位無線射頻模組的基本簡介 15
3.1 PIC系列微控器介紹 15
3.1.1 PIC16F887微控器之架構 16
3.1.2 PIC16F887微控器之特點 18
3.1.3 PIC16F887微控器之內嵌硬體 19
3.1.4 PIC16F887微控器之發展工具簡介 20
3.2 無線射頻模組MICRF600 23
3.2.1 MICRF600電路的基本架構 23
3.2.2 零中頻接收機的架構 26
3.2.2.1 雜訊 29
3.2.2.2 本地振盪信號的洩漏量 30
3.2.2.3 I/O通道的不平衡 30
3.2.2.4 直流偏壓 31
3.2.2.5 互調失真 32
3.2.3 MICRF600模組功能暫存器介紹 33
3.2.3.1 MICRF600模組的頻率合成器 34
3.2.3.2 石英振盪器 36
3.2.3.3 電壓控制振盪器 38
3.2.3.4 鎖相迴路濾波器 39
3.2.3.5 位元同步產生器 40
3.2.3.6 MICRF600接收模式的暫存器設定 42
3.2.3.7 MICRF600發射模式的暫存器設定 45
3.3 MIC5305穩壓IC 46
3.3.1 MIC5305元件特性 46
3.3.2 MIC5305周邊電路配置 49
3.3.3 MIC5305輸出電壓驅動範圍量測 50
3.4 EUSART的傳輸與接收模式簡介 52
3.4.1 EUSART非同步傳輸與接收模式 53
3.4.2 EUSART同步傳輸與接收模式 58
3.4.3 MICRF600模組可程式介面的寫入及讀取 60
3.4.3.1 可程式介面的寫入 61
3.4.3.2 可程式介面的讀取 62
3.4.3.3 暫存器讀取及寫入的實驗 63
3.4.4 MICRF600資料介面的傳輸與接收 69
第四章 數據封包之錯誤更正機制 70
4.1 線性區塊碼 70
4.1.1 線性區塊碼原理 70
4.1.2 生成矩陣 71
4.1.3 線性系統區塊碼 72
4.1.4 同位元檢測矩陣 73
4.1.5 癥狀錯誤檢測 74
4.1.6 二進位向量之重量與距離 76
4.2 漢明碼 77
4.2.1 漢明碼介紹 77
4.2.2 漢明距離 77
4.2.3 漢明碼原理 78
4.2.4 漢明碼演算理論 79
4.3 區塊交錯演算機制 81
4.3.1 交錯原理 81
4.3.2 漢明碼之編解碼運用區塊交錯機制 83
第五章 實現單一通道的無線通訊系統 87
5.1 EUSART同步模式制定數據封包格式 87
5.2 編碼處理 89
5.3 MICRF600相關功能暫存器值的設定 91
5.4 實驗量測與結果 94
第六章 展頻技術 104
6.1 展頻技術的發展 104
6.1.1 功率密度的衰減 104
6.1.2 良好的時間解析度 105
6.1.3 多通道存取技術 106
6.2 直接序列展頻 106
6.3 跳頻展頻 108
6.3.1 快跳頻展頻系統介紹 109
6.3.2 慢跳頻展頻系統介紹 111
6.4 慢跳頻系統通訊的規劃 112
6.4.1 慢跳頻通道表的制定 113
6.4.2 慢跳頻系統通訊流程 116
第七章 數位無線收發機之系統整合與量測 128
7.1 無線數據通訊系統 128
7.1.1 短距離無線數據通訊介紹 128
7.1.2 操作距離影響因素 129
7.1.3 天線對操作距離之影響 130
7.1.4 射頻傳輸的資料編碼 131
7.1.5 封包通訊協定 132
7.2 慢跳頻通訊系統的相關量測 134
7.2.1 慢跳頻通訊系統電路配置 134
7.2.2 天線頻寬量測 136
7.2.3 無線通道的頻寬量測 139
7.2.4 通道與通道之間的Separation量測 144
7.2.5 無線通道的Dwell Time量測 145
7.2.6 25個無線通道切換量測 146
7.2.7 無線通道的功率量測 148
第八章 數位無線收發機之通訊距離量測與比較 151
8.1 無線通道傳播之特性 151
8.1.1 自由空間傳播 151
8.1.2 無線空間中的傳播效應 152
8.1.3 碼際干擾 152
8.2 數據封包通訊成功率的評估與驗證 153
8.2.1 量測環境 153
8.2.2 未加入抗雜訊機制 155
8.2.3 加入抗雜訊機制 156
8.2.4 量測結果與比較 157
第九章 結論 159
參考文獻 160
附錄
A 於2010年全國電信研討會發表之會議論文 163
B FH-SS慢跳頻與區塊編碼系統之發射端程式 170
C FH-SS慢跳頻與區塊編碼系統之接收端程式 215
研究心得 252
作者簡介 253


[1]A. Bensky, Short-range Wireless Communication, LLH Technology Publishing, United States of America, p. 3, 2000.
[2]B. Razavi, RF Microelectronics, Prentice-Hall, 1998.
[3]R. G. Gallager, Information Theory and Reliable Communication, John Wiley and Sons, New York, 1968.
[4]D. M. Pozar, Microwave Engineering, 3rd. John Wiley & Sons, 2004.
[5]趙春棠編著,PIC單晶片學習祕笈:以PIC16F877為例,全威圖書有限公司,台北,2007。
[6]Microchip, Inc., “PIC16F87XA Data Sheet,” http://www.microChip.com/.
[7]Microchip, Inc., “PIC16F887_Data Sheet,” http://www.microChip.com/.
[8]Micrel Inc., “XCVR_MICRF600 Data Sheet,” http://www.micrel.com/.
[9]J. Laskar, Modern Receiver Front-Ends, John Wiley & Sons, 2004.
[10]J. K. Holmes, Coherent Spread Spectrum Systems, John Wiley & Sons, New York, 1982.
[11]B. Sklar, Digital Communications Fundamentals and Applications, 2nd Ed., Prentice-hall, New Jersey, 2001.
[12]D. L. Schilling et al., “Spread Spectrum for Commercial Communication,” IEEE Communication Magazine, pp. 66-78, Apr. 1991.
[13]A. A. Abidi, “Direct-Conversion Radio Transceivers for Digital Communication,” IEEE Journal of Solid-Sate Circuits, vol. 30, pp. 1399-1410, Dec. 1995.
[14]B. Razavi, “Design Considerations for Direct-Conversion Receivers,” IEEE Trans. Circuit and Systems, vol. 44, pp. 428-435, June 1997.
[15]J. Crols and M. S. J. Steyaert, “Low-IF Topologies for High-Performance Analog Front-Ends of Fully Integrated Receivers,” IEEE Trans. Circuit and Systems-II: Analog and Digital Signal Processing, vol. 45, no. 3, Mar. 1998.
[16]Micrel, Inc., “XCVR_MICRF505 Data Sheet,” http://www.micrel.com/.
[17]Micrel, Inc., “MIC5305-2.5_Data Sheet,” http://www.micrel.com/.
[18]Micrel, Inc., “Micrf001 Theory of Operation,” http://www.micrel.com/, Oct. 1999.
[19]Y. T. Wang, F. Lu, and A. A. Abidi, “CMOS Active Filter Design at Very High Frequencies,” IEEE Journal of Solid-State Circuits, pp. 1562-1574, Dec 1990.
[20]吳明蔚譯,無線通訊,東華書局股份有限公司,台北,2006。
[21]林銀議編著,數位通訊原理:編碼與消息理論,五南圖書出版公司,台北,2005。
[22]S. Lin and D. J. Costello, Error Control Coding:Fundamentals and Applications, Prentice-hall, New Jersey, 1983.
[23]L. W. Couch, Digital and Analog Communication Systems, Macmillan, New York, 1993.
[24]Chipcon, Inc., “Application Note AN008 Oversampling and data decision for the CC400 / CC900,” http://www.Chipcon.com.
[25]Chipcon, Inc., “Application Note AN011 Programming the CC1000 for Best Sensitivity,” http://www.Chipcon.com.
[26]R. A. Dillard, “Detectability of Spread Spectrum Signal,” IEEE Trans. Aerosp. Electron. Syst., July, 1979.
[27]C. A. Vergers, Handbook of Electrical Noise: Measurement and Technology, TAB Professional and Reference Books, 1987.
[28]M. K. Simon et al, Spread Spectrum Communications, Computer Science Press Inc., Rockville, 1985.
[29]E. A. Lee and D. G. Messerschmitt, Digital Communications, Kluwer Academic Publications, Boston, 1988.
[30]R. E. Ziemer and R. L. Peterson, Digital Communications and Spread Spectrum Systems, Macmillan Publishing Company, New York, 1985.
[31]W. E. Stark, “Coding for Frequency-Hopped Spread-Spectrum Communication with Partial-Band Interference: Part II. Coded Performance,” IEEE Trans. Commun., vol. 33, no. 10, pp. 1045-1057, Oct. 1985.
[32]C. E. Shannon, “Communication in the Presence of Noise,” in Proc. IRE, Jan. 1949, pp. 10-21.
[33]李宗麟,手持式無線射頻標籤讀取器微帶天線之設計,碩士論文,國立國立臺北科技大學,台北,2010。


QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊