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

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

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)

Detailed Description

Soft combiner for accumulating repeated LLR frames.