prashantgolu
- 50
- 0
To compute the checksum for some frame with m bits, corresponding to the polynomial M(x), the frame must be longer than the generator polynomial.
Why...?
Why...?
The discussion revolves around the conditions for computing a checksum for a frame in the context of polynomial representations, specifically focusing on the relationship between the frame length and the generator polynomial. The scope includes theoretical aspects of encoding and redundancy in data transmission.
Participants express differing views on whether the number of data bits must exceed the generator polynomial length before encoding. The discussion remains unresolved regarding the implications of this requirement.
There are assumptions about the definitions of M(x) and G(x) that are not fully clarified, particularly whether M(x) refers to the initial data bits or the encoded message. Additionally, the discussion touches on practical considerations in data transmission that may influence the relationship between data and redundancy bits.
There's no rule that the number of data bits needs to be greater than the number of redundancy bits. You might want to check and make sure that M(x) doesn't mean an encoded message as opposed to the data portion of an encoded message.prashantgolu said:I get it...but it says that M(x) should be longer than G(x)