4 4 votes A 12-bit Hamming code whose hexadecimal value is 0xE4F arrives at a receiver. What was the original value in hexadecimal? Assume that not more than 1 bit is in error. Computer Networks computer-networks hamming-code error-correction + – dd 10.7k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 12 12 votes Code is 1110 0100 1111 Now check Parity bit P1=$1\oplus 0\oplus 1\oplus 0\oplus 1\oplus 1=0$ P2=$1\oplus 1\oplus 1\oplus 0\oplus 1\oplus 1=1$ P4=$0\oplus 0\oplus 1\oplus 0\oplus 1=0$ P8=$0\oplus 1\oplus 1\oplus 1\oplus 1=0$ So, Error in 2nd bit original bit is 1010 0100 1111 =A4F srestha answered Sep 14, 2016 • selected Sep 14, 2016 by dd srestha comment Share Follow See all 9 Comments 9 9 Comments reply Sushant Gokhale commented Sep 29, 2016 reply Follow flag @Sreshtha, I know hamming (7,4) where 4 are data bits and 3 generator bits. SO, how to process for 12 bits in total ? Any link? 0 0 replyShare srestha commented Sep 29, 2016 reply Follow flag I am giving a link Plz verify it properly and tell me is it correct or not. Ok? https://www.youtube.com/watch?v=osS9EaKNSI4 4 4 replyShare Sushant Gokhale commented Sep 29, 2016 reply Follow flag Thanks. :) its working. 0 0 replyShare Sushant Gokhale commented Sep 30, 2016 reply Follow flag @Sreshtha. How should we decide whether its even parity or odd parity followed? 0 0 replyShare Sushant Gokhale commented Sep 30, 2016 reply Follow flag P1 should be 110011, right? or did you consider the start as 0th bit? 0 0 replyShare Tendua commented Nov 21, 2016 reply Follow flag Default is even parity. 0 0 replyShare Sushant Gokhale commented Nov 21, 2016 reply Follow flag @tendua ok, thanks 0 0 replyShare Ashwani Yadav commented Jan 29, 2019 reply Follow flag very helpful video 0 0 replyShare Chandrabhan Vishwa 1 commented Dec 26, 2023 reply Follow flag i think this question ans purey based on p1 p2 ….order this is from RHS or LHS in given hamming code 0 0 replyShare Please log in or register to add a comment.
0 0 votes Question No 7 Kartheek Dasari answered Jan 26 Kartheek Dasari comment Share Follow 0 reply Please log in or register to add a comment.