卷积编码,Viterbi译码我要分享

Convolutional coding, Viterbi decoding

matlab 编码 Viterbi 译码 卷积

关注次数: 268

下载次数: 0

文件大小: 2.44 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:卷积编码,Viterbi译码:维特比算法并不是只针对卷积码的,可以说,它是一个普适的有限状态机算法(LSM)。只要有一个LSM,能够受不同输入的触发,在各个状态间跳转,并产生输出,就满足可基本条件,可根据状态机利用Viterbi 来从污染的输出中还原输入。 


English Description:

Convolutional coding and Viterbi decoding: the Viterbi algorithm is not only for convolutional code, it can be said, it is a universal finite state machine algorithm (LSM). As long as there is a LSM. To enter a different trigger, jump in each state, and produces as output, satisfy basic conditions, according to the state machine using Viterbi from the output of the pollution reduction input.  


代码预览