syndtable
R2026bProduce 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., and J. Bibb Cain. Error-Correction Coding for Digital Communications. Applications of Communications Theory. New York: Plenum Press, 1981.
Version History
Introduced before R2006a