跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.172) 您好!臺灣時間:2025/09/11 02:49
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:紀佳宏
研究生(外文):CHI,CHIA-HUNG
論文名稱:基於互消息動態估測權重因子改善區塊渦輪碼效能之研究
論文名稱(外文):Study on Improving the Performance for Block Turbo Codes by Dynamically Estimating Weighting Factors Based on Mutual Information
指導教授:林義楠林義楠引用關係
指導教授(外文):LIN,YI-NAN
口試委員:沈榮麟蘇品長
口試委員(外文):CHEN,RONG-LINSU,PIN-ZHANG
口試日期:2014-07-24
學位類別:碩士
校院名稱:明志科技大學
系所名稱:電子工程系碩士班
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2014
畢業學年度:102
語文別:中文
論文頁數:57
中文關鍵詞:區塊渦輪碼互消息軟式輸出輸入高速下行封包存取
外文關鍵詞:Block Turbo CodesMutual InformationSISO algorithmHSDPA
相關次數:
  • 被引用被引用:0
  • 點閱點閱:205
  • 評分評分:
  • 下載下載:14
  • 收藏至我的研究室書目清單書目收藏:0
在區塊渦輪碼(Block Turbo Codes,稱BTC)解碼演算法中,對於解碼參數權重因子α及可靠因子β值隨著疊代的次數增加,有其靜態設定限制,在通道環境不良時難以解碼;由於傳輸時通道具有時變性,這種以預先設定α、β值來參與解碼的方式,造成系統不易控制,並非是一種有效的估測,而本文提出隨著解碼輸入與解碼輸出值的相對變化 ,動態地來估測α、β值。
區塊渦輪碼解碼演算法是一種利用反覆疊代解碼來改善解碼的效能,對於解碼運算時,大多設定八次為其所需解碼的半疊代次數。然而,在實際的訊息解碼中解碼疊代的次數是與傳輸通道環境有關, 疊代次數不確定性來自訊息干擾的高低程度,當雜訊源較大的環境中即需較多的解碼疊代才能解出正確的訊息,而雜訊源較輕微的環境則僅需較少次的解碼疊代即可更正為正確的訊息。因此本文在傳統的區塊渦輪解碼器中,實際測量解碼器的輸入訊息量和輸出訊息量,建立熵和互消息的觀念,使得能順利進行解碼。


In a general decoding algorithm of block turbo codes(BTCs), the weighting factor α and reliability factor β are fixed in each static decoding iteration with increasing times. It’s difficult to decode codes under poor channel environment. However, the time-variant channels predefined α and β are not appropriate in BTC decoding because they are not easily being controlled. The thesis proposes a method to set the values of α and β dynamically based on input and output values of the decoder.
BTC decoding algorithms use an iterative decoding procedure to achieve low bit error rate performance typically with eight half decoding iterations. However, the requirement for the number of decoding iterations is related to the channel; i.e. , the larger the noise is, the more the number of iterations is required. So in the traditional BTC decoders, we practically measure the input and output values of decoders, then establish entropy and mutual information concepts to make the decoding process work smoothly.


目 錄

明志科技大學碩士學位論文指導教授推薦書 ..i
明志科技大學碩士學位論文口試委員審定書 ..ii
明志科技大學學位論文授權書 ..iii
誌謝 ..iv
中文摘要 ..v
英文摘要 ....vi
目錄 vii
表目錄 ..x
圖目錄 ..xi

第一章 緒論…………………………………………………………1
1.1研究背景………………………………………………………1
1.2研究目的………………………………………………………2
1.3結果概述………………………………………………………3
1.4論文架構………………………………………………………3

第二章文獻探討……………………………………………5
2.1 夏農(Shannon) 熵的衡量……………………………………....6
2.2 熵(平均消息含量)……………………………………………....7
2.3 區塊與條件熵函數………………………………………...….12
2.4 通道相互消息(Mutual Information, MI)……………………...15
2.5 通道容量……………………………………………………….18

第三章 硬式與軟式解碼演算法簡介…………………………………19
3.1高斯雜訊………………………………………………………..21
3.2 硬式判斷……………………………………………………….22
3.2.1 最大事後機率法則……………………………………..22
3.2.2 最大概似機率法則……………………………………..23
3.3 軟式判斷………………………………………………………...24
3.4 硬式與軟式解碼演算法………………………………………...25
3.4.1 硬式解碼演算法………………………………………...26
3.4.2 軟式解碼演算法………………………………………...26
3.5 硬式與軟式解碼效能之比較………………………………...…27

第四章 區塊渦輪碼……………………………………………………29
4.1 乘積碼與基本線性代數……………………………………...30
4.2 線性區塊碼…………………………………………………33
4.2.1 生成矩陣……………………………………………...35
4.3 區塊渦輪碼…………………………………………………….38
4.4 區塊渦輪碼之解碼效能…………………………………….....45
4.5 互消息量之推導…………………………………………….....47
4.6 模擬結果……………………………………………………….49

第五章 結論與未來展望………………………………………………52
5.1結論……………………………………………………………52 5.2 未來展望………………………………………………………53

參考文獻………………………………………………………………54


表目錄
表1. (7,3) 線性區塊碼………………………………………….........37
表2. 在不同SNR下,I(x , r)的值……………………………….......49
表3. 相同下,位元錯誤率(BER)之比較………………………49


圖目錄
圖1. 二進位源之熵函數……………………………………………….10
圖2. 離散無記憶通道模型………………………………………….…15
圖2. 數位通訊系統架構……………………………………………….19
圖3. 高斯雜訊之機率密度函數…………………………….…21
圖4. 接收訊號之機率密度函數…………………………….…21
圖5. (7,4)漢明碼之硬式與軟式解碼演算法之效能比較……28
圖6. 乘積碼之架構圖 ……………………………………30
圖7. 為MLD之碼字; 為競爭碼; 表接收序列; 為用ChaseII
找出之碼字子空間…………………………….………………….42
圖8. 區塊渦輪碼之區塊圖………………………………….…………42
圖9. 渦輪區塊碼解碼流程圖………………………………………….44
圖10. BTC(32, 26, 4)2區塊渦輪碼在高斯通道環境下之解碼效能…..45
圖11. BTC(64, 57, 4)2區塊渦輪碼在高斯通道環境下之解碼效能…..46
圖12. BER解碼增益比較………………………………………….......50

參考文獻
[1] C. E. Shannon, “A mathematical theory of communication,” Bell Syst. Tech. J., vol.27, pp. 379-423 and 623-656, Jul. and Oct., 1948.
[2] C. Berrou, A. Glavieux and P. Thitimajshima., “Near Shannon limit error-correcting coding and decoding:Turbo-code(1),” Commun., ICC'93 Geneva. Tech. Program, Conf. Rec., IEEE Int. Conf. on, vol.2, pp.1064-1070, May 1993.
[3] Sophia Antipolis. (2014, Jun. 19).Third Generation Partnership Project [Online]. Available:http://www.3gpp.org.
[4] Japan Association of Radio Industries and Businesses (JARIB), Japan's Proposal for Candidate Radio Transmission Technology on IMT-2000:W-CDMA.
[5] J. Blaanz, P. Jung and M. Nabhan, “Realistic simulations of CDMA mobile radio systems using joint ejection and coherent receiver antenna diversity,” IEEE 3rd ISSSTA, pp. 193-197, 1994.
[6] G Lee, S. Hyun and S. C. Park, “Evaluation of the MAP decoder for the turbo codes of IMT-2000,” 52nd IEEE Vehicular Tech. Conf., vol.3, pp. 1266-1269, 2000.
[7] J. Vogt and A. Finger, “Improving the Max_Log_MAP turbo decoder,” Electron. Lett., vol. 36, no. 23, pp. 1937-1939, Nov. 2000.
[8] LTE (telecommunication) [Online]. Available:http://en.wikipedia.org/wiki/LTE_(telecommunication).
[9]丁奇、陽楨著,「大話行動通訊」,台北:(佳魁資訊),2013年六月。
[10] Tao Cheng ; Kewu Peng ; Zaishuang Liu ; Zhixing Yang, “Improve the performance of LTE Turbo coded modulation by irregular mapping,” Wireless Commun. and Networking Conf. (WCNC), pp. 597 - 601, Apr. 2012 IEEE.
[11] Tanatmis, A. ; Ruzika, S. ; Kienle, F., “A lagrangian relaxation based decoding algorithm for LTE turbo codes , ” Turbo Codes and Iterative Information Processing (ISTC), Sept. 2010 6th Int. Symp. on, pp. 369 - 373.
[12] Lenzi, K.G. ; Figueiredo, F.A.P. ; Filho, J.A.B. ; Figueiredo, F.L., “
On the performance of code block segmentation for LTE-advanced ,”
Application-Specific Systems, Architectures and Processors (ASAP), 2013 IEEE 24th Int. Conf. on, pp. 253 - 256.
[13] R. Garello, P. Pierleoni and S. Benedetto, “Computing the free distance of turbo codes and serially concatenated codes with interleavers:algorithms and applications,” Selected Areas in Commun. IEEE J. on ,vol. 19, no. 5, pp. 800-812, May 2001.
[14] Consultative Committee for Space Data Systems, Telemetry Channel Coding, May 1999.
[15] European Telecommunication Standard Institute, “Digital Video Broadcasting: Interactive Channel for Satellite Distribution Channel, ” (DVB-RCS) EN 301 790, http://www.etsi.org.
[16] IEEE Std 802.11a – 1999, part II; Wireless LAN Medium: Access Control (MAC) and Physical Layer (PHY) Specifications.
[17] Martins J. ; Giulietti A. ; Strum M.,“Performance comparison of convolutional and block turbo codes for WLAN applications,” Devices, Circuits and Systems, 2002. Proc. of the 4th IEEE Int. Caracas Conf. on, pp. T032-1 - T032-5.
[18] Shu Lin and Daniel J. Costello, Jr., “Error Control Coding: Fundamentals and Applications,” New Jersey:Prentice Hall, 1983.
[19]BCH code [Online]. Available:http://en.wikipedia.org/wiki
/BCH_code.
[20] Kang-Lin Peng, “The Measurement of Decision Uncertainty By Shannon’s Entropy,” Ming Hsin J., vol. 31, pp.172-174, Oct. 2005.
[21] 郭奕玲、沈慧君著,「物理通史」,新竹市:(凡異出版社),1994年10月,pp.109-110。
[22] Yin-Yee Lin, “Digital Communications - Coding and Information Theory,” Taipei: Wu-Nan Culture Enterprise, Aug. 2005, pp.36-41, 70-81, 308-323, 377-391.
[23] Andy Bateman,李世鴻譯, 「數位通訊」(Digital Communications),台北:(五南文化) , 2002年三月 , pp.181-185.
[24] 黃楷傑,“改良式Chase軟式解碼演算法及在區塊渦輪碼上之應用”,私立長庚大學電機工程研究所碩士論文,2009年六月。
[25] P. Elias, “Error-free decoding,” IRE Trans. Inform. Theory, vol. IT4, pp. 29-37, Step. 1954.
[26] F. J. Macwilliams and N. J. A. Sloane, “The Theory of Error Correcting Codes,” Amsterdam, The Netherlands: North-Holland Publishers , 1978, pp. 567-580.
[27] D. Chase, “A class of algorithm for decoding block codes with channel measurement information,” IEEE Trans. Inform. Theory, vol. IT-18, pp. 170-182, Jan. 1972.
[28] R. M. Pyndiah, “Near-Optimum Decoding of Product Codes: Block Turbo Codes,” IEEE trans. commun ., vol. 46, no.8, Aug. 1998.

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top