|
JS8Call-Improved master
|
Noise whitening and LLR normalization helper used by the JS8 decoder. More...
#include <QDebug>#include <QLoggingCategory>#include <algorithm>#include <array>#include <cmath>#include <cstdlib>#include <numeric>#include <optional>#include <sstream>#include <vector>

Go to the source code of this file.
Classes | |
| class | js8::WhiteningProcessor< NROWS, ND, N > |
| Compute per-tone/symbol noise medians and whiten LLRs for a JS8 frame. More... | |
| struct | js8::WhiteningProcessor< NROWS, ND, N >::Result |
| Result of a whitening/LRR normalization pass. More... | |
Namespaces | |
| namespace | js8 |
| JS8 namespace for Kalman filter-based trackers. | |
Functions | |
| Q_DECLARE_LOGGING_CATEGORY (decoder_js8) | |
Noise whitening and LLR normalization helper used by the JS8 decoder.