这是一篇美国的信息论作业代写

 

Problem

In the course material, error correcting encoding and decoding is described through a Hamming code. There are many other codes defifined over the years. The one treated in this problem is called Reed-Muller code.

For a positive integer m and a non-negative integer r, the generator matrix for the ReedMuller code RM(r, m) is defifined as

G(r, m) =  G(r, m 1)G(r,m 1)0G(r 1,m 1)

To start the induction, defifine G(0, m) as a row vector of 2m ones, i.e. the generator matrix for a length 2m repetition code, and G(m, m) the unit matrix of size 2m. In this problem the RM(1, 3) code will be treated.

  • Use the above induction formula to derive the generator matrix G(1, 3).
  • List all codewords and determine dmin. How many errors can be corrected? How many errors can be detected?
  • Verify that H = G, i.e. that GGT = 0. That means the generator matrix is its own parity check matrix, and such code is said to be self dual.1
  • Write the syndrome table for all single errors that can occur on the channel.
  • Choose a codeword and introduce a correctable error in it. Decode using the syndrome table.

Hand in details

You should hand in your solution of the problem as pdf online at the Canvas page. The line of reasoning should be clear from the solution. If you use computer to solve parts of the problem you should also hand in the code for these scripts as appendix as part of the pdf for the solutions.

1This is a special case for this RM code. In general, the parity check matrix for an RM(r, m) code is given by the generator matrix G(m r 1, m).