Reed-Solomon encoder.
More...
|
static | init_rs ($symsize, $gfpoly, $fcr, $prim, $nroots, $pad) |
| Encoder initialisation. More...
|
|
|
static | $items = array() |
| Encoder items array.
|
|
static QRrs::init_rs |
( |
|
$symsize, |
|
|
|
$gfpoly, |
|
|
|
$fcr, |
|
|
|
$prim, |
|
|
|
$nroots, |
|
|
|
$pad |
|
) |
| |
|
static |
Encoder initialisation.
- Parameters
-
Integer | $symsize | symbol size, bit count (1..8) |
Integer | $gfpoly | Galois Field Polynomial |
Integer | $fcr | First consecutive root |
Integer | $prim | Primitive element |
Integer | $nroots | Number of generator roots = number of parity symbols |
Integer | $pad | Padding bytes in shortened block |
The documentation for this class was generated from the following file: