4,339 views
4 votes
4 votes
After encoding using hamming code , the pattern for 1010111 is (consider even parity)

2 Answers

6 votes
6 votes

10110101111

p1 p2 1 p4 0 1 0 p8 1 1 1

(1)     p1 = 1+0+0+1+1=1

p1 p2 1 p4 0 1 0 p8 1 1 1

(2)     p2 = 1+1+0+1+1=0

p1 p2 1 p4 0 1 0 p8 1 1 1

(3)    p4 = 0+1+0=1

p1 p2 1 p4 0 1 0 p8 1 1 1

(4)    p8=1+1+1=1

p1 p2 1 p4 0 1 0 p8 1 1 1

Answer

1 0 1 1 0 1 0 1 1 1 1

for better understanding watch  https://www.youtube.com/watch?v=2F0h4uOn1GI

edited by

Related questions

0 votes
0 votes
0 answers
1
Ray Tomlinson asked Aug 17, 2023
382 views
in reciever side to detect err which one representation we should follow to know that in which bit error is present in hamming code?p1p2d1p4d2d3d4p8d5d6 d6d5p8d4d3d2p4d1p...
0 votes
0 votes
0 answers
2
Rahul_Rathod_ asked Jan 19, 2019
584 views
what is approach to solve this type of question?
1 votes
1 votes
0 answers
3
saurav raghaw asked Dec 27, 2018
984 views
Find the check bit in the message 111101 using HAMMING CODE?(1) 1101(2) 0101(3) 1001(4) 0001
2 votes
2 votes
2 answers
4
iarnav asked Nov 19, 2018
3,030 views
If the Hamming distance between a dataword and the corresponding codeword is three, there are _____ bits in error.A) 5 B) 4 C) 3 D) none of the above