trellis_calc_metric.cc File Reference

#include <float.h>
#include <stdexcept>
#include "trellis_calc_metric.h"

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