#include <trellis.h>
Inheritance diagram for simthlib::ShiftRegisterSystematicBinary:
Public Member Functions | |
ShiftRegisterSystematicBinary (int inbitsPerStep, const simth::checkedVector< int > &octalPolynomials, int recursivePolynomial=0) | |
~ShiftRegisterSystematicBinary () | |
virtual int | getOutput (int input, int state) const |
virtual void | print (std::ostream &os) const |
|
If recursivePolynomial equals zero, the shift register is non recursive. |
|
|
|
Computes the output of the shift register according to a given state and input. Reimplemented from simthlib::AbstractShiftRegisterBinary. |
|
Reimplemented from simthlib::ShiftRegister. |