Viterbi译码器我要分享

Viterbi decoder

Viterbi 译码器

关注次数: 322

下载次数: 1

文件大小: 1.04 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:这是一个代码 ;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...


代码预览