Friday, July 10, 2015

Re: [Discuss-gnuradio] Packet Header Generator and Stream CRC32


On 10 Jul 2015 01:38, "zs" <zswx_890@126.com> wrote:
> If I want to have a working CRC,what is the number of packet length at least?

32 bits.

> If someone don't want to use the Stream CRC32 block,Packet Header Generator still will add the crc at bit 24-31.Is it right?I suggest the code should add a function to judge before add the crc at bit 24-31.

We don't want to overload this generator with options. The idea is you subclass the generator to tailor to your needs. See also the other generators.

> 3.For example,the OFDM example.If the transmitter don't add the crc32 block,whether the receiver will display the warning "Detected an invalid packet at item %1%"?

No, that's precisely why we have it. However, the payload also has a crc.

Cheers,
M

No comments:

Post a Comment