GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
base.h File Reference
#include <vector>
Include dependency graph for base.h:

Go to the source code of this file.

Namespaces

 gr
 Include this header to use the message passing features.
 
 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)