中国韩国日本在线观看免费,A级尤物一区,日韩精品一二三区无码,欧美日韩少妇色

水聲通信中信道編碼的研究與DSP實(shí)現(xiàn)

發(fā)布時(shí)間:2018-10-20 09:18
【摘要】:人們開發(fā)和利用海洋資源的一切活動(dòng),都與水聲通信技術(shù)有著緊密的聯(lián)系。經(jīng)過不斷地發(fā)展,水聲通信已經(jīng)形成了完整的系統(tǒng)體系。但由于水聲信道具有可用頻帶窄、強(qiáng)多途、高噪聲的特點(diǎn),所以未編碼的水下通信系統(tǒng)誤碼率通常較高,很難滿足實(shí)際需求。因此信道編碼技術(shù)的研究對(duì)實(shí)現(xiàn)高質(zhì)量的水聲通信具有十分重要的意義。信道編碼通過在信息序列中加入校驗(yàn)序列,使接收端能夠?qū)邮招蛄羞M(jìn)行糾錯(cuò),從而減少由信道干擾帶來的錯(cuò)誤,進(jìn)一步降低了水聲通信的誤碼率。本文主要針對(duì)信道編碼中的RS碼、卷積碼和Turbo碼進(jìn)行Matlab仿真研究和DSP實(shí)現(xiàn)。論文的第一個(gè)主要部分是信道編碼的Matlab仿真。首先是對(duì)RS碼的仿真,主要是通過改變編碼長度和糾錯(cuò)能力兩個(gè)參數(shù)對(duì)其誤碼率進(jìn)行分析;接著是對(duì)卷積碼的仿真,分析了碼率、生成矩陣、約束長度、回溯長度、判決方式以及軟判決時(shí)的量化值Q對(duì)卷積碼誤碼率的影響;在對(duì)Turbo碼進(jìn)行仿真時(shí),不僅對(duì)碼率、分量碼、迭代次數(shù)、交織長度四個(gè)參數(shù)進(jìn)行了分析,還同時(shí)對(duì)Turbo碼的Log_MAP、Max_Log_MAP和SOVA三種譯碼算法進(jìn)行比較,了解不同譯碼算法對(duì)性能的影響;最后將三種信道編碼在高斯白噪聲信道下對(duì)比,并加入水聲信道沖激響應(yīng)進(jìn)行仿真,分析水聲信道下不同信道編碼的性能特點(diǎn)。論文的另一個(gè)主要部分是三種信道編碼在DSP上的實(shí)現(xiàn),算法實(shí)現(xiàn)的硬件平臺(tái)選用的是TMS320C6455型DSP芯片。首先對(duì)RS碼、卷積碼和Turbo碼編解碼的軟件實(shí)現(xiàn)流程進(jìn)行了詳細(xì)的介紹,主要通過程序流程圖的形式給出,同時(shí)對(duì)編解碼過程中變量的存儲(chǔ)空間進(jìn)行了分配。然后向編碼后的數(shù)據(jù)中加入一些錯(cuò)誤,通過解碼后的數(shù)據(jù)與編碼前數(shù)據(jù)進(jìn)行比較,驗(yàn)證三種編碼成功在DSP上實(shí)現(xiàn)。最后測(cè)出三種信道編碼的編碼耗時(shí)和解碼耗時(shí),對(duì)算法復(fù)雜度進(jìn)行比較。通過仿真和DSP實(shí)現(xiàn)的結(jié)果可以看出,在糾錯(cuò)性能方面,Turbo碼的性能要比RS碼、卷積碼好很多;但在實(shí)現(xiàn)的復(fù)雜度方面,Turbo碼要比RS碼、卷積碼更加復(fù)雜。在水聲通信系統(tǒng)中,為了提高信息傳遞的可靠性,滿足高速的數(shù)據(jù)通信和高效的資源利用,選用Turbo碼的效果要更好一些。
[Abstract]:All activities of developing and utilizing marine resources are closely related to underwater acoustic communication technology. After continuous development, underwater acoustic communication has formed a complete system. However, the underwater acoustic channel has the characteristics of narrow available band, strong multi-path and high noise, so the uncoded underwater communication system usually has a high bit error rate, which is difficult to meet the actual needs. Therefore, the research of channel coding technology is very important to the realization of high quality underwater acoustic communication. Channel coding can correct the error of the received sequence by adding a check sequence to the information sequence, thus reducing the error caused by channel interference and further reducing the bit error rate of underwater acoustic communication. In this paper, the RS code, convolutional code and Turbo code in channel coding are studied by Matlab simulation and DSP implementation. The first part of this paper is the Matlab simulation of channel coding. The first part is the simulation of RS code, which mainly analyzes the bit error rate by changing the coding length and error correcting ability, and then analyzes the code rate, the generation matrix, the constraint length and the backtracking length of the convolutional code. In the simulation of Turbo code, not only four parameters, such as bit rate, component code, iteration number and interleaving length, are analyzed, but also the error rate of convolutional code is analyzed. At the same time, the Log_MAP,Max_Log_MAP and SOVA decoding algorithms of Turbo codes are compared to understand the influence of different decoding algorithms on the performance. Finally, the three channel codes are compared in Gao Si white noise channel, and the impulse response of underwater acoustic channel is simulated. The performance characteristics of different channel codes in underwater acoustic channels are analyzed. Another main part of this paper is the implementation of three channel codes on DSP. The hardware platform of the algorithm is TMS320C6455 DSP chip. Firstly, the software implementation flow of RS code, convolutional code and Turbo code is introduced in detail, mainly in the form of program flow chart. At the same time, the storage space of variables in the process of coding and decoding is allocated. Then some errors are added to the encoded data, and by comparing the decoded data with the pre-coding data, it is verified that the three codes are successfully implemented on DSP. Finally, the coding time and decoding time of the three channel codes are measured, and the complexity of the algorithm is compared. The results of simulation and DSP implementation show that the performance of Turbo code is much better than that of RS code and convolutional code, but the complexity of Turbo code is more complex than that of RS code and convolutional code. In underwater acoustic communication system, in order to improve the reliability of information transmission, to meet the high speed data communication and efficient resource utilization, the effect of selecting Turbo code is better.
【學(xué)位授予單位】:哈爾濱工程大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2014
【分類號(hào)】:TN929.3

【參考文獻(xiàn)】

相關(guān)期刊論文 前9條

1 謝瑞雯;陳國興;;TMS320C6455的硬件資源分析[J];通信技術(shù);2010年07期

2 桑恩方;徐小卡;喬鋼;蘇軍;;Turbo碼在水聲OFDM通信中的應(yīng)用研究[J];哈爾濱工程大學(xué)學(xué)報(bào);2009年01期

3 戴榮濤;王青春;;現(xiàn)代水聲通信技術(shù)的發(fā)展及應(yīng)用[J];科技廣場(chǎng);2008年08期

4 喬鋼;蘇軍;;TCM在基于OFDM的水聲通信系統(tǒng)中的應(yīng)用研究[J];海軍工程大學(xué)學(xué)報(bào);2008年02期

5 羅少蘭;;基于C語言的Turbo碼的DSP實(shí)現(xiàn)[J];計(jì)算機(jī)與現(xiàn)代化;2006年06期

6 徐莉;羅新民;徐燕紅;;卷積碼的Matlab仿真及其性能研究[J];現(xiàn)代電子技術(shù);2006年11期

7 易紅,陳春玉,蔡希堯;水下信道的糾錯(cuò)碼研究及軟件實(shí)現(xiàn)[J];電子技術(shù)應(yīng)用;1997年03期

8 曹沛先;卷積碼的編碼及其Viterbi譯碼的計(jì)算機(jī)模擬[J];無線電工程;1994年03期

9 張歆,張小薊,王秀杰,楊俊杰;水聲數(shù)字遙控系統(tǒng)[J];應(yīng)用聲學(xué);1993年04期

相關(guān)博士學(xué)位論文 前2條

1 李玉祥;LDPC碼在水聲通信中的應(yīng)用研究[D];哈爾濱工程大學(xué);2011年

2 徐小卡;基于OFDM的淺海高速水聲通信關(guān)鍵技術(shù)研究[D];哈爾濱工程大學(xué);2009年

相關(guān)碩士學(xué)位論文 前10條

1 楊真宏;卷積Turbo碼編譯碼的DSP實(shí)現(xiàn)[D];西安電子科技大學(xué);2012年

2 邢娜;糾錯(cuò)碼在水聲通信體制中的應(yīng)用[D];哈爾濱工程大學(xué);2011年

3 夏曉劍;水聲數(shù)據(jù)無線傳輸信道編碼的應(yīng)用研究[D];河南科技大學(xué);2009年

4 葉懋;Turbo碼譯碼算法的研究[D];貴州大學(xué);2008年

5 蘇軍;高速水聲通信中OFDM的編碼、調(diào)制技術(shù)與應(yīng)用研究[D];哈爾濱工程大學(xué);2008年

6 彭玉吉;Turbo碼編譯碼技術(shù)的研究及DSP實(shí)現(xiàn)[D];電子科技大學(xué);2007年

7 張延芳;Turbo碼的譯碼算法研究及其DSP實(shí)現(xiàn)[D];南京理工大學(xué);2005年

8 閆晉鋒;TURBO編碼技術(shù)及其在OFDM系統(tǒng)中的應(yīng)用研究[D];西安科技大學(xué);2005年

9 何翠俠;信道糾錯(cuò)編碼的理論研究及其DSP實(shí)現(xiàn)[D];南京理工大學(xué);2004年

10 馬雪利;高速水下聲通信技術(shù)研究[D];哈爾濱工程大學(xué);2004年



本文編號(hào):2282709

資料下載
論文發(fā)表

本文鏈接:http://www.lk138.cn/kejilunwen/wltx/2282709.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶ce9e8***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com