简体   繁体   中英

Hamming distance and CRC

How to find the Hamming distance of a code generated by a certain CRC?

Assume that I have a generating polynomial of order, say, 4 and 11 bits of data.

How to compute the HD basing only on these information?

You should be able to pad your results with zeros making both values 11bits long. Computing an XOR on the two bit strings and counting the ones should yield the hamming distance for your data set.

Hope this helps...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM