搜索资源列表
RSCodecSim
- 包括RS码的编码,硬(BM)/软(KV)译码,AWGN信道调制解调仿真. 具体采用何种编译码方案和调制解调方式可在Profile.txt文件中指定(内有详细说明). 且扩展性极好,容易向其中加入新的调制/解调函数和编/译码函数(具体说明今后会补上)
rscode-1.0
- RS译码器的C源代码,采用了BM算法,钱搜索,和福尼算法求错误值-the rs decoder c code
fun_BM
- RS码中的BM迭代算法的C实现,代码已经完全调通,没得问题哈-BM iterative algorithm in the RS code implemented in C
RS_codeVerilog_program
- 运用verilog,实现了RS(255,247)的编码和BM算法的迭代译码,已通过仿真验证。-Using verilog, the RS (255,247) coding and the iterative decoding of the BM algorithm are implemented and verified by simulation.
942491
- 信道编码中的RS码BM译码算法源码,是很经典的算法之一,()