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 <convolutional.h>
Public Types | |
typedef u8 | hardsymbol |
typedef u8 | decoded_byte |
Public Member Functions | |
u8 | SYMVAL (const hardsymbol *s) |
u8 | SYMVAL (const softsymbol *s) |
deconvol_poly () | |
int | run (const Tin *pin, const u8 remap[], decoded_byte *pout, int nb) |
Private Attributes | |
Thist | hist |
Definition at line 36 of file convolutional.h.
typedef u8 leansdr::deconvol_poly< Tin, Thist, POLY_DECONVOL, POLY_ERRORS >::decoded_byte |
Definition at line 44 of file convolutional.h.
typedef u8 leansdr::deconvol_poly< Tin, Thist, POLY_DECONVOL, POLY_ERRORS >::hardsymbol |
Definition at line 38 of file convolutional.h.
|
inline |
Definition at line 46 of file convolutional.h.
|
inline |
Definition at line 51 of file convolutional.h.
References leansdr::deconvol_poly< Tin, Thist, POLY_DECONVOL, POLY_ERRORS >::hist, leansdr::parity(), and leansdr::deconvol_poly< Tin, Thist, POLY_DECONVOL, POLY_ERRORS >::SYMVAL().
|
inline |
Definition at line 41 of file convolutional.h.
Referenced by leansdr::deconvol_poly< Tin, Thist, POLY_DECONVOL, POLY_ERRORS >::run(), and leansdr::deconvol_poly2< Tin, uint32_t, uint64_t, 0x3ba, 0x38f70 >::run().
|
inline |
Definition at line 42 of file convolutional.h.
References leansdr::softsymbol::symbol.
|
private |
Definition at line 75 of file convolutional.h.
Referenced by leansdr::convol_multipoly< uint16_t, 16 >::encode(), leansdr::deconvol_poly< Tin, Thist, POLY_DECONVOL, POLY_ERRORS >::run(), and leansdr::convol_poly2< Thist, POLY1, POLY2 >::run().