diff --git a/experiment/simulation/identify_codewords.html b/experiment/simulation/identify_codewords.html index aeb775d..dba89ac 100644 --- a/experiment/simulation/identify_codewords.html +++ b/experiment/simulation/identify_codewords.html @@ -3,89 +3,95 @@ - - Parity Check Matrix - + + Parity Check Matrix + - - - - - - - + + + + + + + - + -
- -
-
- Tasks -
- -
- -
-
-
-
Instructions
-
-
    - Quick theory overview: +
    + + + +
    +
    +
    +
    Instructions
    +
    +
      + Quick theory overview: +
    • + An \( [n,k] \) linear block code \( \mathcal{C} \) with parity-check matrix \( H \). An + arbitrary codeword \( \textbf{c} \in \mathcal{C} \) inner product with any row of \( H + \) always results in \(0\), \[ H\textbf{c}^T = 0 .\] +
    • +
    +
    +
      + + Procedure: + +
    • + Select all possible codewords corresponding to the given parity-check matrix \(H\) and + click the Submit button. +
    • - An \( [n,k] \) linear block code \( \mathcal{C} \) with parity-check matrix \( H \). An arbitrary codeword \( \textbf{c} \in \mathcal{C} \) inner product with any row of \( H \) always results in \(0\), \[ H\textbf{c}^T = 0 .\] -
    • -
    -
    -
      - - Procedure: - -
    • - Select all possible codewords corresponding to the given parity-check matrix \(H\) and click the Submit button. -
    • -
    • - Click Reset button to reset all your selected choices and restart. -
    • -
    • - Click the Next button to get an exercise for selecting all the codeword of the parity-check matrix of dimension \(4 \times 7\) and click the Previous to do the same with the parity-check matrix of dimension \(3 \times 5\). -
    • -
    -
    -
    -
    -
    -
    -
    - + Click Reset button to reset all your selected choices and restart. + +
  • + Click the Next button to get an exercise for selecting all the codeword of the + parity-check matrix of dimension \(4 \times 7\) and click the Previous to do the + same with the parity-check matrix of dimension \(3 \times 5\). +
  • +
+
+
+
+
+
+
+

-

Please select all possible codewords corresponding to code \( \mathcal{C} \) whose parity-check matrix is +

Please select all possible codewords corresponding to code \( \mathcal{C} \) whose parity-check + matrix is \(H \)= \(\begin{bmatrix} 0 & 0 & 1 & 0 & 1\\ @@ -99,75 +105,94 @@

-
-
+
+
- - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + +
- -
- -
- -
- -
- -
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
- -
- -
- -
- -
- -
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+

@@ -194,7 +219,8 @@

-

Please select all possible codewords corresponding to code \( \mathcal{C} \) whose parity-check matrix is +

Please select all possible codewords corresponding to code \( \mathcal{C} \) whose parity-check + matrix is \(H \)= \(\begin{bmatrix} 1 & 1 & 0 & 1 & 0 & 0 & 0\\ @@ -208,137 +234,168 @@

- -
-
+ +
+
- - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - -
- -
- -
- -
- -
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
- -
- -
- -
- -
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
- -
- -
- -
- -
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
- -
- -
- -
- -
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
- + + +
- +
- +
Observations
- +
-
- - - + + + + \ No newline at end of file