Hamming Coding
If we wanted to achieve a maximum of 1 in 10^12 words containing uncorrected errors, and we have an error probability p=0.001, what is the efficiency of this code (where efficiency=k/n.)
In Hamming codes K/n is defiened as coding rate (or can be considered as efficiency of in some sense )
Where : K bit of input frame results n bits of output fram after coding
Block length n = 2r -1 and Message length K = 2r-r -1 and r>= 1
Which suggests that the length of code should be less than 1 power of 2
n = 240-1 = 1012(approximately)
Hence, we can choose r = 40
K = 240-40-1
Coding rate (efficiency) = (240-40-1 )/240-1
= 0.999%
Get Answers For Free
Most questions answered within 1 hours.