GNU Radio's GSM Package
osmo_conv_decoder Struct Reference

#include <conv.h>

Public Attributes

const struct osmo_conv_codecode
 
int n_states
 
int len
 
int o_idx
 
int p_idx
 
unsigned int * ae
 
unsigned int * ae_next
 
uint8_t * state_history
 

Detailed Description

convolutional decoder state

Member Data Documentation

◆ ae

unsigned int* osmo_conv_decoder::ae

accumulated error

◆ ae_next

unsigned int* osmo_conv_decoder::ae_next

next accumulated error (tmp in scan)

◆ code

const struct osmo_conv_code* osmo_conv_decoder::code

for which code?

◆ len

int osmo_conv_decoder::len

Max o_idx (excl. termination)

◆ n_states

int osmo_conv_decoder::n_states

number of states

◆ o_idx

int osmo_conv_decoder::o_idx

output index

◆ p_idx

int osmo_conv_decoder::p_idx

puncture index

◆ state_history

uint8_t* osmo_conv_decoder::state_history

state history [len][n_states]


The documentation for this struct was generated from the following file: