博碩士論文 108523026 詳細資訊




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

摘要(中) 第二代數位衛星通訊廣播(DVB-S2)相較於DVB-S可提供更高的傳輸量,在通道編碼方面除使用LDPC code (Low-Dencity Parity-Check code)以及BCH code (Bose–Chaudhuri–Hocquenghem codes) 提供優異的錯誤更正能力,規格中亦支援多樣化的碼率及碼長以應付各式需求。
本論文乃以ZCU102之FPGA硬體架構設計與實現完整DVB-S2中完整的LDPC Code 規格,其中包含各種碼率及碼長的LDPC Code。由於DVB-S2之LDPC校驗矩陣可經過重新排列的方式轉換成Quasi-Cyclic LDPC (QC-LDPC) Code校驗矩陣形式,此本論文之硬體架構包含掃描參數與控制模組、區塊迴旋移動模組、軟式輸入輸出 (soft input soft output, SISO) 解碼計算模組、解碼資訊更新模組。其中碼率與碼長的相關參數是以極特殊的資料結構儲存於記憶體並查表讀取,而SISO解碼演算法則利用Min-Sum演算法來降低硬體複雜度。本論文所實現之解碼器可由外部輸入參數配合控制訊號,使運行中的解碼器能即時切換後續輸入資料對應之LDPC Code 參數進行解碼。
摘要(英) Second generation digital video satellite broadcasting(DVB-S2) is a new generation of digital satellite broadcasting standard specified for enhancing transmission capacity of the DVB-S. The main improvement of DVB-S2 relies on the new channel coding scheme which use LDPC(low-dansity-parity-check) code and BCH(Bose–Chaudhuri–Hocquenghem) code. And in the DVB-S2 specification, different code lengths and code rates are also provided, which can correspond to various needs.
The research topic of this thesis is on the hardware architecture design and realization of the decoder for the complete DVB-S2 LDPC specification with ZCU102 FPGA evaluation board. Since all the parity matrices specified in the multi-rate DVB-S2 LDPC codes can be transformed in QC(quasi-cyclic)-LDPC codes particular reordering of data and parity-check, we uses a partial parallel and programmable hardware architecture, which is specially designed for QC-LDPC codes and based on a scanning scheme, as the hardware architecture of the decoder. The hardware architrcture includes parallel scanning parameters, control module, block circshift module, and soft input soft output decoding calculation module and decoding information update module. Among them, the related parameters of multi-bit rate and code length are stored in memory and the special data structure is completed in a look-up table mode. The SISO decoding algorithm uses the Min-Sum algorithm as the base to reduce the hardware complexity. The decoder implemented in this thesis can be achieved by external input parameters and control signals to change the corresponding DVB-S2 specification LDPC code rate and code length of the next set of incoming data during operation.
關鍵字(中) ★ 低密度奇偶檢查碼
★ FPGA
★ ZCU102
★ 第二代數位衛星通訊廣播
★ 軟體定義無線電
★ 解碼器
★ QC-LDPC
★ Min-Sum演算法
關鍵字(英) ★ LDPC code
★ FPGA
★ ZCU102
★ DVB-S2
★ Soft Defined Radio
★ Decoder
★ QC-LDPC Code
★ Min-Sum Algorithm
論文目次 摘要 iv
Abstract v
誌謝 vii
目錄 viii
圖目錄 x
表目錄 xii
第一章 緒論 1
1-1 研究動機與背景 1
1-2 章節簡介 2
第二章 LDPC Code 3
2-1 LDPC Code之介紹 3
2-1-1 線性區塊碼(Linear block code) 3
2-1-2 Tanner Graph 4
2-2 LDPC Code之解碼演算碼 5
2-2-1 Sum-Product Algorithm 5
2-2-2 Normalized Min-Sum Algorithm 10
2-3 LDPC Code之編碼規格 12
2-3-1 Quasi-Cyclic 13
2-3-2 校驗矩陣查找表(Lookup Table) 16
第三章 FPGA實現LDPC解碼架構 18
3-1 FPGA開發環境 18
3-2 LDPC解碼器架構 19
3-2-1 Modified Min-Sum Algorithm[10] 21
3-2-2 區塊式掃描動作流程 22
3-2-3 Bit Permutation模組 27
3-2-4 AROM 模組 29
3-2-5 Intrinsic Infotmation RAM模組 33
3-2-6 Rcv RAM模組 34
3-2-7 Sv RAM模組 35
3-2-8 Barrel Sifter模組 35
3-2-9 Check Node Process模組 36
3-2-10 Rcv Decoder模組 38
3-2-11 Parity Check模組 38
第四章 系統硬體實現結果 40
4-1 硬體資源使用率 40
4-2 硬體測試結果與測試效能分析 43
4-3 降低處理速度硬體資源使用率 44
第五章 結論 46
參考文獻 47
參考文獻 [1] Z. Wang and Z. Cui, “A memory efficient partially parallel decoder architecture for quasi-cyclic ldpc codes”, Very Largr Scale Intergration(VLSI) System, IEEE Transaction on, vol. 15, no. 4, pp. 483-488, 2007.
[2] J. Zhao. F. Zarkeshvari, and A. Banihashemi, “On implementation of min-sum algorithm and its modifications for decoding low-density parity-check (ldpc) codes”, Communications, IEEE Transactions on, vol. 53, pp. 549-554, April 2005.
[3] R. G. Gallager, “Low-density parity-check codes”, Information Theory, IRE Tranaction on, vol. 8, no. 1, pp. 21-28, 1962.
[4] D. J. MacKay and R. M. Neal, “Near Shannon limit performance of low density parity check coodes,” Electronic letters, vol. 32, no. 18, pp.1645-1646, 1996.
[5] E. ETSI “302 307 v1. 2.1(2009-08)”, Digital Video Broadcasting (DVB), Second generation framing structure, channel coding and modulation systems for Broading, Interactive Services, News Gathering and other broadband satellite application (DVB-S2), 2009.
[6] R. M. Tanner, “A recursive approach to low complexity codes”, Information theory, IEEE Transaction on, vol. 27, no. 5, pp. 533-547, 1981.
[7] W. Zhou, J. Yang, and P. Wang, “VLSI design for DVB-T2 LDPC decoder”, in Wireless Communications, Networking and Mobile Computing, 2009. WiCom’09. 5th International Conference on, pp. 1-4, IEEE.
[8] Y.-M. Chen and P.-H. Wen, “Design and fpga implementation of a configurable multi-rate QC-LDPC decoder with raster scanning architecture”, APWCS-2010.
[9] L. MING-HSIEN, “Design and implementation of dvb-t2 ldpc decoder with fpga”, 2011.
[10] 黃偉倫 陳逸民. (2015). DVB-S2 LDPC解碼器之FPGA設計與實現.
指導教授 陳逸民(Yih-Min Chen) 審核日期 2022-3-10
推文 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聯絡  - 隱私權政策聲明