the problem I am presented with is a binary hamming code shown below:
011101000100, what was the data byte encoded and sent from this hamming code?
and the solution is 10101100, could someone explain to me how to approach this problem?
the problem I am presented with is a binary hamming code shown below:
011101000100, what was the data byte encoded and sent from this hamming code?
and the solution is 10101100, could someone explain to me how to approach this problem?
You will need to calculate the parity bits of data, as follows: $\dot0\dot11\dot1010\dot00100$
now we replace the
0in the 9th bit with1, and after you take out the parity bits, you are then left with $10101100$