7 #ifndef SIM_BIN2INT_HPP
8 #define SIM_BIN2INT_HPP
10 #include <itpp/itbase.h>
43 void set_symbol_size(
int W);
48 void set_msb_flag(
bool msb);
53 void set_output(
int yout);
58 int get_symbol_size();
75 ivec process(
const bvec &ce,
const bmat &x);
bin2int()
Definition: sim_bin2int.hpp:30
~bin2int()
Definition: sim_bin2int.hpp:36
SIM layer implements low level simulation models with itpp base classes as operational types...
Definition: sim_amp.hpp:15
Definition: _sci_assert.cpp:35
binary to integer converter Core function SIM::bin2int.process()
Definition: sim_bin2int.hpp:22