#include <gr_block.h>
#include "trellis_calc_metric.h"
Go to the source code of this file.
Classes | |
class | trellis_metrics_i |
Evaluate metrics for use by the Viterbi algorithm. More... | |
Typedefs | |
typedef boost::shared_ptr < trellis_metrics_i > | trellis_metrics_i_sptr |
Functions | |
trellis_metrics_i_sptr | trellis_make_metrics_i (int O, int D, const std::vector< int > &TABLE, trellis_metric_type_t TYPE) |
trellis_metrics_i_sptr trellis_make_metrics_i | ( | int | O, | |
int | D, | |||
const std::vector< int > & | TABLE, | |||
trellis_metric_type_t | TYPE | |||
) |