You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\item Set $\sigma(X) = \sigma_0 + \sigma_1 X + \dots + \sigma_t X^t$ and $\sum_{i=0}^{t} \omega_i X^i = \sigma(X)(r(\alpha) X + r(\alpha^2) X^2 + \dots + r(\alpha^{2t})X^{2t})$ mod $X^{2t + 1}$.
704
-
\item Coeffs of $X^i$ for $t < i \leq2i$ are $\sum_{j=0}^t \sigma_j r(\alpha^{i-j}) = 0$ which don't involve any of $e(\alpha^j)X^j$ for all $1\leq j \leq2t$.
703
+
\item Set $\sigma(X) = \sigma_0 + \sigma_1 X + \dots + \sigma_t X^t$ and $\sum_{i=0}^{t} \omega_i X^i = \sigma(X)(r(\alpha) X + r(\alpha^2) X^2 + \dots + r(\alpha^{2t})X^{2t} + e(\alpha^{2t + 1}) X^{2t + 1} + \dots)$\footnote{We proved the degree of $\omega(X)$ is a most $t$ in previous thm and this eqn is not modulo anything.}.
704
+
\item Coeffs of $X^i$ for $t < i \leq2t$ are $\sum_{j=0}^t \sigma_j r(\alpha^{i-j}) = 0$ which don't involve any of $e(\alpha^j)X^j$ for all $1\leq j \leq2t$.
Let $K$ be a splitting field\footnote{This is from Galois Theory. We want to add roots till $X^7 - 1$ splits into linear factors.} for $X^7 - 1$; we can take $K = \mathbb F_8$.
756
756
Let $\beta\in K$ be a root of $g$.
757
-
Note that $\beta^3 = \beta + 1$, so $\beta^6 = \beta^2 + 1$, so $g(\beta^2) = 0$. %, and hence $g(\beta^4) = 0$.
757
+
Note that $\beta^3 = \beta + 1$\footnote{In $\mathbb{F}_2$.}, so $\beta^6 = \beta^2 + 1$, so $g(\beta^2) = 0$. %, and hence $g(\beta^4) = 0$.
758
758
So the BCH code defined by $\qty{\beta, \beta^2}$ has generator polynomial $g(X)$, again proving that this is Hamming's $(7,4)$-code.
759
759
This code has design distance $3$, so $d(C) \geq3$, and we know Hamming's code has minimum distance exactly 3.
The stream produced by a LFSR is now given by the recurrence relation $y_n = \sum_{i=0}^{d-1} a_i y_{n-d+i}$.
782
+
The stream produced by a LFSR is now given by the recurrence relation $y_n = \sum_{i=0}^{d-1} a_i y_{n-d+i}$ over $\mathbb{F}_2$.
783
783
We can define the \vocab{auxiliary polynomial} $P(X) = X^d + a_{d-1} X^{d-1} + \dots + a_1 X + a_0$.
784
784
We sometimes write $a_d = 1$, so $P(X) = \sum_{i=0}^d a_i X^i$.
785
785
786
-
\underline{Over $\mathbb{C}$}: general solution is linear combinations of $\alpha^n, n \alpha^n, \dots, n^{t-1} \alpha^n$ for $\alpha$running over roots of $P(X)$and $\alpha$ root of mult$t$.
786
+
\underline{Over $\mathbb{C}$}: The general solution to a recurrence relation is a linear combination of $\alpha^n, n \alpha^n, \dots, n^{t-1} \alpha^n$ for $\alpha$a root of $P(X)$with multiplicity$t$.
787
787
788
-
\underline{Over $\mathbb{F}_2$}: $n^2\equiv n \mod2$ so this doesn't give enough solns.
789
-
Resolved by replacing $n^j \alpha^n$ by $\binom{n}{j} \alpha^n$.
788
+
\underline{Over $\mathbb{F}_2$}: However, we have a recurrence relation over $\mathbb{F}_2$ and $n^2\equiv n \mod2$ so we only get two solutions, which is not enough.
789
+
We resolve this by replacing $n^j \alpha^n$ by $\binom{n}{j} \alpha^n$, i.e. the general solution if a linear combination of $\binom{n}{0} \alpha^n, \binom{n}{1} \alpha^n, \dots$
790
790
791
791
\begin{definition}[Feedback Polynomial]
792
792
The \vocab{feedback polynomial} is $\check{P}(X) = a_0 X^d + \dots + a_{d-1} X + 1 = \sum_{i=0}^d a_{d-i} X^i$.
&\leq\int_{\mathbb R^d} \int_{\mathbb R^d} \abs{h(x-y) - h(x)}^p \dd{x} g_t(y)\footnote{$g_t$ the measure for our expectation in Jensen's so unaffected.}\dd{y} \\
0 commit comments