Decoding methods

This is an old revision of this page, as edited by Grubber (talk | contribs) at 18:27, 9 April 2007 (Syndrome decoding: parity-check matrix). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

This article discusses common methods in communication theory for decoding codewords sent over a noisy channel (such as a binary symmetric channel).

Notation

Henceforth   shall be a (not necessarily linear) code of length  ;   shall be elements of  ; and   shall represent the Hamming distance between  .

Ideal observer decoding

Given a received codeword  , ideal observer decoding picks a codeword   to maximise:

 

-the codeword (or a codeword)   that is most likely to be received as  .

Where this decoding result is non-unique a convention must be agreed. Popular such conventions are:

  1. Request that the codeword be resent;
  2. Choose any one of the possible decodings at random.

Maximum likelihood decoding

Given a received codeword   maximum likelihood decoding picks a codeword   to maximise:

 

-the codeword that was most likely to have been sent given that   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:

 

As for ideal observer decoding, a convention must be agreed for non-unique decoding. Again, popular such conventions are:

  1. Request that the codeword be resent;
  2. Choose any one of the possible decodings at random.

Minimum distance decoding

Given a received codeword  , minimum distance decoding picks a codeword   to minimise the Hamming distance :

 

-the codeword (or a codeword)   that is as close as possible to  .

Notice that if the probability of error on a discrete memoryless channel   is strictly less than one half, then minimum distance decoding is equivalent to maximum likelihood decoding since if

 

then:

 

which (since   is less than one half) is maximised by minimising  .

As for other decoding methods, a convention is agreed for non-unique decoding. Popular such conventions are:

  1. Request that the codeword be resent;
  2. Choose any one of the possible decodings at random.

Syndrome decoding

Syndrome decoding is a highly efficient method of decoding a linear code over a noisy channel - ie one on which errors are made. In essence, syndrome decoding is minimum distance decoding using a reduced lookup table. It is the linearity of the code which allows for the lookup table to be reduced in size.

Suppose that   is a linear code of length   and minimum distance   with parity-check matrix  . Then clearly   is capable of correcting up to

 

errors made by the channel (since if no more than   errors are made then minimum distance decoding will still correctly decode the incorrectly transmitted codeword).


Now suppose that a codeword   is sent over the channel and the error pattern   occurs. Then   is received. Ordinary minimum distance decoding would lookup the vector   in a table of size   for the nearest match - ie an element (not necessarily unique)   with

 

for all  . Syndrome decoding takes advantage of the property of the parity matrix that:

 

for all  . The syndrome of the received   is defined to be:

 

Under the assumption that no more than   errors were made during transmission the receiver looks up the value   in a table of size

 

(for a binary code) against pre-computed values of   for all possible error patterns  . Knowing what   is, it is then trivial to decode   as:

 

Notice that this will always give a unique (but not necessarily accurate) decoding result since

 

if and only if  . This is because the parity check matrix   is a generator matrix for the dual code   and hence is of full rank.