or tap to browse
continuous 2d optical wave stream carrier with 1d neural demodulation and galois field reed-solomon forward error correction.
utf-8 payload is padded and encoded through an rs(48,40) codec. the resulting 384-bit stream is mapped into 96 16-apsk symbols where each 4-bit block determines discrete amplitude and phase.
sub-pixel weighted centroid slicing tracks wave nominal centers with sub-pixel resolution. normalized 24-point segments are classified via onnx runtime web into symbols and reconstructed into text.
constructed over gf(256) using irreducible polynomial p(x) = x^8 + x^4 + x^3 + x^2 + 1 (0x11d). with 8 parity bytes, berlekamp-massey and forney algorithms guarantee exact recovery from up to 4 corrupted bytes (8 whole symbols).
replaces fragile binary pixel thresholding with continuous sub-pixel energy localization and deep convolutional classification.