Verifying SECDED Codewords

preview_player
Показать описание
An example on verifying the SECDED codeword's integrity by recalculating it's checkbits, and generating a syndrome code.
Рекомендации по теме
Комментарии
Автор

thanks for video, i finally got understand this type of code :D

armageddontoday
Автор

First off, I love your videos. They're clear and have helped me. Thanks! That being said, I think your conclusions in this one are incorrect? For example, let's take the codeword you created in "Calculating SECDED Codewords": data=10110011 gives parity=10011 (full codeword=1011100101011). Now, let's flip bit4 in the data to give: 10111011. That parity calcs to 11101. Now, 10011 (xor) 11101 = 01110. In this case, the four hamming parity bits (0111) do correctly mark the position of d4 (position 7). But, the C0 bit (you call it the DED bit here) is zero. You stated that a single-bit error would show up as DED=1. Can you please tell me if I'm missing something? Thanks again :)

jonfolsom