Coding Theory - PHP Script for Binary Linear Error Correcting Codes
Please select the type of code you wish to use for message encoding/decoding.
| Hamming |
(3,1,3) |
(7,4,3) |
(15,11,3) |
(31,26,3) |
(63,57,3) |
(127,120,3) |
(255,247,3) |
These binary linear error correcting codes are expressed in terms of (n,k,d), where:
n = length of each codeword.
k = dimension of each codeword. Thus, n-k is the number of parity check or redundant bits.
d = minimum distance between any two codewords.
|