Block length 2 m {displaystyle 2^{m}} Message length Rate k / 2 m {displaystyle k/2^{m}} Distance 2 m − r {displaystyle 2^{m-r}} |
Reed–Muller codes are a family of linear error-correcting codes used in communications. Reed–Muller codes belong to the classes of locally testable codes and locally decodable codes, which is why they are useful in the design of probabilistically checkable proofs in computational complexity theory. They are named after Irving S. Reed and David E. Muller. Muller discovered the codes, and Reed proposed the majority logic decoding for the first time. Special cases of Reed–Muller codes include the Walsh–Hadamard code and the Reed–Solomon code.
Contents
- Construction
- Building a generator matrix
- Example 1
- Example 2
- Properties
- Proof
- Alternative construction
- Construction based on low degree polynomials over a finite field
- Table of ReedMuller codes
- Decoding RM codes
- References
Reed–Muller codes are listed as RM(r, m), where r is the order of the code, 0 ≤ r ≤ m, and m determines the block length N = 2m. RM codes are related to binary functions on the field GF(2m) over the elements {0, 1}.
RM(0, m) codes are repetition codes of length N = 2m, rate
RM(1, m) codes are parity check codes of length N = 2m, rate
RM(m − 1, m) codes are single parity check codes of length N = 2m, rate
RM(m − 2, m) codes are the family of extended Hamming codes of length N = 2m with minimum distance
Construction
A generator matrix for a Reed–Muller code RM(r,m) of length N = 2m can be constructed as follows. Let us write the set of all m-dimensional binary vectors as:
We define in N-dimensional space
on subsets
together with, also in
referred to as the wedge product (this wedge product is not to be confused with the wedge product defined in exterior algebra). Here,
We define in N-dimensional space
where 1 ≤ i ≤ m and the Hi are hyperplanes in
Building a generator matrix
The Reed–Muller RM(r, m) code of order r and length N = 2m is the code generated by v0 and the wedge products of up to r of the vi, 1 ≤ i ≤ m (where by convention a wedge product of fewer than one vector is the identity for the operation). In other words, we can build a generator matrix for the RM(r,m) code, using vectors and their wedge product permutations up to r at a time
Example 1
Let m = 3. Then N = 8, and
and
The RM(1,3) code is generated by the set
or more explicitly by the rows of the matrix:
Example 2
The RM(2,3) code is generated by the set:
or more explicitly by the rows of the matrix:
Properties
The following properties hold:
1 The set of all possible wedge products of up to m of the vi form a basis for
2 The RM (r, m) code has rank
3 RM (r, m) = RM (r, m − 1) | RM (r − 1, m − 1) where '|' denotes the bar product of two codes.
4 RM (r, m) has minimum Hamming weight 2m − r.
Proof
1
There aresuch vectors and2
By 1, all such wedge products must be linearly independent, so the rank of RM(r, m) must simply be the number of such vectors.3
Omitted.4
By induction.The RM(0, m) code is the repetition code of length N =2m and weight N = 2m−0 = 2m−r. By 1 RM(m, m) =Alternative construction
A Reed–Muller code RM(r,m) exists for any integers
From this construction, RM(r,m) is a binary linear block code (n, k, d) with length n = 2m, dimension
Construction based on low-degree polynomials over a finite field
There is another, simple way to construct Reed–Muller codes based on low-degree polynomials over a finite field. This construction is particularly suited for their application as locally testable codes and locally decodable codes.
Let
Table of Reed–Muller codes
The table below lists the RM(r, m) codes of lengths up to 32 for alphabet of size 2 annotated with standard coding theory notation for block codes The Reed–Muller code is a
Decoding RM codes
RM(r, m) codes can be decoded using majority logic decoding. The basic idea of majority logic decoding is to build several checksums for each received code word element. Since each of the different checksums must all have the same value (i.e. the value of the message word element weight), we can use a majority logic decoding to decipher the value of the message word element. Once each order of the polynomial is decoded, the received word is modified accordingly by removing the corresponding codewords weighted by the decoded message contributions, up to the present stage. So for a rth order RM code, we have to decode iteratively r+1, times before we arrive at the final received code-word. Also, the values of the message bits are calculated through this scheme; finally we can calculate the codeword by multiplying the message word (just decoded) with the generator matrix.
One clue if the decoding succeeded, is to have an all-zero modified received word, at the end of (r + 1)-stage decoding through the majority logic decoding. This technique was proposed by Irving S. Reed, and is more general when applied to other finite geometry codes.