Content deleted Content added
→Maximum likelihood decoding: - copyedit; remove redundant list |
→Minimum distance decoding: copyedit |
||
Line 44:
:<math>d(x,y) = \# \{i : x_i \not = y_i \}</math>
:<math>d(x,y) = d,\,</math>
Line 54:
:<math>
\begin{align}
\mathbb{P}(y \mbox{ received} \mid x \mbox{ sent}) & {} = (1-p)^{n-d} \cdot p^d \\
& {} = (1-p)^n \cdot \left( \frac{p}{1-p}\right)^d \\
\end{align}
</math>
Line 61:
which (since ''p'' is less than one half) is maximised by minimising ''d''.
As
==Syndrome decoding==
|