JS8Call-Improved master
Loading...
Searching...
No Matches
whitening_processor.h File Reference

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>
Include dependency graph for whitening_processor.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Noise whitening and LLR normalization helper used by the JS8 decoder.