From 91ad31715c15e5cb351b09dc33156cee202b63bc Mon Sep 17 00:00:00 2001 From: two-ticks Date: Fri, 24 Jan 2025 01:16:00 +0530 Subject: [PATCH 1/3] refactor --- experiment/simulation/parity_check.html | 61 ++++++++++++++++--------- 1 file changed, 39 insertions(+), 22 deletions(-) diff --git a/experiment/simulation/parity_check.html b/experiment/simulation/parity_check.html index ff5f732..7a251cb 100644 --- a/experiment/simulation/parity_check.html +++ b/experiment/simulation/parity_check.html @@ -32,7 +32,7 @@ @@ -85,15 +94,16 @@

Consider a 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}\), - find the dimensions of corresponding parity-check matrix \( H\), identity matrix \(I_{n-k}\), and sub-matrix \(P^T \).

+ 1 & 0 & 0 & 1 & 1 & 0 \\ + 0 & 1 & 0 & 0 & 1 & 1 \\ + 0 & 0 & 1 & 1 & 0 & 1 + \end{bmatrix}\), + find the dimensions of corresponding parity-check matrix \( H\), identity matrix \(I_{n-k}\), + and sub-matrix \(P^T \).

- +
@@ -106,10 +116,12 @@ Enter the dimensions of \( H \) - + - + @@ -118,10 +130,12 @@ Enter the dimensions of \( I_{n-k} \) - + - + @@ -130,10 +144,12 @@ Enter the dimensions of \( P^{T} \) - + - + @@ -146,7 +162,7 @@
- +
Observations
@@ -155,7 +171,7 @@
- +
@@ -174,7 +191,7 @@

Enter the entries for \( P^T \):


- +
@@ -210,7 +227,7 @@
- +
Observations
From d1fe661f4b2cd22af19aae8a4fb1a7cf327aadf5 Mon Sep 17 00:00:00 2001 From: two-ticks Date: Tue, 1 Jul 2025 00:56:58 +0530 Subject: [PATCH 2/3] !refactor: add reset button to subexp minimum distance --- experiment/simulation/dimension_linear_block.html | 1 + experiment/simulation/minimum_distance.html | 1 + 2 files changed, 2 insertions(+) diff --git a/experiment/simulation/dimension_linear_block.html b/experiment/simulation/dimension_linear_block.html index cc14c3e..02d01ab 100644 --- a/experiment/simulation/dimension_linear_block.html +++ b/experiment/simulation/dimension_linear_block.html @@ -122,6 +122,7 @@ + diff --git a/experiment/simulation/minimum_distance.html b/experiment/simulation/minimum_distance.html index e776f60..4a94c89 100644 --- a/experiment/simulation/minimum_distance.html +++ b/experiment/simulation/minimum_distance.html @@ -142,6 +142,7 @@
+