Justesen code

From The Right Wiki
Jump to navigationJump to search
Binary Justesen Codes
Named afterJørn Justesen
Classification
TypeLinear block code
Block lengthn
Message lengthk
Rate=R2=k2n
Distanceδn where δ(1Rϵ)H21(12ϵ)0.11(1Rϵ) for small ϵ>0.
Alphabet size2
Notation[n,k/2,δn]2-code
Properties
constant rate, constant relative distance, constant alphabet size

In coding theory, Justesen codes form a class of error-correcting codes that have a constant rate, constant relative distance, and a constant alphabet size. Before the Justesen error correction code was discovered, no error correction code was known that had all of these three parameters as a constant. Subsequently, other ECC codes with this property have been discovered, for example expander codes. These codes have important applications in computer science such as in the construction of small-bias sample spaces. Justesen codes are derived as the code concatenation of a Reed–Solomon code and the Wozencraft ensemble. The Reed–Solomon codes used achieve constant rate and constant relative distance at the expense of an alphabet size that is linear in the message length. The Wozencraft ensemble is a family of codes that achieve constant rate and constant alphabet size, but the relative distance is only constant for most of the codes in the family. The concatenation of the two codes first encodes the message using the Reed–Solomon code, and then encodes each symbol of the codeword further using a code from the Wozencraft ensemble – using a different code of the ensemble at each position of the codeword. This is different from usual code concatenation where the inner codes are the same for each position. The Justesen code can be constructed very efficiently using only logarithmic space.

Definition

The Justesen code is the concatenation of an (N,K,D)qk outer code Cout and different (n,k,d)q inner codes Cini, for1iN. More precisely, the concatenation of these codes, denoted by Cout(Cin1,...,CinN), is defined as follows. Given a message m[qk]K, we compute the codeword produced by an outer code Cout: Cout(m)=(c1,c2,..,cN). Then we apply each code of N linear inner codes to each coordinate of that codeword to produce the final codeword; that is, Cout(Cin1,..,CinN)(m)=(Cin1(c1),Cin2(c2),..,CinN(cN)). Look back to the definition of the outer code and linear inner codes, this definition of the Justesen code makes sense because the codeword of the outer code is a vector with N elements, and we have N linear inner codes to apply for those N elements. Here for the Justesen code, the outer code Cout is chosen to be Reed Solomon code over a field 𝔽qk evaluated over 𝔽qk{0} of rate R, 0 < R < 1. The outer code Cout have the relative distance δout=1R and block length of N=qk1. The set of inner codes is the Wozencraft ensemble {Cinα}α𝔽qk*.

Property of Justesen code

As the linear codes in the Wonzencraft ensemble have the rate 12, Justesen code is the concatenated code C*=Cout(Cin1,Cin2,..,CinN) with the rate R2. We have the following theorem that estimates the distance of the concatenated code C*.

Theorem

Let ε>0. Then C* has relative distance of at least (1Rε)Hq1(12ε).

Proof

In order to prove a lower bound for the distance of a code C* we prove that the Hamming distance of an arbitrary but distinct pair of codewords has a lower bound. So let Δ(c1,c2) be the Hamming distance of two codewords c1 and c2. For any given

m1m2(𝔽qk)K,

we want a lower bound for Δ(C*(m1),C*(m2)). Notice that if Cout(m)=(c1,,cN), then C*(m)=(Cin1(c1),,CinN(cN)). So for the lower bound Δ(C*(m1),C*(m2)), we need to take into account the distance of Cin1,,CinN. Suppose

Cout(m1)=(c11,,cN1)Cout(m2)=(c12,,cN2)

Recall that {Cin1,,CinN} is a Wozencraft ensemble. Due to "Wonzencraft ensemble theorem", there are at least (1ε)N linear codes Cini that have distance Hq1(12ε)2k. So if for some 1iN,ci1ci2 and the code Cini has distance Hq1(12ε)2k, then

Δ(Cini(ci1),Cini(ci2))Hq1(12ε)2k.

Further, if we have T numbers 1iN such that ci1ci2 and the code Cini has distance Hq1(12ε)2k, then

Δ(C*(m1),C*(m2))Hq1(12ε)2kT.

So now the final task is to find a lower bound for T. Define:

S={i:1iN,ci1ci2}.

Then T is the number of linear codes Cini,iS having the distance Hq1(12ε)2k. Now we want to estimate |S|. Obviously |S|=Δ(Cout(m1),Cout(m2))(1R)N. Due to the Wozencraft Ensemble Theorem, there are at most εN linear codes having distance less than Hq1(12ε)2k, so

T|S|εN(1R)NεN=(1Rε)N.

Finally, we have

Δ(C*(m1),C*(m2))Hq1(12ε)2kTHq1(12ε)2k(1Rε)N.

This is true for any arbitrary m1m2. So C* has the relative distance at least (1Rε)Hq1(12ε), which completes the proof.

Comments

We want to consider the "strongly explicit code". So the question is what the "strongly explicit code" is. Loosely speaking, for linear code, the "explicit" property is related to the complexity of constructing its generator matrix G. That in effect means that we can compute the matrix in logarithmic space without using the brute force algorithm to verify that a code has a given satisfied distance. For the other codes that are not linear, we can consider the complexity of the encoding algorithm. So by far, we can see that the Wonzencraft ensemble and Reed-Solomon codes are strongly explicit. Therefore, we have the following result: Corollary: The concatenated code C* is an asymptotically good code(that is, rate R > 0 and relative distance δ > 0 for small q) and has a strongly explicit construction.

An example of a Justesen code

The following slightly different code is referred to as the Justesen code in MacWilliams/MacWilliams. It is the particular case of the above-considered Justesen code for a very particular Wonzencraft ensemble: Let R be a Reed-Solomon code of length N = 2m − 1, rank K and minimum weight N − K + 1. The symbols of R are elements of F = GF(2m) and the codewords are obtained by taking every polynomial ƒ over F of degree less than K and listing the values of ƒ on the non-zero elements of F in some predetermined order. Let α be a primitive element of F. For a codeword a = (a1, ..., aN) from R, let b be the vector of length 2N over F given by

b=(a1,a1,a2,α1a2,,aN,αN1aN)

and let c be the vector of length 2N m obtained from b by expressing each element of F as a binary vector of length m. The Justesen code is the linear code containing all such c. The parameters of this code are length 2m N, dimension m K and minimum distance at least

i=1i(2mi),

where is the greatest integer satisfying i=1(2mi)NK+1. (See MacWilliams/MacWilliams for a proof.)

See also

References

  • Lecture 28: Justesen Code. Coding theory's course. Prof. Atri Rudra.
  • Lecture 6: Concatenated codes. Forney codes. Justesen codes. Essential Coding Theory.
  • J. Justesen (1972). "A class of constructive asymptotically good algebraic codes". IEEE Trans. Inf. Theory. 18 (5): 652–656. doi:10.1109/TIT.1972.1054893.
  • F.J. MacWilliams; N.J.A. Sloane (1977). The Theory of Error-Correcting Codes. North-Holland. pp. 306–316. ISBN 0-444-85193-3.