Decoding methods: Difference between revisions

Content deleted Content added
Maximum likelihood decoding: Obsolete (and hideous) format replaced.
Line 26:
:<math>
\begin{align}
\mathbb{P}(x \mbox{ received} \mid y \mbox{ sent}) & {} = \frac{ \mathbb{P}(x \mbox{ received} , y \mbox{ sent}) }{\mathbb{P}(y \mbox{ sent} )} \\ \\
& {} = \frac{ \mathbb{P}(x \mbox{ received} , y \mbox{ sent}) }{\mathbb{P}(y \mbox{ sent})} \frac{\mathbb{P}(y \mbox{ sent})}{\mathbb{P}(x \mbox{ sent})} \\ \\
& {} = \frac{ \mathbb{P}(x \mbox{ received} , y \mbox{ sent}) }{\mathbb{P}(y \mbox{ sent})} \\ \\
& {} = \mathbb{P}(y \mbox{ received} \mid x \mbox{ sent}).
\end{align}