JS8Call-Improved master
Loading...
Searching...
No Matches
js8::SoftCombiner< N >::Combined Struct Reference

Result returned by combine() describing combined LLRs. More...

#include <soft_combiner.h>

Collaboration diagram for js8::SoftCombiner< N >::Combined:

Public Attributes

Key key
 Candidate key.
std::array< float, N > llr0
 Combined LLR0 values.
std::array< float, N > llr1
 Combined LLR1 values.
int repeats
 Repeat count.
bool combined
 True when combined from prior entries.

Detailed Description

template<std::size_t N>
struct js8::SoftCombiner< N >::Combined

Result returned by combine() describing combined LLRs.

repeats indicates how many repeated receptions were merged. combined is true when the returned LLRs are the accumulated values from previous repeats; false when this is the first seen instance.


The documentation for this struct was generated from the following file: