資源描述:
《turbo編譯碼的matlab實(shí)現(xiàn)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、Turbo編譯碼的Matlab實(shí)現(xiàn)題目學(xué)生姓名專業(yè)班級(jí)學(xué)號(hào)院(系)指導(dǎo)教師(職稱)完成時(shí)間目錄摘要IABSTRACTII1信道編碼11.1信道編碼及信道編碼的提出11.2信道編碼的發(fā)展歷程11.3信道編碼的分類42相關(guān)基本概念和常識(shí)52.1關(guān)于糾錯(cuò)碼的基本概念52.2卷積碼初步63Turbo碼的產(chǎn)生及研究現(xiàn)狀73.1Turbo碼的產(chǎn)生背景73.2Turbo碼的研究現(xiàn)狀84Turbo碼編碼104.1編碼器各部分介紹104.2編碼原理及算法115Turbo碼譯碼155.1譯碼器結(jié)構(gòu)155.2Turbo碼迭代譯碼基本原理16
2、5.3MAP(maximumaposteriori)算法176Matlab介紹及仿真結(jié)果216.1Matlab程序設(shè)計(jì)語(yǔ)言概述216.2程序仿真結(jié)果237結(jié)束語(yǔ)28致謝29參考文獻(xiàn)30Turbo編譯碼的Matlab實(shí)現(xiàn)Matlab實(shí)現(xiàn)Turbo編譯碼摘要本文是對(duì)一種新型卷積碼——Turbo碼的編譯碼算法進(jìn)行研究及其Matlab仿真,著重討論的是Turbo碼譯碼算法的改進(jìn)及性能分析。Turbo碼由于在比特誤碼率方面的性能可以接近香農(nóng)極限,成為當(dāng)今的研究熱點(diǎn)。它的編碼器是將兩個(gè)遞歸系統(tǒng)卷積碼并行級(jí)聯(lián),而其相應(yīng)的譯碼器采用迭
3、代譯碼方法。第一章解釋了信道編碼及其相關(guān)知識(shí),包括信道編碼的分類和發(fā)展過(guò)程;第二章介紹了編碼中常用的基本概念和卷積碼的初步知識(shí);第三章介紹了Turbo碼的提出以及研究現(xiàn)狀;第四章主要講了Turbo碼編碼方法、編碼器的結(jié)構(gòu),并給出了具體的編碼算法;第五章是本文的核心,重點(diǎn)闡述了Turbo碼的譯碼原理、譯碼算法。第六章對(duì)Matlab做了簡(jiǎn)要的介紹,并利用它對(duì)Turbo碼的編碼、譯碼的整個(gè)過(guò)程做了仿真。第七章列舉了Turbo碼的不足,然后對(duì)本畢業(yè)設(shè)計(jì)做了簡(jiǎn)要總結(jié)及致謝。關(guān)鍵詞信道編碼/Turbo碼/維特比譯碼Turbo編譯碼
4、的Matlab實(shí)現(xiàn)MATLABSIMULATIONOFTurbo-CODEENCODINGANDDECODINGABSTRACTThispaperdealswiththestudyofencoding&decodingalgorithmandMatlabsimulationofanewconvolutionalcodewhichcalledTurbo-code,Speciallydicussestheimprovementofdecodingalgorithmandanalyszestheirperformances.
5、BecauseofitsperformancesintermsofBitErrorRate(BER)areclosetotheSHANNONlimit,itbehotspot.Turbo-codeencoderusesaparallelconcatenationoftwoRecursiveSystematicConvolutionalcodesandtheassociateddecoderusesiterativedecodingmethods.ChapterⅠexplainswhatchannelcodingisan
6、dsomeknowledgepertinenttoit.ChapterⅡgivesussomebasicconceptsaboutencodinganddecoding,thenexplainsconvolutionalcodesandhowtogeneratethem.ChapterⅢcomestocontactwithTurbocodesandgeneralizeswhataspectswearestudyingofTurbocodes.ChapterⅣmakeseyesonencoder’sstructurean
7、dhowtoencodetheinformationbitstoTurbocodes.Attheendofthispartwegiveaidiographicencodingalgorithm.ChapterⅤisthecoreofthisproject.ThispartlaystrongemphasesonDecodingalgorithmofTurbo-code.ChapterⅥintroducesMatlabandmakesuseofittosimulatethewholeprocessofTurboencodi
8、nganddecoding.ChapterⅦenumeratesthedisadvantagesofTurbocodesandsummarizeswhatIobtainfromthisproject,andthenexpressmythankstomytutor.KEYWORDSchannel-coding,Turbo-code,