中文说明:这是一个代码 ;Viterbi译码器采用维特比算法的比特流,一直采用卷积码和网格编码的编码解码。本程序是在MATLAB中生成。作为一个功能,我们要进入我们的解码之后,我们要如 长度序列的卷积码的生成到维特比解码器; ;concode = [ 1 0 1 1 0 1 0 1 1 1】 ;长度= 5。此代码仅供Viterbi算法不包括卷积码编码…
English Description:
This is a code of Viterbi decoder uses the Viterbi algorithm for decoding a bitstream that has been encoded using convolutional code or trellis code. This program is generated in matlab. Viterbi decoder generated as a function in which we have to enter the convolutional code which we have to decode followed by the length sequence upto which we want to e.g ConCode = [1 0 1 1 0 1 0 1 1 1] Length = 5. This code is only for viterbi algorithm its not include code for convolution coding...