"Header Check Sequence
An 8-bit field used to detect errors in the header.The transmitter shall calculate the HCS value for the first five bytes of the cell header, and insert the result into the HCS field (the last byte of the MAC header). It shall be the reminder of the division (Modulo 2) by the generator polynomial D^8 + D^2 + D + 1 of the polynomial D^8 multiplied by the content of the header excluding the HCS field."
how to do that in matlab ?
An 8-bit field used to detect errors in the header.The transmitter shall calculate the HCS value for the first five bytes of the cell header, and insert the result into the HCS field (the last byte of the MAC header). It shall be the reminder of the division (Modulo 2) by the generator polynomial D^8 + D^2 + D + 1 of the polynomial D^8 multiplied by the content of the header excluding the HCS field."
how to do that in matlab ?
Last edited: