- Polynomial code
In
coding theory , a polynomial code is a type oflinear code whose set of validcode words consists of thosepolynomials (usually of some fixed length) that are divisible by a given fixed polynomial (of shorter length, called the "generator polynomial").Definition
Fix a
finite field , whose elements we call "symbols". For the purposes of constructing polynomial codes, we identify a string of symbols with the polynomial:
Fix integers and let be some fixed polynomial of degree , called the "generator polynomial". The "polynomial code generated by " is the code whose code words are precisely the polynomials of degree less than that are divisible (without remainder) by .
Example
Consider the polynomial code over with , , and generator polynomial . This code consists of the following code words:
:
:
Equivalently, expressed as strings of binary digits, the codewords are:
:
:
Note that this, as every polynomial code, is indeed a
linear code , i.e., linear combinations of code words are again code words.Encoding
In a polynomial code over with code length and generator polynomial of degree , there will be exactly code words. Indeed, by definition, is a code word if and only if it is of the form , where (the "quotient") is of degree less than . Since there are such quotients available, there is the same number of possible code words.Plain (unencoded) data words should therefore be of length
Some authors, such as (Lidl & Pilz, 1999), use the mapping as the assignment from data words to code words. However, this has the disadvantage that the data word does not appear as part of the code word.
Instead, the following method is often used: given a data word of length , first multiply by , which has the effect of shifting by places to the left. In general, will not be divisible by , i.e., it will not be a valid code word. However, there is a unique code word that can be obtained by adjusting the rightmost symbols of .To calculate it, compute the remainder of dividing by :
:
where is of degree less than . The code word corresponding to the data word is then defined to be
:
Note the following properties:
# , which is divisible by . In particular, is a valid code word.
# Since is of degree less than , the leftmost symbols of agree with the corresponding symbols of . In other words, the first symbols of the code word are the same as the original data word. The remaining symbols are sometimes called the "checksum digits".Example
For the above code with , , and generator polynomial , we obtain the following assignment from data words to codewords:
* 000 00000
* 001 00111
* 010 01001
* 011 01110
* 100 10010
* 101 10101
* 110 11011
* 111 11100Decoding
Assuming that the code word is free of errors, it can be decoded simply by stripping away the checksum digits.
If there are errors, then error correction should be performed before decoding.
Properties of polynomial codes
As for all digital codes, the
error detection and correction abilities of polynomial codes are determined by the minimumHamming distance of the code. Since polynomial codes are linear codes, the minimum Hamming distance is equal to the minimum weight of any non-zero codeword.More specific properties of a polynomial code often depend on particular algebraic properties of its generator polynomial. Here are some examples of such properties:
* A polynomial code is cyclic if and only if the generator polynomial divides .
* If the generator polynomial is primitive, then the resulting code has Hamming distance at least 3, provided that .
* InBCH code s, the generator polynomial is chosen to have specific roots in an extension field, in a way that achieves high Hamming distance.The algebraic nature of polynomial codes, with cleverly chosen generator polynomials, can also often be exploited to find efficient error correction algorithms. This is the case for
BCH code s.Specific families of polynomial codes
*
BCH code s are a family of polynomial codes with high Hamming distance and efficient algebraic error correction algorithms.References
* W.J. Gilbert and W.K. Nicholson: "Modern Algebra with Applications", 2nd edition, Wiley, 2004.
* R. Lidl and G. Pilz. Applied Abstract Algebra, 2nd edition. Wiley, 1999.
Wikimedia Foundation. 2010.