|
Marsyas
0.6.0-alpha
|
Pass on N amount of samples from the input vector. More...
#include <ShiftOutput.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ShiftOutput (std::string name) | |
| ShiftOutput (const ShiftOutput &a) | |
| ~ShiftOutput () | |
Pass on N amount of samples from the input vector.
ShiftOutput outputs a slice of the input vector. It retains all observations, but only a limited amount of samples (starting from the first input sample).
Controls:
Definition at line 41 of file ShiftOutput.h.
| ShiftOutput | ( | std::string | name | ) |
Definition at line 25 of file ShiftOutput.cpp.
| ShiftOutput | ( | const ShiftOutput & | a | ) |
Definition at line 30 of file ShiftOutput.cpp.
| ~ShiftOutput | ( | ) |
Definition at line 35 of file ShiftOutput.cpp.
Implements MarSystem.
Definition at line 40 of file ShiftOutput.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 66 of file ShiftOutput.cpp.
1.7.6.1