SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <sdr.h>
Public Attributes | |
uint16_t | dists2 [MAX_SYMBOLS] |
uint16_t | discr2 |
uint8_t | nearest |
Static Public Attributes | |
static const int | MAX_SYMBOLS = 4 |
uint16_t leansdr::eucl_ss::discr2 |
Definition at line 435 of file sdr.h.
Referenced by leansdr::to_softsymb(), and leansdr::viterbi_sync::update_sync().
uint16_t leansdr::eucl_ss::dists2[MAX_SYMBOLS] |
Definition at line 434 of file sdr.h.
Referenced by leansdr::softsymb_harden(), leansdr::softsymb_to_dump(), and leansdr::to_softsymb().
|
static |
Definition at line 433 of file sdr.h.
Referenced by leansdr::softsymb_harden(), and leansdr::to_softsymb().
uint8_t leansdr::eucl_ss::nearest |
Definition at line 436 of file sdr.h.
Referenced by leansdr::deconvol_sync< leansdr::u8, 0 >::readbyte(), leansdr::deconvol_sync< leansdr::u8, 0 >::readerrors(), leansdr::softsymb_harden(), leansdr::softsymb_to_dump(), leansdr::to_softsymb(), and leansdr::viterbi_sync::update_sync().