GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
metrics.h File Reference
#include <gnuradio/block.h>
#include <gnuradio/trellis/api.h>
#include <gnuradio/trellis/calc_metric.h>
#include <cstdint>

Go to the source code of this file.

Classes

class  gr::trellis::metrics< T >
 Evaluate metrics for use by the Viterbi algorithm. More...
 

Namespaces

 gr
 GNU Radio logging wrapper.
 
 gr::trellis
 

Typedefs

typedef metrics< std::int16_t > gr::trellis::metrics_s
 
typedef metrics< std::int32_t > gr::trellis::metrics_i
 
typedef metrics< float > gr::trellis::metrics_f
 
typedef metrics< gr_complexgr::trellis::metrics_c