博碩士論文 105523002 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:16 、訪客IP:18.220.116.90
姓名 洪維崧(Wei-Song Hong)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 LTE規格渦輪碼解碼器之FPGA設計與實現
(FPGA Implementation of LTE Turbo code Decoder)
相關論文
★ WiMAX基地台信號覆蓋實地量測與分析★ 被動元件阻抗量測原理及實務
★ 正交分頻多工接收機中數位降頻器之低通濾波器設計★ 適用於數位電視之里德所羅門編解碼硬體實作
★ 數位電視地面廣播系統之通道估測與等化器設計與實現★ 數位電視地面廣播之數位基頻收發機即時軟體設計與實現
★ 數位電視地面廣播系統通道解碼之腓特比解碼器實現★ 無線區域網路收發機之整合實現與測試
★ 以DSP處理器實現數位電視地面廣播系統發射機★ 數位電視內接收機同步系統之設計與實現
★ AIS實體層(GMSK/FM)與資料鏈結層軟體無線電技術實現★ 數位電視地面廣播系統內接收機之快速傅立葉轉換處理器研究與設計
★ 數位電視地面廣播之數位降頻器與再取樣器設計與實現★ 軟體無線電任意基頻訊號接收機系統設計及實現
★ 陣列天線互耦及接收機增益與相位對波束合成器性能影響及校正研究★ 適用於OFDM系統之可變長度快速傅立葉轉換處理器設計與實現
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 在LTE上行傳輸中,通道編碼的部分會使用到迴旋碼以及渦輪碼,而本論文則是根據3GPP TS 36.212 規格書通道編碼中渦輪碼的部分進行探討。本文分成兩個部分:首先對於解碼器所使用的演算法進行介紹。其中,解碼器所使用的最大事後機率(maximum a posterior,MAP)演算法對對於硬體來說複雜度過高,因此會使用次佳的Max-Log-MAP演算法,且通道環境使用可加性高斯白雜訊(Additive white Gaussian noise,AWGN)通道來模擬其效能,以及對於演算法中各部分運算來進行模擬並制定所需的定點數資源。第二部分則是根據模擬結果,並以規格書中發射端所使用的渦輪碼編碼器及資料碼塊大小規格為基礎,設計出相應的解碼器硬體架構,且盡可能減少其複雜度。最後將解碼器以平行串接的方式來提高吞吐量,實現於FPGA驗證版上,並觀察以硬體實現後的解碼效能。
摘要(英) In the LTE uplink, tail biting convolutional coding and trubo coding are used in the channel coding, this paper follow 3GPP TS 36.212 to design turbo code decoder. We separate this paper into two parts. In first part, the algorithm which is used in the decoder will be introduced. The maximum a posterior probability (MAP) algorithm is too complex for the hardware, so the Max-Log-MAP algorithm which is next only to MAP is used. We use AWGN(Additive white Gaussian noise) channel as the simulation environment, and follow the algorithm simulation to decide the fixed-point. The second part, we follow the result of simulation and the trubo code encoder which provided from 3GPP TS 36.212 to design the turbo code decoder. Then, we use the parallel architecture to improve the throughput and implement on the FPGA to verification. Finally, we observe the performance after implementation
關鍵字(中) ★ LTE渦輪解碼器
★ FPGA硬體實現
★ MAP
★ BCJR
★ MAX-log MAP
關鍵字(英) ★ LTE turbo decoder
★ FPGA Implementation
★ BCJR
★ MAP
★ MAX-log MAP
論文目次 中文摘要 I
ABSTRACT II
謝誌 III
目錄 IV
圖目錄 VI
表目錄 VII
第一章 緒論 1
1-1 研究動機與背景 1
1-2 章節提要 1
第二章 渦輪碼 2
2-1 簡介 2
2-2 編碼器 2
2-2-1 網格收斂 3
2-2-2 交錯器 4
2-3 渦輪解碼器 6
2-3-1 原理簡介 6
2-3-2 MAP演算法 7
2-3-3 Max-log-MAP演算法 9
第三章 模擬與效能比較 12
3-1 簡介 12
3-2 迭代次數模擬圖 12
3-3 量化模擬 13
3-3-1 接收訊號量化模擬 13
3-3-2 各部分運算量化模擬 16
第四章 硬體架構設計 21
4-1 硬體簡介 21
4-2 硬體架構 21
4-2-1 渦輪解碼器架構 21
4-2-2 Data mem 模組 23
4-2-3 交錯器/解交錯器 23
4-2-4 Max-Log-MAP解碼器 25
4-2-5 Gamma Calculation Unit模組 26
4-2-6 Alpha & Beta Calculation Unit模組 27
4-2-7 LLR Calculation Unit模組 29
4-2-8 Control Unit 模組 30
4-3 PIPELINE 31
4-4 PING-PONG渦輪解碼器 32
第五章 實驗結果 34
5-1 FPGA開發環境 34
5-2 合成結果 34
5-2-1 硬體使用資源 34
5-2-2 加入piepline結果比較 35
5-3 實現結果 35
第六章 結論 37
參考文獻 38
參考文獻 [1] C. Berrou, A. Glavieux and P. Thitimajshima, “Near Shannon limit error-correcting coding and decoding: Turbo codes”, Proc. Intern. Conf. Communications (ICC), Geneva, Switzerland, pp. 1064–1070, May 1993.
[2] Robertson, P., Hoeher, P., and Villebrun, E.: ‘Optimal and suboptimal maximum a posteriori algorithms suitable for turbo decoding’, Eur. Trans. Telecommun., 1997, 8, (2), pp. 119–125.
[3] E. Boutillon, W. J. Gross, P. G. Gulak, "VLSI architectures for the MAP algorithm", IEEE Trans. Commun., vol. 51, no. 2, pp. 175-185, Feb. 2003.
[4] P. Robertson, E. Villebrun, and P. Hoeher, “A comparison of optimal and sub-optimal MAP decoding algorithm operating in the log domain,” in Proc. ICC’95, pp. 1009–1013.
[5] 3GPP TS 36.212 V13.0.0, “Multiplexing and channel coding(Release 13)”, January, 2016.
[6] Y. Tong, T. H. Yeap, and J. Y. Chouinard, “VHDL implementation of a turbo decoder with log-MAP-based iterative decoding,” IEEE Trans. Instrum. Meas., vol. 53, no. 4, pp. 1268–1278, Aug. 2004.
[7] Y. Zhang and K.K. Parhi. High-throughput radix-4 logMAP turbo decoder architecture. In Asilomar conf. on Signals, Syst. and Computers, pages 1711-1715, Oct. 2006.
[8] S.-G. Lee, C.-H. Wang, W.-H. Sheen, "Architecture design of QPP interleaver for parallel turbo decoding", Proc. IEEE Veh. Technol. Conf., pp. 1-5, 2010.
[9] Y. Sun, Y. Zhu, M. Goel, J. Cavallaro, "Configurable and scalable high throughput turbo decoder architecture for multiple 4G wireless standards", Proc. IEEE Int. Conf. Application-Specific Systems Architectures Processors (ASAP), pp. 209-214, 2008-Jul.-24.
[10] Belov V, Mosin S, "FPGA Implementation of LTE Turbo Decoder Using MAX-log MAP Algorithm", Proceedings of the 6th Mediterranean Conference on Embedded Computing,11-15 JUNE 2017,Bar, Montenegro.
指導教授 陳逸民 審核日期 2018-7-17
推文 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聯絡  - 隱私權政策聲明