GNU Radio 3.5.1 C++ API
|
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) |
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 | ||
) |