Tasks
Instructions
    Quick theory overview:
  • The codeword v corresponding to a given message m and generator matrix \(G \) is v=m\(G \).

    Procedure:
  • First enter a binary message and click on Submit.
  • The entered message will be displayed in Observations.
  • Enter the encoded codeword corresponding to the message and click on submit.
  • The correctness of the entered codeword is displayed in Observations.
  • If the answer is correct, click on Reset to try these steps again with a different binary message.

Consider a linear block code of length n = 6 and dimension k = 3 with the generator matrix \(G \)= \(\begin{bmatrix} 1 & 0 & 0 & 1 & 1 & 0\\ 0 & 1 & 0 & 0 & 1 & 1\\ 0 & 0 & 1 & 1 & 0 & 1 \end{bmatrix} \).

Matrix Multiplication

Enter a 3-bit message

Observations