GNU Radio 3.4.2 C++ API
calc_metric.h File Reference
#include <vector>
#include <gr_complex.h>
#include <metric_type.h>
Include dependency graph for calc_metric.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T >
void calc_metric (int O, int D, const std::vector< T > &TABLE, const T *in, float *metric, trellis_metric_type_t type)
void calc_metric (int O, int D, const std::vector< gr_complex > &TABLE, const gr_complex *in, float *metric, trellis_metric_type_t type)

Function Documentation

template<class T >
void calc_metric ( int  O,
int  D,
const std::vector< T > &  TABLE,
const T *  in,
float *  metric,
trellis_metric_type_t  type 
)
void calc_metric ( int  O,
int  D,
const std::vector< gr_complex > &  TABLE,
const gr_complex in,
float *  metric,
trellis_metric_type_t  type 
)