Decoding methods: Difference between revisions

Content deleted Content added
m links added
mathematical error: swapped max lik <--> ideal observer
Line 8:
Given a received codeword <math>x \in \mathbb{F}_2^n</math>, '''ideal observer decoding''' picks a codeword <math>y \in C</math> to maximise:
 
:<math>\mathbb{P}(xy \mbox{ receivedsent} \mid yx \mbox{ sentreceived})</math>
 
-the codeword (or a codeword) <math>y \in C</math> that is most likely to be received as <math>x</math>.
Line 20:
Given a received codeword <math>x \in \mathbb{F}_2^n</math> '''maximum likelihood decoding''' picks a codeword <math>y \in C</math> to maximise:
 
:<math>\mathbb{P}(yx \mbox{ sentreceived} \mid xy \mbox{ receivedsent})</math>
 
-the codeword that was most likely to have been sent given that <math>x</math> was received. Note that if all codewords are equally likely to be sent during ordinary use, then this scheme is equivalent to ''ideal observer decoding'':