GNU Radio 3.4.2 C++ API
trellis_pccc_decoder_combined_fs.h File Reference
#include "fsm.h"
#include "interleaver.h"
#include <gr_block.h>
#include <vector>
#include "calc_metric.h"
#include "siso_type.h"
Include dependency graph for trellis_pccc_decoder_combined_fs.h:

Go to the source code of this file.

Classes

class  trellis_pccc_decoder_combined_fs

Functions

trellis_pccc_decoder_combined_fs_sptr trellis_make_pccc_decoder_combined_fs (const fsm &FSMo, int STo0, int SToK, const fsm &FSMi, int STi0, int STiK, const interleaver &INTERLEAVER, int blocklength, int repetitions, trellis_siso_type_t SISO_TYPE, int D, const std::vector< float > &TABLE, trellis_metric_type_t METRIC_TYPE, float scaling)

Function Documentation

trellis_pccc_decoder_combined_fs_sptr trellis_make_pccc_decoder_combined_fs ( const fsm FSMo,
int  STo0,
int  SToK,
const fsm FSMi,
int  STi0,
int  STiK,
const interleaver INTERLEAVER,
int  blocklength,
int  repetitions,
trellis_siso_type_t  SISO_TYPE,
int  D,
const std::vector< float > &  TABLE,
trellis_metric_type_t  METRIC_TYPE,
float  scaling 
)