搜索资源列表
RS_encod_decod
- 自从发表《RS纠错编码原理及其实现方法》以来,收到很多初识RS编码的读者的来信, 大家纷纷表示这篇文章对初学者很有帮助,但同时也指出了很多不足。比如第一版的例子中都是按照码长 , 但在实际应用中并不总是这种情况,还有就是MATLAB程序,由于作者在工程中是在DSP上用C实现的, 所以文章中的MATLAB程序只是用来说明问题,并没有经过调试。做事应该有始有终,这次修改, 附有详细的经过调试的MATLAB程序。并尽量做到程序具有通用性。-Since the publication o
reed-solomon-3[1].1.1
- RS码的编码与解码算法实现,C语言描述 -RS code encoding and decoding algorithm, C language descr iption
RS
- RS码即里德-所罗门码,它是能够纠正多个错误的纠错码,采用C语言实现RS码的编码,具体参数及操作见CPP文件-RS encoding
RS-endec2.0
- RS编码的C语言例程。采用VC为开发工具。-RS coding in C language routines. Using VC as a development tool.
rs
- rs码基于matlab编码,c语言译码,已验证,为正确代码-rs encoding with matlab,and decoding with c
rs_matlab
- rs(255,239)码基于matlab编码,c语言译码,仿真性能优异-rs encoding with matlab,and decoding with c
RS编码
- 介绍RS编码的原理与实现方法,使用C语言进行编写并进行了验证,得到的校验位正确。
decode_bm
- RS编码是一种通信中常用的纠错编码。RS译码中的BM迭代算法较为常用,此代码为RS译码中BM迭代算法的C实现-RS coding is used in error correction coding in a communication. The RS decoding BM iterative algorithm is more commonly used, the code for the RS decoding BM iterative algorithm implemented in C