16 bit crc

---------------- |----------------|--------------| ^ v v v ip-->(+)

Reply to
Sreenath
Loading thread data ...

Is it reflected and non-reflected? Correctly used they will give the same result.

formatting link

Reply to
HKJ

In written form you could just use the CRC polynomial, such as CRC-16: x^16 + x^15 + x^2 + 1

I couldn't quite read your diagram, but perhaps you are describing a reciprocal polynomial, which has all of the coefficients reversed. It's just as strong as the original but the output has the reverse bit order. From my example, it'd be x^16 + x^14 + x^1 + 1.

--
Ben Jackson AD7GD

http://www.ben.com/
Reply to
Ben Jackson

Reply to
jasen

Reply to
Sreenath

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.