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

    Fields
    Modifier and Type
    Field
    Description
    static 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_SETS
      Lookup table which factors to use for which number of error correction codewords. See FACTORS.
    • FACTORS

      static final int[][] FACTORS
      Precomputed polynomial factors for ECC 200.