Communications Blockset | ![]() ![]() |
Decode a Hamming code to recover binary vector data
Library
Block sublibrary of Channel Coding
Description
The Hamming Decoder block recovers a binary message vector from a binary Hamming codeword vector. For proper decoding, the parameter values in this block should match those in the corresponding Hamming Encoder block.
If the Hamming code has message length K and codeword length N, then N must have the form 2M-1 for some integer M greater than or equal to 3. Also, K must equal N-M.
The input must contain exactly N elements. If it is frame-based, then it must be a column vector. The output is a vector of length K.
The coding scheme uses elements of the finite field GF(2M). You can either specify the primitive polynomial that the algorithm should use, or you can rely on the default setting:
gfprimdf
(M)
as the primitive polynomial for GF(2M).
gfprimfd
function in the Communications Toolbox.
Dialog Box
Pair Block
See Also
hammgen
(Communications Toolbox)
![]() | Hadamard Code Generator | Hamming Encoder | ![]() |