syndtable
Produce syndrome decoding table
Syntax
Description
returns a decoding table for an error-correcting binary code having codeword length
n and message length k. t
= syndtable(h
)h
is an
(n—k)-by-n parity-check matrix
for the code.
The function interprets the leftmost column as the most significant digit when converting between binary and decimal values.
Examples
Input Arguments
Output Arguments
References
[1] Clark, George C., Jr., and J. Bibb Cain, Error-Correction Coding for Digital Communications, New York, Plenum, 1981.
Version History
Introduced before R2006a