|
JS8Call-Improved master
|
Soft combiner for accumulating repeated LLR frames. More...
#include <QDebug>#include <QLoggingCategory>#include <QtGlobal>#include <algorithm>#include <array>#include <chrono>#include <cmath>#include <cstdint>#include <mutex>#include <optional>#include <unordered_map>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | js8::SoftCombiner< N > |
| Cache and combine repeated LLR frames for the same decode candidate. More... | |
| struct | js8::SoftCombiner< N >::Key |
| Lookup key describing a decode candidate. More... | |
| struct | js8::SoftCombiner< N >::Combined |
| Result returned by combine() describing combined LLRs. More... | |
Namespaces | |
| namespace | js8 |
| JS8 namespace for Kalman filter-based trackers. | |
Functions | |
| Q_DECLARE_LOGGING_CATEGORY (decoder_js8) | |
Soft combiner for accumulating repeated LLR frames.