GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
base.h File Reference
#include <vector>

Go to the source code of this file.

Namespaces

 gr
 GNU Radio logging wrapper.
 
 gr::trellis
 

Functions

bool gr::trellis::dec2base (unsigned int num, int base, std::vector< int > &s)
 change base More...
 
bool gr::trellis::dec2bases (unsigned int num, const std::vector< int > &bases, std::vector< int > &s)
 
unsigned int gr::trellis::base2dec (const std::vector< int > &s, int base)
 
unsigned int gr::trellis::bases2dec (const std::vector< int > &s, const std::vector< int > &bases)