![]() |
rssoft
0.0.0
Reed-Solomon codes library with soft decision decoding
|
Go to the source code of this file.
Classes | |
class | rssoft::gf::GFq |
Galois Field GF(q=2^m) class. Generates and holds lookup tables (LUT) for basic operations. Hosts basic operations and element representation conversions. More... | |
Namespaces | |
namespace | rssoft |
namespace | rssoft::gf |
Typedefs | |
typedef int | rssoft::gf::GFq_Symbol |
Symbol or binary-polynomial representation (ex: 5 is X^2+1) | |
Variables | |
const GFq_Symbol | rssoft::gf::GFERROR = -1 |
Undefined symbol. |