Loadable Function: t = syndtable (h)

Create the syndrome decoding table from the parity check matrix h. Each row of the returned matrix t represents the error vector in a received symbol for a certain syndrome. The row selected is determined by a conversion of the syndrome to an integer representation, and using this to reference each row of t.

See also: hammgen, cyclgen.

Package: communications