diff options
Diffstat (limited to 'chapter08')
| -rw-r--r-- | chapter08/content_ch08.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/content_ch08.tex b/chapter08/content_ch08.tex index 720bed6..35296e7 100644 --- a/chapter08/content_ch08.tex +++ b/chapter08/content_ch08.tex @@ -1109,9 +1109,9 @@ The syndrome vector $\vec{s}$ is used to determine the bit errors $\vec{e}$. The The complementary and orthogonal parity check matrix is: \begin{equation} \mat{H} = \left[\begin{matrix} - 1 & 0 & 0 & 0 & 1 & 1 & 1 \\ - 0 & 1 & 0 & 1 & 0 & 1 & 1 \\ - 0 & 0 & 1 & 1 & 1 & 0 & 1 + 0 & 1 & 1 & 1 & 1 & 0 & 0 \\ + 1 & 0 & 1 & 1 & 0 & 1 & 0 \\ + 1 & 1 & 0 & 1 & 0 & 0 & 1 \end{matrix}\right] \end{equation} |
