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