#include <vector>
#include <gr_complex.h>
#include <digital_metric_type.h>
Go to the source code of this file.
|
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) |
|
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 |
|
) |
| |