Reputation: 31
I am learning about how Hamming code works. In low level encoding/decoding what are the protocols to separate code blocks? Let's say you have a (15, 11) Hamming code block, do you add extra bits in-between to separate them? Also what if on the last block you have extra spaces?
linear codes in matrix representation:
bit block next bit block last block
1 1 1 1 0 0 0 1 1 0 0 1
0 0 1 1 + ??? + 0 0 0 1 + ... + 1 0 0 1
1 0 1 1 0 0 0 1 ? ? ? ?
0 1 0 1 0 0 0 1 ? ? ? ?
Upvotes: 1
Views: 56