![]() |
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_poly2 () | |
| int | run (const Tin *pin, const u8 remap[], decoded_byte *pout, int nb) |
Private Attributes | |
| Thist | inI |
| Thist | inQ |
Definition at line 90 of file convolutional.h.
| typedef u8 leansdr::deconvol_poly2< Tin, Thist, Tpoly, POLY_DECONVOL, POLY_ERRORS >::decoded_byte |
Definition at line 98 of file convolutional.h.
| typedef u8 leansdr::deconvol_poly2< Tin, Thist, Tpoly, POLY_DECONVOL, POLY_ERRORS >::hardsymbol |
Definition at line 92 of file convolutional.h.
|
inline |
Definition at line 100 of file convolutional.h.
|
inline |
Definition at line 105 of file convolutional.h.
|
inline |
Definition at line 95 of file convolutional.h.
|
inline |
Definition at line 96 of file convolutional.h.
|
private |
Definition at line 241 of file convolutional.h.
|
private |
Definition at line 241 of file convolutional.h.
1.8.13