GNU Radio's GSM Package
|
#include <conv.h>
Public Attributes | |
const struct osmo_conv_code * | code |
int | n_states |
int | len |
int | o_idx |
int | p_idx |
unsigned int * | ae |
unsigned int * | ae_next |
uint8_t * | state_history |
convolutional decoder state
unsigned int* osmo_conv_decoder::ae |
accumulated error
unsigned int* osmo_conv_decoder::ae_next |
next accumulated error (tmp in scan)
const struct osmo_conv_code* osmo_conv_decoder::code |
for which code?
int osmo_conv_decoder::len |
Max o_idx (excl. termination)
int osmo_conv_decoder::n_states |
number of states
int osmo_conv_decoder::o_idx |
output index
int osmo_conv_decoder::p_idx |
puncture index
uint8_t* osmo_conv_decoder::state_history |
state history [len][n_states]