Re: cyclic redundancy check 4-bit



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.


.



Relevant Pages

  • Re: collatz conjecture -> a * p(a)
    ... reading your paper only seems to support it. ... Some values of the partition function are as follows (sequence A000041 ...
    (sci.math)
  • Re: sequence point problem
    ... makes it clear that a sequence point separates the ... However that word appears in a context where it ... I've never thought that the reading I said above was reasonable. ... prevent it from being put before evaluating arguments, ...
    (comp.std.c)
  • Re: newbie read/write quesion
    ... if getting that sequence of characters is expected ... then lseek() to the end of file and start writing. ... file position is not well undefined, and when you switch from reading ...
    (comp.lang.c)
  • Re: Inequality with max I want to understand
    ... A general question for anyone still reading. ... It also makes an assumption that another sequence is ... time but you can slip down multiple stairs. ... So I started thinking that there are likely books that contain things ...
    (sci.math)
  • Re: General question about Python design goals
    ... > different purposes. ... > usage of a tuple is as a heterogenous sequence. ... > from reading about it here, I saw the light on this, and since then ...
    (comp.lang.python)