InterviewSolution
Saved Bookmarks
| 1. |
If number of information bits is 11, the number of parity bits in Hamming code is |
| Answer» 2p > m + p + 1. If m = 11, p must be 4 to satisfy this equation. | |