35#include <itpp/itexports.h>
107 virtual double get_rate()
const {
return static_cast<double>(k) / n; }
115 int m, t, k, n, q,
b;
Channel Code class virtual interface.
Generic Channel Code class.
Polynomials over GF(q)[x], where q=2^m, m=1,...,16.
GFX g
The generator polynomial of the RS code.
virtual double get_rate() const
Gets the rate of the RS-code.
Reed_Solomon & operator=(const Reed_Solomon &)
Dummy assignment operator - MSVC++ warning C4512.
virtual ~Reed_Solomon()
Destructor.
const bool systematic
Whether or not the code is systematic.
Definitions of Galois Field algebra classes and functions.
Templated Vector Class Definitions.