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_multipoly () | |
void | encode (const uncoded_byte *pin, hardsymbol *pout, int count) |
Public Attributes | |
int | bits_in |
int | bits_out |
int | bps |
const Thist * | polys |
Private Attributes | |
Thist | hist |
int | nhist |
Thist | sersymb |
int | nsersymb |
Definition at line 281 of file convolutional.h.
typedef u8 leansdr::convol_multipoly< Thist, HISTSIZE >::hardsymbol |
Definition at line 284 of file convolutional.h.
typedef u8 leansdr::convol_multipoly< Thist, HISTSIZE >::uncoded_byte |
Definition at line 283 of file convolutional.h.
|
inline |
Definition at line 288 of file convolutional.h.
|
inline |
Definition at line 294 of file convolutional.h.
int leansdr::convol_multipoly< Thist, HISTSIZE >::bits_in |
Definition at line 285 of file convolutional.h.
int leansdr::convol_multipoly< Thist, HISTSIZE >::bits_out |
Definition at line 285 of file convolutional.h.
int leansdr::convol_multipoly< Thist, HISTSIZE >::bps |
Definition at line 285 of file convolutional.h.
|
private |
Definition at line 339 of file convolutional.h.
|
private |
Definition at line 340 of file convolutional.h.
|
private |
Definition at line 342 of file convolutional.h.
const Thist* leansdr::convol_multipoly< Thist, HISTSIZE >::polys |
Definition at line 286 of file convolutional.h.
|
private |
Definition at line 341 of file convolutional.h.