文件名称:viterbi_decode
介绍说明--下载内容均来自于网络,请自行研究使用
MATLAB下使用viterbi算法进行卷积码的仿真范例。可以用任意配置的卷积码。testConv.m启动仿真,其中用了两种卷积码(一个1/2和一个2/3卷积码)。若要使用硬判决,需修改metric.m文件。其他就没有什么要改的了。解压即可使用。-Under viterbi algorithm using MATLAB simulation examples of convolution codes. Can be used in any configuration of the convolutional code. testConv.m start the simulation, which used two convolution code (a 1/2 and a 2/3 convolutional code). To use a hard decision, modify metric.m file. Nothing else would want to change it. Extract can be used.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ACS.m
calBranchMetric.m
cnv_enc1.m
metric.m
myConvDec_trellis.m
prev_state.m
testConv.m
traceback_decode.m