#include "fsm.h"
#include <gr_block.h>
#include "trellis_calc_metric.h"
Go to the source code of this file.
Classes | |
class | trellis_viterbi_combined_fb |
Typedefs | |
typedef boost::shared_ptr < trellis_viterbi_combined_fb > | trellis_viterbi_combined_fb_sptr |
Functions | |
trellis_viterbi_combined_fb_sptr | trellis_make_viterbi_combined_fb (const fsm &FSM, int K, int S0, int SK, int D, const std::vector< float > &TABLE, trellis_metric_type_t TYPE) |
trellis_viterbi_combined_fb_sptr trellis_make_viterbi_combined_fb | ( | const fsm & | FSM, | |
int | K, | |||
int | S0, | |||
int | SK, | |||
int | D, | |||
const std::vector< float > & | TABLE, | |||
trellis_metric_type_t | TYPE | |||
) |