ECC PLAYGROUND - THE INCORRUPTIBLE WEIGHTS

Z/210Z + L=11 error correction. Click any weight to inject an error. Watch CRT detect and correct it. Compare: INT8 detects NOTHING.
Z/210Z + L=11 ECC (7.7 bits)
Detection
100%
Correction
100%
SQNR
-
INT8 (8.0 bits) - NO ECC
Detection
0%
Correction
0%
SQNR
-

WEIGHT GRID (100 weights, click to corrupt)

SELECTED WEIGHT

Click a weight cell above to inspect its CRT channels.

STATISTICS

Errors injected
0
Detected by CRT
0
Corrected (known-loc)
0
INT8 detected
0

Paradigm Contrast

AspectINT8 QuantizationCRT + L=11 ECC
Error detection0% — bit flips are invisible100% — any single-channel corruption detected
Error correction0% — no mechanism exists100% known-location — gcd(CRT_weight, L)=1 guarantees unique fix
Levels256 (8 bits, arbitrary)210 = 2 x 3 x 5 x 7 (7.7 bits, structured)
Cost0 dB overhead, but silent failures0.2 dB SQNR loss — built-in protection is free
ParadigmPray nothing goes wrongStructure prevents wrong — the ring self-heals

Source: demo_ecc_quant.c (290L), true_ecc.c (550L). Theorem: gcd(N/p, 11)=1 for all data primes.