The 24-bit data field of a packet is given by 0xBC603F. The packet contains a CRC with the generator polynomial given by X
3+X+1
a) Find the CRC checksum. Provide the complete code-word including the checksum in hex.
b) A burst error of the form 0x00F0000 is induced due to noise during packet transmission.
Write the received codeword. Is this error detected by the receiver?
c) Repeat b) if the error vector is given by 0x00BB000.