Re: cyclic redundancy check 4-bit
- From: bwv539 <bwv539@xxxxxxxxx>
- Date: 9 May 2007 01:32:57 -0700
Well, first of all, thanks to everybody for the answers.
I know noting about Hamming code. I am reading some information on
Wikipedia, if you have more resources please tell me. I have to
implement this in C.
I try to explain better my application: I have to transmit a single
bit every 80ms, so an 8-bit sequence takes 0.64s. The receiver will
trigger on the first bit and start collecting a sequence of 8 bits.
The information to be transferred requires 4 bits, so I thought that a
good use of the other 4 bits is for error checking, but if there is a
way to decrease total number of bits it is better even if not strictly
required.
Time is not critical, so I might even increase the sequence lenght,
but that might increase probability of loosing a bit and could
increase rentransmission.
Hope this will help to understand better the setup.
.
- Follow-Ups:
- Re: cyclic redundancy check 4-bit
- From: Vladimir Vassilevsky
- Re: cyclic redundancy check 4-bit
- References:
- cyclic redundancy check 4-bit
- From: bwv539
- Re: cyclic redundancy check 4-bit
- From: Vladimir Vassilevsky
- Re: cyclic redundancy check 4-bit
- From: Dave Hansen
- Re: cyclic redundancy check 4-bit
- From: Paul Keinanen
- cyclic redundancy check 4-bit
- Prev by Date: Re: pic c
- Next by Date: Problem: How to erase Dataflash
- Previous by thread: Re: cyclic redundancy check 4-bit
- Next by thread: Re: cyclic redundancy check 4-bit
- Index(es):
Relevant Pages
|