RS_INIT
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
rs_init - Initialize a Reed-Solomon codec
SYNOPSIS
"SYNOPSIS"
struct rs_control * rs_init (int symsize, int gfpoly, int fcr, int prim, int nroots);
ARGUMENTS
- symsize
-
symbol size, bits (1-8)
- gfpoly
-
Field generator polynomial coefficients
- fcr
-
first root of RS code generator polynomial, index form
- prim
-
primitive element to generate polynomial roots
- nroots
-
RS code generator polynomial degree (number of roots)
DESCRIPTION
Allocate a control structure and the polynom arrays for faster
en/decoding. Fill the arrays according to the given parameters
DESCRIPTION
Allocate a control structure and the polynom arrays for faster
en/decoding. Fill the arrays according to the given parameters
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:43 GMT, October 09, 2005