|
Marsyas
0.6.0-alpha
|
Shifts the input and outputs the original and shifted version. More...
#include <Shifter.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| Shifter (std::string name) | |
| ~Shifter () | |
Shifts the input and outputs the original and shifted version.
Shifts the input by <shift> samples and send to output the original and shifted version as different observations.
Controls:
| Shifter | ( | std::string | name | ) |
Definition at line 25 of file Shifter.cpp.
| ~Shifter | ( | ) |
Definition at line 31 of file Shifter.cpp.
Implements MarSystem.
Definition at line 36 of file Shifter.cpp.
Processes data.
| in | Input data to read. |
| out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 68 of file Shifter.cpp.
1.7.6.1