|
JS8Call-Improved master
|
Result returned by combine() describing combined LLRs. More...
#include <soft_combiner.h>

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. | |
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.