BCH code

1

In coding theory, the Bose–Chaudhuri–Hocquenghem codes (BCH codes) form a class of cyclic error-correcting codes that are constructed using polynomials over a finite field (also called a Galois field). BCH codes were invented in 1959 by French mathematician Alexis Hocquenghem, and independently in 1960 by Raj Chandra Bose and D. K. Ray-Chaudhuri. The name Bose–Chaudhuri–Hocquenghem (and the acronym BCH) arises from the initials of the inventors' surnames (mistakenly, in the case of Ray-Chaudhuri). One of the key features of BCH codes is that during code design, there is a precise control over the number of symbol errors correctable by the code. In particular, it is possible to design binary BCH codes that can correct multiple bit errors. Another advantage of BCH codes is the ease with which they can be decoded, namely, via an algebraic method known as syndrome decoding. This simplifies the design of the decoder for these codes, using small low-power electronic hardware. BCH codes are used in applications such as satellite communications, compact disc players, DVDs, disk drives, USB flash drives, solid-state drives, and two-dimensional bar codes.

Definition and illustration

Primitive narrow-sense BCH codes

Given a prime number q and prime power qm with positive integers m and d such that d ≤ qm − 1 , a primitive narrow-sense BCH code over the finite field (or Galois field) GF(q) with code length and distance at least d is constructed by the following method. Let α be a primitive element of GF(qm) . For any positive integer i, let mi(x) be the minimal polynomial with coefficients in GF(q) of αi . The generator polynomial of the BCH code is defined as the least common multiple . It can be seen that g(x) is a polynomial with coefficients in GF(q) and divides xn − 1 . Therefore, the polynomial code defined by g(x) is a cyclic code.

Example

Let and (therefore ). We will consider different values of d for based on the reducing polynomial z4 + z + 1 , using primitive element . There are fourteen minimum polynomials mi(x) with coefficients in GF(2) satisfying The minimal polynomials are The BCH code with d = 2, 3 has the generator polynomial It has minimal Hamming distance at least 3 and corrects up to one error. Since the generator polynomial is of degree 4, this code has 11 data bits and 4 checksum bits. It is also denoted as: (15, 11) BCH code. The BCH code with d=4,5 has the generator polynomial It has minimal Hamming distance at least 5 and corrects up to two errors. Since the generator polynomial is of degree 8, this code has 7 data bits and 8 checksum bits. It is also denoted as: (15, 7) BCH code. The BCH code with d=6,7 has the generator polynomial It has minimal Hamming distance at least 7 and corrects up to three errors. Since the generator polynomial is of degree 10, this code has 5 data bits and 10 checksum bits. It is also denoted as: (15, 5) BCH code. (This particular generator polynomial has a real-world application, in the "format information" of the QR code.) The BCH code with d=8 and higher has the generator polynomial This code has minimal Hamming distance 15 and corrects 7 errors. It has 1 data bit and 14 checksum bits. It is also denoted as: (15, 1) BCH code. In fact, this code has only two codewords: 000000000000000 and 111111111111111 (a trivial repetition code).

General BCH codes

General BCH codes differ from primitive narrow-sense BCH codes in two respects. First, the requirement that \alpha be a primitive element of can be relaxed. By relaxing this requirement, the code length changes from q^m - 1 to the order of the element \alpha. Second, the consecutive roots of the generator polynomial may run from instead of Definition. Fix a finite field GF(q), where q is a prime power. Choose positive integers m,n,d,c such that and m is the multiplicative order of q modulo n. As before, let \alpha be a primitive nth root of unity in GF(q^m), and let m_i(x) be the minimal polynomial over GF(q) of \alpha^i for all i. The generator polynomial of the BCH code is defined as the least common multiple Note: if n=q^m-1 as in the simplified definition, then is 1, and the order of q modulo n is m. Therefore, the simplified definition is indeed a special case of the general one.

Special cases

The generator polynomial g(x) of a BCH code has coefficients from In general, a cyclic code over with g(x) as the generator polynomial is called a BCH code over The BCH code over and generator polynomial g(x) with successive powers of \alpha as roots is one type of Reed–Solomon code where the decoder (syndromes) alphabet is the same as the channel (data and generator polynomial) alphabet, all elements of. The other type of Reed Solomon code is an original view Reed Solomon code which is not a BCH code.

Properties

The generator polynomial of a BCH code has degree at most (d-1)m. Moreover, if q=2 and c=1, the generator polynomial has degree at most dm/2. Each minimal polynomial m_i(x) has degree at most m. Therefore, the least common multiple of d-1 of them has degree at most (d-1)m. Moreover, if q=2, then for all i. Therefore, g(x) is the least common multiple of at most d/2 minimal polynomials m_i(x) for odd indices i, each of degree at most m. A BCH code has minimal Hamming distance at least d. Suppose that p(x) is a code word with fewer than d non-zero terms. Then Recall that are roots of g(x), hence of p(x). This implies that satisfy the following equations, for each : In matrix form, we have The determinant of this matrix equals The matrix V is seen to be a Vandermonde matrix, and its determinant is which is non-zero. It therefore follows that hence p(x) = 0. A BCH code is cyclic. A polynomial code of length n is cyclic if and only if its generator polynomial divides x^n-1. Since g(x) is the minimal polynomial with roots it suffices to check that each of is a root of x^n-1. This follows immediately from the fact that \alpha is, by definition, an nth root of unity.

Encoding

Because any polynomial that is a multiple of the generator polynomial is a valid BCH codeword, BCH encoding is merely the process of finding some polynomial that has the generator as a factor. The BCH code itself is not prescriptive about the meaning of the coefficients of the polynomial; conceptually, a BCH decoding algorithm's sole concern is to find the valid codeword with the minimal Hamming distance to the received codeword. Therefore, the BCH code may be implemented either as a systematic code or not, depending on how the implementor chooses to embed the message in the encoded polynomial.

Non-systematic encoding: The message as a factor

The most straightforward way to find a polynomial that is a multiple of the generator is to compute the product of some arbitrary polynomial and the generator. In this case, the arbitrary polynomial can be chosen using the symbols of the message as coefficients. As an example, consider the generator polynomial, chosen for use in the (31, 21) binary BCH code used by POCSAG and others. To encode the 21-bit message {101101110111101111101}, we first represent it as a polynomial over GF(2): Then, compute (also over GF(2)): Thus, the transmitted codeword is {1100111010010111101011101110101}. The receiver can use these bits as coefficients in s(x) and, after error-correction to ensure a valid codeword, can recompute

Systematic encoding: The message as a prefix

A systematic code is one in which the message appears verbatim somewhere within the codeword. Therefore, systematic BCH encoding involves first embedding the message polynomial within the codeword polynomial, and then adjusting the coefficients of the remaining (non-message) terms to ensure that s(x) is divisible by g(x). This encoding method leverages the fact that subtracting the remainder from a dividend results in a multiple of the divisor. Hence, if we take our message polynomial p(x) as before and multiply it by x^{n-k} (to "shift" the message out of the way of the remainder), we can then use Euclidean division of polynomials to yield: Here, we see that q(x)g(x) is a valid codeword. As r(x) is always of degree less than n-k (which is the degree of g(x)), we can safely subtract it from p(x)x^{n-k} without altering any of the message coefficients, hence we have our s(x) as Over GF(2) (i.e. with binary BCH codes), this process is indistinguishable from appending a cyclic redundancy check, and if a systematic binary BCH code is used only for error-detection purposes, we see that BCH codes are just a generalization of the mathematics of cyclic redundancy checks. The advantage to the systematic coding is that the receiver can recover the original message by discarding everything after the first k coefficients, after performing error correction.

Decoding

There are many algorithms for decoding BCH codes. The most common ones follow this general outline: During some of these steps, the decoding algorithm may determine that the received vector has too many errors and cannot be corrected. For example, if an appropriate value of t is not found, then the correction would fail. In a truncated (not primitive) code, an error location may be out of range. If the received vector has more errors than the code can correct, the decoder may unknowingly produce an apparently valid message that is not the one that was sent.

Calculate the syndromes

The received vector R is the sum of the correct codeword C and an unknown error vector E. The syndrome values are formed by considering R as a polynomial and evaluating it at Thus the syndromes are for j = c to c + d - 2. Since \alpha^{j} are the zeros of g(x), of which C(x) is a multiple, Examining the syndrome values thus isolates the error vector so one can begin to solve for it. If there is no error, s_j = 0 for all j. If the syndromes are all zero, then the decoding is done.

Calculate the error location polynomial

If there are nonzero syndromes, then there are errors. The decoder needs to figure out how many errors and the location of those errors. If there is a single error, write this as where i is the location of the error and e is its magnitude. Then the first two syndromes are so together they allow us to calculate e and provide some information about i (completely determining it in the case of Reed–Solomon codes). If there are two or more errors, It is not immediately obvious how to begin solving the resulting syndromes for the unknowns e_k and i_k. The first step is finding, compatible with computed syndromes and with minimal possible t, locator polynomial: Three popular algorithms for this task are:

Peterson–Gorenstein–Zierler algorithm

Peterson's algorithm is the step 2 of the generalized BCH decoding procedure. Peterson's algorithm is used to calculate the error locator polynomial coefficients of a polynomial Now the procedure of the Peterson–Gorenstein–Zierler algorithm. Expect we have at least 2t syndromes sc, …, sc+2t−1. Let v = t.

  1. Start by generating the matrix with elements that are syndrome values
  2. Generate a vector with elements
  3. Let \Lambda denote the unknown polynomial coefficients, which are given by
  4. Form the matrix equation
  5. If the determinant of matrix is nonzero, then we can actually find an inverse of this matrix and solve for the values of unknown \Lambda values.
  6. If then follow if v = 0 then declare an empty error locator polynomial stop Peterson procedure. end set continue from the beginning of Peterson's decoding by making smaller
  7. After you have values of \Lambda, you have the error locator polynomial.
  8. Stop Peterson procedure.

Factor error locator polynomial

Now that you have the \Lambda(x) polynomial, its roots can be found in the form by brute force for example using the Chien search algorithm. The exponential powers of the primitive element \alpha will yield the positions where errors occur in the received word; hence the name 'error locator' polynomial. The zeros of Λ(x) are α−i1, …, α−iv.

Calculate error values

Once the error locations are known, the next step is to determine the error values at those locations. The error values are then used to correct the received values at those locations to recover the original codeword. For the case of binary BCH, (with all characters readable) this is trivial; just flip the bits for the received word at these positions, and we have the corrected code word. In the more general case, the error weights e_j can be determined by solving the linear system

Forney algorithm

However, there is a more efficient method known as the Forney algorithm. Let And the error evaluator polynomial Finally: where Than if syndromes could be explained by an error word, which could be nonzero only on positions i_k, then error values are For narrow-sense BCH codes, c = 1, so the expression simplifies to:

Explanation of Forney algorithm computation

It is based on Lagrange interpolation and techniques of generating functions. Consider and for the sake of simplicity suppose for k > v, and s_k = 0 for Then We want to compute unknowns e_j, and we could simplify the context by removing the terms. This leads to the error evaluator polynomial Thanks to we have Thanks to \Lambda (the Lagrange interpolation trick) the sum degenerates to only one summand for To get e_k we just should get rid of the product. We could compute the product directly from already computed roots of \Lambda, but we could use simpler form. As formal derivative we get again only one summand in So finally This formula is advantageous when one computes the formal derivative of \Lambda form yielding: where

Decoding based on extended Euclidean algorithm

An alternate process of finding both the polynomial Λ and the error locator polynomial is based on Yasuo Sugiyama's adaptation of the Extended Euclidean algorithm. Correction of unreadable characters could be incorporated to the algorithm easily as well. Let be positions of unreadable characters. One creates polynomial localising these positions Set values on unreadable positions to 0 and compute the syndromes. As we have already defined for the Forney formula let Let us run extended Euclidean algorithm for locating least common divisor of polynomials and x^{d-1}. The goal is not to find the least common divisor, but a polynomial r(x) of degree at most and polynomials a(x), b(x) such that Low degree of r(x) guarantees, that a(x) would satisfy extended (by \Gamma) defining conditions for \Lambda. Defining and using \Xi on the place of \Lambda(x) in the Fourney formula will give us error values. The main advantage of the algorithm is that it meanwhile computes required in the Forney formula.

Explanation of the decoding process

The goal is to find a codeword which differs from the received word minimally as possible on readable positions. When expressing the received word as a sum of nearest codeword and error word, we are trying to find error word with minimal number of non-zeros on readable positions. Syndrom s_i restricts error word by condition We could write these conditions separately or we could create polynomial and compare coefficients near powers 0 to d-2. Suppose there is unreadable letter on position k_1, we could replace set of syndromes by set of syndromes defined by equation Suppose for an error word all restrictions by original set of syndromes hold, than New set of syndromes restricts error vector the same way the original set of syndromes restricted the error vector e_j. Except the coordinate k_1, where we have f_{k_1}=0, an f_j is zero, if e_j = 0. For the goal of locating error positions we could change the set of syndromes in the similar way to reflect all unreadable characters. This shortens the set of syndromes by k. In polynomial formulation, the replacement of syndromes set by syndromes set leads to Therefore, After replacement of S(x) by, one would require equation for coefficients near powers One could consider looking for error positions from the point of view of eliminating influence of given positions similarly as for unreadable characters. If we found v positions such that eliminating their influence leads to obtaining set of syndromes consisting of all zeros, than there exists error vector with errors only on these coordinates. If \Lambda(x) denotes the polynomial eliminating the influence of these coordinates, we obtain In Euclidean algorithm, we try to correct at most errors (on readable positions), because with bigger error count there could be more codewords in the same distance from the received word. Therefore, for \Lambda(x) we are looking for, the equation must hold for coefficients near powers starting from In Forney formula, \Lambda(x) could be multiplied by a scalar giving the same result. It could happen that the Euclidean algorithm finds \Lambda(x) of degree higher than having number of different roots equal to its degree, where the Fourney formula would be able to correct errors in all its roots, anyway correcting such many errors could be risky (especially with no other restrictions on received word). Usually after getting \Lambda(x) of higher degree, we decide not to correct the errors. Correction could fail in the case \Lambda(x) has roots with higher multiplicity or the number of roots is smaller than its degree. Fail could be detected as well by Forney formula returning error outside the transmitted alphabet.

Correct the errors

Using the error values and error location, correct the errors and form a corrected code vector by subtracting error values at error locations.

Decoding examples

Decoding of binary code without unreadable characters

Consider a BCH code in GF(24) with d=7 and. (This is used in QR codes.) Let the message to be transmitted be [1 1 0 1 1], or in polynomial notation, The "checksum" symbols are calculated by dividing x^{10} M(x) by g(x) and taking the remainder, resulting in or [ 1 0 0 0 0 1 0 1 0 0 ]. These are appended to the message, so the transmitted codeword is [ 1 1 0 1 1 1 0 0 0 0 1 0 1 0 0 ]. Now, imagine that there are two bit-errors in the transmission, so the received codeword is [ 1 0 0 1 1 1 0 0 0 1 1 0 1 0 0 ]. In polynomial notation: In order to correct the errors, first calculate the syndromes. Taking we have s_2 = 1001, s_3 = 1011, s_4 = 1101, s_5 = 0001, and s_6 = 1001. Next, apply the Peterson procedure by row-reducing the following augmented matrix. Due to the zero row, S3×3 is singular, which is no surprise since only two errors were introduced into the codeword. However, the upper-left corner of the matrix is identical to, which gives rise to the solution The resulting error locator polynomial is which has zeros at and The exponents of \alpha correspond to the error locations. There is no need to calculate the error values in this example, as the only possible value is 1.

Decoding with unreadable characters

Suppose the same scenario, but the received word has two unreadable characters [ 1 0 0 ? 1 1 ? 0 0 1 1 0 1 0 0 ]. We replace the unreadable characters by zeros while creating the polynomial reflecting their positions We compute the syndromes and (Using log notation which is independent on GF(24) isomorphisms. For computation checking we can use the same representation for addition as was used in previous example. Hexadecimal description of the powers of \alpha are consecutively 1,2,4,8,3,6,C,B,5,A,7,E,F,D,9 with the addition based on bitwise xor.) Let us make syndrome polynomial compute Run the extended Euclidean algorithm: We have reached polynomial of degree at most 3, and as we get Therefore, Let Don't worry that Find by brute force a root of \Lambda. The roots are \alpha^2, and \alpha^{10} (after finding for example \alpha^2 we can divide \Lambda by corresponding monom and the root of resulting monom could be found easily). Let Let us look for error values using formula where are roots of \Xi(x). We get Fact, that e_3=e_4=1, should not be surprising. Corrected code is therefore [ 1 1 0 1 1 1 0 0 0 0 1 0 1 0 0].

Decoding with unreadable characters with a small number of errors

Let us show the algorithm behaviour for the case with small number of errors. Let the received word is [ 1 0 0 ? 1 1 ? 0 0 0 1 0 1 0 0 ]. Again, replace the unreadable characters by zeros while creating the polynomial reflecting their positions Compute the syndromes and Create syndrome polynomial Let us run the extended Euclidean algorithm: We have reached polynomial of degree at most 3, and as we get Therefore, Let Don't worry that The root of \Lambda(x) is Let Let us look for error values using formula where are roots of polynomial \Xi(x). We get The fact that e_3 = 1 should not be surprising. Corrected code is therefore [ 1 1 0 1 1 1 0 0 0 0 1 0 1 0 0].

Citations

Primary sources

Secondary sources

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article