trellis_calc_metric.h File Reference

#include <vector>
#include <gr_complex.h>
#include <trellis_metric_type.h>

Go to the source code of this file.

Functions

void calc_metric (int O, int D, const std::vector< short > &TABLE, const short *in, float *metric, trellis_metric_type_t type)
void calc_metric (int O, int D, const std::vector< int > &TABLE, const int *in, float *metric, trellis_metric_type_t type)
void calc_metric (int O, int D, const std::vector< float > &TABLE, const float *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

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< float > &  TABLE,
const float *  in,
float *  metric,
trellis_metric_type_t  type 
)

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

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


Generated on Wed Oct 8 09:09:05 2008 for GNU Radio 3.0.4 by  doxygen 1.5.6