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 | uncoded_byte |
typedef u8 | hardsymbol |
Public Member Functions | |
convol_poly2 () | |
void | run (const uncoded_byte *pin, const u8 remap[], hardsymbol *pout, int count) |
Private Attributes | |
Thist | hist |
Definition at line 249 of file convolutional.h.
typedef u8 leansdr::convol_poly2< Thist, POLY1, POLY2 >::hardsymbol |
Definition at line 252 of file convolutional.h.
typedef u8 leansdr::convol_poly2< Thist, POLY1, POLY2 >::uncoded_byte |
Definition at line 251 of file convolutional.h.
|
inline |
Definition at line 254 of file convolutional.h.
|
inline |
Definition at line 258 of file convolutional.h.
References leansdr::deconvol_poly< Tin, Thist, POLY_DECONVOL, POLY_ERRORS >::hist, and leansdr::parity().
|
private |
Definition at line 275 of file convolutional.h.