当前位置:
首页
资源下载

搜索资源 - convolutional code m file
搜索资源列表
-
4下载:
实现了卷积码的viterbi译码,软判决和硬判决均可实现,是从英文教学书上抄下来的。-Achieved viterbi decoding of convolutional codes, soft decision and hard decision can be realized, from the English teaching books, copied down.
-
-
0下载:
Viterbi decoder for nonsystematic convolutional code. The encoder could be designed arbitrary through the generate matrix and parameter k. The number of row of generate matrix is output bits, and collom is constraint length. Parameter k is the number
-
-
0下载:
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 convolu
-
-
0下载:
这是一个(2.1.3)卷积码编码、BSC信道传输、Viterbi译码组成的程序合集,运行main.m即可得到仿真结果-This is a (2.1.3) convolutional code, Viterbi decoding, BSC channel transmission is composed of collection procedures, running main.m can be obtained by the simulation results
-