Re: Olika metoder för att skicka stora datamängder (UART)
Postat: 29 juni 2012, 16:40:23
Det finns väl dokumenterat vilken träffsäkerhet t.ex CRC-16 har.
T.ex : http://www.ece.unb.ca/tervo/ee4253/crc.shtml.
T.ex : http://www.ece.unb.ca/tervo/ee4253/crc.shtml.
In essence, 100% detection is assured for all errors E(x) not an exact multiple of P(x). For a 16-bit CRC, this means:
100% detection of single-bit errors;
100% detection of all adjacent double-bit errors;
100% detection of any errors spanning up to 16-bits;
100% detection of all two-bit errors not separated by exactly 216-1 bits (this means all two bit errors in practice!);
For arbitrary multiple errors spanning more than 16 bits, at worst 1 in 216 failures, which is nonetheless over 99.995% detection rate.