11 #include <itpp/itbase.h>
42 bvec shift(
const bvec &bvin);
60 void set_length(
int L);
68 void set_symbol_size(
int W);
74 void set_reset_state(
const bvec &binit);
80 void set_output(
const bvec &yout);
85 void set_state(
const bvec &state);
95 bvec get_reset_state();
105 int get_length(
void);
110 int get_symbol_size();
118 bmat process(
const bvec &ce,
const bmat &x);
~lsr()
Definition: sim_lsr.hpp:50
SIM layer implements low level simulation models with itpp base classes as operational types...
Definition: sim_amp.hpp:15
lsr()
Definition: sim_lsr.hpp:45
linear shift register Core function: SIM::lsr.process()
Definition: sim_lsr.hpp:35
Definition: _sci_assert.cpp:35