#include <vector>
Go to the source code of this file.
Namespaces | |
gr | |
GNU Radio logging wrapper for log4cpp library (C++ port of log4j) | |
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) |