Location:
Search - shortened RS
Search list
Description: The package contains a Reed-Solomon coding and decoding program, derived
partly from Phil Karn/Robert Morelos-Zaragoza "new_rs_erasures.c".
In particular the Berlekamp-Massey algorithm has not been modified. New
features compared to "new_rs_erasures.c" are:
- fully parameterized: code parameters (n,k,m) can be selected via
command line options.
- decoding optional by Euclid or Belekamp-Massey algorithm
- efficient support of shortened codes
- extensive verbose levels for hardware verification
Platform: |
Size: 17408 |
Author: shijianhong |
Hits:
Description: 一款RS缩短码的源代码,可修改其中主程序的数据变任意一种RS码的编码器,此程序经多次验证均正确,且采用标准代码格式描写,易读。-A shortened RS code source code, which can modify data in the main program code change any of the RS encoder, this procedure has been repeatedly verified are correct, and the use of standard code format description, easy to read.
Platform: |
Size: 9216 |
Author: pengkerong |
Hits:
Description: Program computes the generator polynomial of a RS code. Also performs
encoding and decoding of the RS code or a shortened RS code. Compile
using one of the following options:
In the commands below, using the [-DNO_PRINT] option will ensure that
the program runs without printing a lot of detail that is generally
unnecessary. If the program is compiled without using the option a lot
of detail will be printed. Some other options, for example changing the
probability of symbol error are available by directly editing the program
itself.
-Program computes the generator polynomial of a RS code. Also performs
encoding and decoding of the RS code or a shortened RS code. Compile
using one of the following options:
In the commands below, using the [-DNO_PRINT] option will ensure that
the program runs without printing a lot of detail that is generally
unnecessary. If the program is compiled without using the option a lot
of detail will be printed. Some other options, for example changing the
probability of symbol error are available by directly editing the program
itself.
Platform: |
Size: 11264 |
Author: kdcroger |
Hits: