博碩士論文 92523017 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:8 、訪客IP:18.191.174.168
姓名 林宗賢(Zong-Sian Lin)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 包含通道追蹤之IEEE 802.11a接收機設計與電路實現
(Design and Implementation of the IEEE 802.11a Receiver with Channel Tracking)
相關論文
★ 利用二元關聯法之簡易指紋辨識★ 使用MMSE等化器的Filterbank OFDM系統探討
★ Kalman Filtering應用於可適性載波同步系統之研究★ 無線區域網路之MIMO-OFDM系統設計與電路實現
★ 時變通道下的OFDM傳輸系統設計: 基於IEEE 802.11a標準★ MIMO-OFDM系統各天線間載波頻率偏差之探討 與收發機硬體實現
★ 使用雜散式領航訊號之DVB-T系統通道估測演算法與電路實現★ 數位地面視訊廣播系統同步模組 之設計與電路實現
★ 適用於移動式正交分頻多工通訊系統的改良型時域通道響應追蹤演算法★ 正交分頻多工系統通道估測基於可適性模型化通道參數估測
★ 以共同項載波頻率偏移補償於正交分頻多重存取系統中減少多重存取干擾之方法★ 正交分頻多工系統之資料訊號裁剪雜訊消除
★ 適用於正交分頻多工通訊系統的改良型決策反饋之卡爾曼濾波通道估測器★ 半盲目通道追蹤演算法使用於正交分頻多工系統
★ 正交分頻多重存取以共同項載波頻率偏移補償以達到最小均方誤差之方法★ 以共同載波頻率偏移修正於交錯分配正交分頻多重存取系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 摘要
IEEE802.11a 系統是一無線傳輸的通訊系統,使用正交分頻多工調變(Orthogonal Frequency Division Multiplexing,OFDM)來增加傳輸的頻寬效益, 也具有一般OFDM 系統所包含的多重路徑干擾(Multipath Channel)、載波頻率偏移(Carrier Frequency Offset)
等問題。
本篇論文利用FPGA 實現IEEE 802.11a 實體層,並在演算法方面探討載波頻率偏移、時序偏移、以及多重路徑干擾對於接收端的影響,也加入通道追蹤(Channel Tracking)模組來增進系統的效能。我們先以VHDL 驗證完成後,再以Xilinx FPGA 及邏輯分析儀作整體硬體上的驗證與分析,最後得到理論與實現上之印證。
摘要(英) Abstract
IEEE802.11a is a wireless communication system based on Orthogonal Frequency Division Multiplexing (OFDM) modulation to increase the bandwidth efficiently. As a general OFDM system, it also suffers from inter-carrier interference (ICI) and the inter-symbol interference (ISI) caused by the multipath channel, carrier frequency offset…, etc.
This thesis implements the IEEE 802.11a physical layer on FPGA and explores the carrier frequency offset, timing offset, and the effect caused by multipath channels in the algorithm-level. The channel tracking module is also included to improve the system performance. The VHDL design is verified by the FPGA board. The LA (Logic Analyzer) is used to grab the output data for analysis to achieve a comprehensive study.
關鍵字(中) ★ 正交分頻多工
★ 無線接收機
★ 通道追蹤
關鍵字(英) ★ OFDM
★ Wireless LAN
★ 802.11a
★ Channel Tracking
論文目次 1. 序論.............................................. 1
1.1. 前言.......................................... 1
1.2. 研究動機...................................... 2
2. OFDM 系統與802.11a 標準介紹....................... 4
2.1.OFDM 簡介......................................... 4
2.2.802.11a 標準...................................... 6
2.3.多路徑通道成因.................................... 9
3. 系統模擬與設計................................... 11
3.1. 接收機之同步問題與演算法...................... 11
3.1.1. 802.11a 系統的同步問題................. 11
3.1.1.1.時序同步問題的影響............. 11
3.1.1.2.載波不同步造成的影響........... 14
3.1.2. 時序同步............................... 16
3.1.2.1.封包偵測....................... 16
3.1.2.2.符號起點估計................... 18
3.1.3. 載波同步............................... 20
3.1.3.1.使用Preamble 進行載波偏移估計.. 20
3.1.3.2.角度誤差追蹤................... 21
3.2. 通道響應估計演算法........................... 22
3.2.1. 使用Preamble 進行通道估計.............. 22
3.2.2. 通道估計追蹤........................... 24
4. 接收機硬體設計與實現............................. 27
4.1.同步相關模組設計................................. 27
4.1.1.封包偵測電路.............................. 28
4.1.2.信號符緣偵測電路.......................... 28
4.1.3.載波偏移估測與補償電路.................... 30
4.1.3.1.Cordic 演算法..................... 31
4.1.3.2.角度誤差補償電路................. 312
4.2.通道回復相關模組設計............................. 33
4.2.1.fft 模組使用與輸出緩衝區的設計............. 33
4.2.2.除法器設計原理............................ 37
5. 系統完整硬體驗証................................. 39
5.1.模擬環境與測試平台.............................. 39
5.2.系統合成結果.................................... 40
5.3.Download 電路與邏輯分析儀驗證結果............... 44
6. 結論與未來工作................................... 49
Reference ........................................... 50
參考文獻 [1] “Orthogonal Frequency Division Multiplexing,”U. S. Patent, No.
3,488,4555, filed Nov. 14, 1966, issued Jan 1970.
[2] S. B. Weinstein and P. M. Ebert, ”Data Transmission by
Frequency-Division Multiplexing Using the Discrete Fourier Transform,”
IEEE Trans. Commun, vol. 19, p628-634, Oct 1971.
[3] R. van Nee and R. praasad, OFDM for Wireless Multimedia
Communications, Boston/London: Artech House, 1999.
[4] John Terry and Juha Heiskala, OFDM Wireless LANs: A Theoretical and
Practical Guide. Indianapolis, Indiana: Sams, 2002.
[5] T. S. Rappaport, Wireless Communications: Principles and Practice,
Prentice Hall, 1996.
[6] T. M. Schmidl, D. C. Cox, “Low-overhead, low-complexity burst
synchronization for OFDM,” IEEE International Conference on
Communications, vol. 3, p1301-1306, June 1996.
[7] P. Y. Tsai, H. Y. Kang, and T. D. Chiueh, “Joint weighted least-squares
estimation of carrier-frequency offset and timing offset for OFDM
systems over multipath fading channels,” IEEE Trans. Vehicular
Technology, vol. 54, p211-223, Issue 1, Jan 2005.
[8] X. Wang, T. T. Tjhung, Y. Wu, and B. Caron, “SER performance
evaluation and optimization of OFDM system with residual frequency
and timing offsets from imperfect synchronization,” IEEE Trans.
Broadcast, vol. 49, no. 2, p170-177, Jun 2003.
[9] IEEE Standard for Wireless LAN-Medium Access Control and Physical
Layer Specification, Dec 1999.
51
[10] J. van de Beek, M. Sandell, and P. O. Borjesson, “ML estimation of time
and frequency offset in OFDM systems,” IEEE Trans. Signal Processing,
vol. 45, p1800-1805, July 1997.
指導教授 張大中(Dah-Chung Chang) 審核日期 2005-7-20
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明