搜索资源列表
cml[1].1.6.2
- Documentation last updated on June 25, 2006. Contents: (1) Licensing information (2) List of currently supported features. (3) A quick start guide (4) The sim_param structure format. (5) The sim_state structure format. (6) Compiling mex file
LDPCCode.rar
- LDPC编解码代码,使用matlab中的Mex文件,解码速度较快,LDPC Codec using mex file in Matlab
STCode
- 空时编码源代码,在Matlab中使用Mex文件编写,速度快-space time codec
TurboCode
- Turbo码的编解码源代码,在MatlAB中使用Mex文件实现,速度快-Turbo codec
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.