文件名称:rscode
介绍说明--下载内容均来自于网络,请自行研究使用
实现8比特字节的RS纠错编码,可以指定极性校验字节数目,能产生的最大校验序列长度为255字节(含极性校验字节).This is an implementation of a Reed-Solomon code with 8 bit bytes, and a configurable number of parity bytes. The maximum sequence length (codeword) that can be generated is 255 bytes, including parity bytes.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 49636954rscode.rar 列表 berlekamp.c config.doc crcgen.c ecc.h example.c galois.c Makefile README rs.c rs.doc TAGS