Problem:
In the Hamming code, some bits are “wasted” in the sense that they are used for checking and not information.
Question- What is the percentage of wasted bits for the messages whose total length (data + check bits) is 2^n -1?
Please show your work using hamming code.
108
Problem:
Question- Devise a 7-bit odd-parity Hamming code for the digit 5 and 8. That is to say you are required to construct Hamming code for information (in binary) 0000101 and 0001000, respectively.
Please solve using hamming code.