wileypoots
wileypoots

Reputation: 31

How does encoding algorithm handle separate bit blocks

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

Answers (0)

Related Questions