Interface DataMatrixReedSolomonFactors
- All Known Implementing Classes:
DataMatrixErrorCorrection
public interface DataMatrixReedSolomonFactors
Precomputed factor tables for all the different variants in ECC200.
- Version:
- $Id: DataMatrixReedSolomonFactors.java,v 1.2 2007-01-04 08:06:56 jmaerki Exp $
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[]Lookup table which factors to use for which number of error correction codewords.static final int[][]Precomputed polynomial factors for ECC 200.
-
Field Details
-
FACTOR_SETS
static final int[] FACTOR_SETSLookup table which factors to use for which number of error correction codewords. See FACTORS. -
FACTORS
static final int[][] FACTORSPrecomputed polynomial factors for ECC 200.
-