Responsive image
博碩士論文 etd-0729109-184600 詳細資訊
Title page for etd-0729109-184600
論文名稱
Title
IEEE 802.15.4 – 2006 915 MHz振幅偏移調變模式之基頻端訊號處理與電路設計
The Baseband Signal Processing and Circuit Design for 915 MHz Amplitude Shift Keying Modulation Mode of the IEEE 802.15.4 – 2006 Low Rate-Wireless Personal Area Network
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
74
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2009-07-24
繳交日期
Date of Submission
2009-07-29
關鍵字
Keywords
無線通訊
WPAN, ZigBee, IEEE 802.15.4
統計
Statistics
本論文已被瀏覽 5665 次,被下載 2738
The thesis/dissertation has been browsed 5665 times, has been downloaded 2738 times.
中文摘要
標準IEEE 802.15.4 作為一個低速近身無線網路,特色是低功率、低成本,用於短距離或室內傳輸。
本文中,我將依照IEEE 802.15.4–2006 其中915MHz振幅相位調變的規格,將整個完整基頻端的傳送與接收機演算法設計出來,並依其結果量化、硬體程式化。在本文中,我們將依序介紹演算法設計、量化與硬體架構、模擬圖與實際量測結果,最後再提出結論以及可改進的方向。
在演算法流程中,我在接收機部份提出了一個新的去除多重序列干擾Table以取代標準中原有的Table,效能改進了0.2~0.4dB,整體演算在最大載波頻率偏移與最大取樣時間偏移的環境下,效能與完美接收機相差1.5dB,量化硬體化之後效能與我的演算法相差約1.5dB,並在完成硬體程式撰寫與模擬後向國家晶片中心提出0.18 CMOS製程的下線申請。
Abstract
The IEEE 802.15.4 is defined as a Low-Rate Wireless Personal Area Network, which is also called ZigBee. The characteristics of ZigBee are low power consumption for battery life, extremely low cost, short-range operation.
According to 915 MHz Amplitude Shift Keying Modulation part of IEEE 802.15.4 – 2006, we designed transmitter and receiver in base band part. In the later article, we will introduce my algorithm design, the Quantization and the Architecture in hard- ware implementation, the simulations, and the final verifying work of the layout that we did. Finally, we make a conclusion of this thesis, and we bring up the possible improvement in this design.
In my algorithm of the ZigBee receiver, I fined a new table to replace the original table of spec IEEE 802.15.4 to solve multi-sequence interference, which can improve the performance about 0.2 to 0.4dB.
My algorithm is lower 1.5dB than the Ideal receiver, which simulate in none carrier frequency offset (CFO) and none sample time offset, but both of mine are biggest. Then, my architecture implementation in hardware is lower about 1.5dB than my algorithm.
Completed the hardware circuit design and simulations, I applied for a layout in 0.18-um CMOS technology.
目次 Table of Contents
目錄
第一章 序論…………………………………………………………………………1
1.1 導論…………………………………………………………………………1
1.2 研究動機……………………………………………………………………1
1.3 論文架構簡述………………………………………………………………2
第二章 IEEE 802.15.4 通訊協定簡介……………………………………………..3
2.1 IEEE 802.15.4 概述………………………………………………………..3
2.1.1 特性描述……………………………………………………………..3
2.1.2 裝置介紹……………………………………………………………..3
2.1.3 網路拓樸形式………………………………………………………..4
2.2 實體層介紹……………………………………………………………….....5
2.2.1 實體層各模式操作簡介……………………………………………..5
2.2.2 封包格式……………………………………………………………..6
2.2.3 敏感度……………...………………………………………………...6
2.3 振幅偏移調變模式介紹………………………………………………….....7
2.3.1 調變介紹……………………………………………………………..8
2.3.2 資料對應方式………………………………………………………..8
2.3.2.1 資料與符元對應……………………………………………...9
2.3.2.2 符元與子碼對應……………………………………………...9
2.3.2.3 訊號符元格式……………………………………………….11
2.3.3 同步標頭格式………………………………………………………12
2.3.4 脈波整形……………………………………………………………12
2.3.5 範例:一個符元……………………………………………………13
2.4 完美接收機………………………………………………………………...16
第三章 偏移振幅調變915 MHz模式之基頻演算法設計………………………..18
3.1 概述 ………………………………………………………………………..18
3.2 通道模型、模擬……………………………………………………………20
3.3 接收端演算法介紹………………………………………………………...21
3.3.1 封包偵測……………………………………………………………22
3.3.2 匹配濾波器…………………………………………………………24
3.3.3 取樣能量偵測與降低取樣頻率……………………………………25
3.3.4 載波頻率偏移估測 (頻率同步) .. …………………………...……25
3.3.4.1 子碼對子碼估測…………………………………………….26
3.3.4.2 符元對符元估測…………………………………………….26
3.3.5 剩餘載波頻率偏移補償………………………………………..…..29
3.3.6 時間同步…………………………………………………………....30
3.3.7 解展頻……………………………………………………………....32
3.3.8 封包偵測誤警的偵錯機制…………………………………………34
3.4 演算法模擬………………………………………………………………...35
第四章 硬體電路架構………………………………………………………………37
4.1 傳送端……………………………………………………………………...37
4.1.1 傳送端量化………………...……………………………………….37
4.1.2 同步標頭與符元子碼對應部分……………………………………39
4.1.3 脈波整型部份…...………………………………………………….40
4.2 接收端……………………………………………………………………...41
4.2.1 接收端量化與效能模擬比較………………………………………42
4.2.2 封包偵測部份………………………………………………………44
4.2.3 載波頻率偏移估測部份……………………………………………45
4.2.4 數位式座標旋轉計算單元…………………………………………46
4.2.5 剩餘載波頻率偏移補償…………………………………………48
4.2.6 時間同步……………………………………………………………50
4.2.7 解展頻………………………………………………………………50
第五章 設計結構及模擬與量測……………………………………………………51
5.1 合成架構、設計考量……………………………………………………….51
5.2 規格表與晶片……………………………………………………………...52
5.3 相關量測結果…………………………………………………………...…54
5.4.1 Pre-Sim………………………………………………………………54
5.4.2 Post-Sim……………………………………………………………..55
第六章 結論與未來展望……………………………………………………………58
中英對照表…………………………………………………………………………..59
全名縮寫對照表……………………………………………………………………..61
參考文獻……………………………………………………………………………..63
參考文獻 References
[1] IEEE Part 15.4: Wireless Medium Access Control (MAC) and Physical Layer (PHY) Specifications for Low-Rate Wireless Personal Area Networks (WPANs) , IEEE Std. 802.15.4-2006, Sep. 2006.
[2] IEEE802.15.4 WPANTaskGroup4 (TG4) ,
URL: http://ieee802.org/15/pub/TG4.html
[3] ZigBee Alliance, URL: http://www.ZigBee.org/en/index.asp
[4] IEEE Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications: High-Speed Physical Layer in the 5 GHz Band, IEEE Std. 802.11a-1999, Sep. 1999.
[5] X. Yang and M. Guizani, “IEEE 802.20: Mobile broadband wireless access,” IEEE Wireless Commun., vol. 14, pp. 84-95, Feb. 2007.
[6] L. Dan, K. D. Wong, H. H. Yu, and A. M. Sayeed, “Detection, classification, and tracking of targets,”IEEE Signal Process. Magazine, vol. 19, pp. 17-29, Mar. 2002.
[7] J. Vankka, “Methods of mapping from phase to sine amplitude in direct digital synthesis,” IEEE Trans. Ultrason., Ferroelect., Freq. Contr., vol. 44, no. 2, pp. 526-534, Mar. 1997.
[8] B. Chen, R. Jiang, T. Kasetkasem, and P. K. Varshney,“Channel aware decision fusion in wireless sensor networks,”IEEE Trans. Signal Process., vol. 52, no. 12, pp. 3454-3458, Dec. 2004.
[9] Y. Yuan and M. Kam,“Distributed decision fusion with a random-access channel for sensor network applications,”IEEE Trans. on Instrumentation and Measurement, vol. 53, no. 4, pp. 1339-1344, Aug. 2004.
[10] J. Volder, “The CORDIC trigonometric computing technique,” IEEE Trans. Comput., vol. 8, pp. 330-334, 1959.
[11] Y. H. Hu, “The quantization effects of the CORDIC algorithm,” IEEE Trans. Signal Process., vol. 40, no. 4, pp. 834-844, Apr. 1992.
[12] J. F. Chamberland and V. V. Veeravalli,“Asymptotic results for decentralized detection in power constrained wireless sensor networks, ”IEEE Journal of Selected Areas in Commun., vol. 22, no. 6, pp. 1007-1015, Aug. 2004.
[13] C. C. Wang, J. M. Huang, C. Y. Chang, K. T. Cheng, and C. P. Li, “A 6.57 mW ZigBee transceiver for 868/915 MHz band,” in Proc. IEEE Int. Symp. Circuits Syst. (ISCAS), May 2006, pp. 5195-5198.
[14] C. C. Wang, J. M. Huang, J. M. Huang, C. Y. Chang, and C. P. Li, “ZigBee 868/915-MHz Modulator/Demodulator for Wireless Personal Area Network,” IEEE Trans. on VLSI Systems, vol. 16, no. 7, Jul. 2008.
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:校內外都一年後公開 withheld
開放時間 Available:
校內 Campus: 已公開 available
校外 Off-campus: 已公開 available


紙本論文 Printed copies
紙本論文的公開資訊在102學年度以後相對較為完整。如果需要查詢101學年度以前的紙本論文公開資訊,請聯繫圖資處紙本論文服務櫃台。如有不便之處敬請見諒。
開放時間 available 已公開 available

QR Code