GNU Radio v3.7.0-113-g523a53ac C++ API
calc_metric.h File Reference
#include <vector>
#include <gnuradio/gr_complex.h>
#include <gnuradio/digital/metric_type.h>

Go to the source code of this file.

Namespaces

namespace  gr
 Include this header to use the message passing features.
namespace  gr::trellis

Functions

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