I'm reciving a hamming coded signal from an ftp server. The data is packed with 2bytes/16 bits and these bits is g values from an axis from an accelerometer. every sample has 2 corresponding samples at each time.
I've made my own hamming decoder, so that I can discover 2 bit errors from 2bytes/16 bits. My problem is that when I've dicoverd two errors I have to "throw away" these 2 bytes. (And the 2 corresponding sets)
Thanks for any replys