Hamming1511
Hamming1511, commonly written as Hamming(15,11), is a binary linear error-correcting code with block length 15 and dimension 11. It belongs to the family of Hamming codes introduced by Richard W. Hamming. The code has 2^11 = 2048 codewords of length 15, and its redundancy is 4, giving a code rate of 11/15 ≈ 0.733.
The code’s minimum distance is 3, enabling correction of any single-bit error and detection of most two-bit
Construction typically uses a parity-check matrix H of size 4x15 containing every nonzero 4-bit binary vector
Decoding proceeds by computing the syndrome s = Hc^T. If s is the zero vector, the received word
Hamming(15,11) serves as a foundational example in coding theory and informs extended Hamming codes and SECDED
---