Differences between version 3 and predecessor to the previous major change of ECC.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Saturday, April 3, 2004 3:37:20 am | by OndrejJombik | Revert |
Older page: | version 2 | Last edited on Saturday, November 16, 2002 1:35:51 am | by PerryLorier | Revert |
@@ -1,3 +1,7 @@
[Acronym] for __E__rror __C__orrecting __C__odes.
Usually refers to Hamming codes. I never really understood these things, but they work, and I've never had to implement them, so I'm happy.
+
+Also known as:
+
+__E__rror __C__hecking and __C__orrecting. Parity can only detect errors, but ECC can also repair it, assuming that there are only single bit errors now and then. It requires only 30% or such more bits to be transmitted.