搜索资源列表
viterbi123
- 利用MATLAB工具,实现维特比译码的仿真,一个比较简单的做法-using MATLAB tool, Viterbi decoding simulation, a relatively simple approach
juanjima
- 卷积码编译码的matlab实现,采用类维特比译码方法-Convolutional code encoding and decoding of the matlab implementation, using class Viterbi Decoding Method
ViterbiDecoder_mex
- 自己用matlab与c接口方法编写的可以用matlab调用的C程序,实现Viterbi译码(软硬都可)。使用前在matlab里输入:mex - 文件名.c;-A c file can be used in matlab scr ipt to achive Viterbi Decoding (Error Control Coding) for both Hard Decision and Soft Decision.