Students helping students, join us in improving Bored of Studies by donating and supporting future students!
I don't have the syllabus with me so i am guess which methods they are talking aboutbarnsey88 said:Could someone please go over the error checking methods as I am really battling to understand them. The text book is so confusing. Thanks
what the fuck!gman03 said:CRC:
We start with a number x, then from the data every time we see a '0' we shift the number x to left. (i.e. multiply by two). Every time we see a '1' we xor the number with another number.
The point of CRC is that if there are random error the number x changes significantly.
http://en.wikipedia.org/wiki/Cyclic_redundancy_checkDigitalFortress said:what the fuck!
I thought CRC was division of the block by a 16bit or 32bit integer to get a massif floating point number.
This number is sent along with the block of data (similar to how checksum does it) then the recieving does the same calculation and bam, check final block of data with the recieving ends result and any discrepencies (its like a floating point number with massif precision) means an error has occured.
gman where'd u get that definition?