6 #ifndef SIM_INT2BIN_HPP
7 #define SIM_INT2BIN_HPP
9 #include <itpp/itbase.h>
42 void set_symbol_size(
int W);
47 void set_msb_flag(
bool msb);
52 void set_output(
const bvec &yout);
57 int get_symbol_size();
74 bmat process(
const bvec &ce,
const ivec &x);
SIM layer implements low level simulation models with itpp base classes as operational types...
Definition: sim_amp.hpp:15
int2bin()
Definition: sim_int2bin.hpp:30
Definition: _sci_assert.cpp:35
~int2bin()
Definition: sim_int2bin.hpp:35
binary to integer converter Core function SIM::int2bin.process()
Definition: sim_int2bin.hpp:21