Marsyas
0.6.0-alpha
|
Subtracts one observation from another. More...
#include <Subtract.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
Subtract (std::string name) | |
Subtract (const Subtract &a) | |
~Subtract () |
Subtracts one observation from another.
Each sample of the second input observation gets subtracted from the corresponding sample of the first input observation, to form a single output observation. Other input observations are discarded.
No controls.
Definition at line 37 of file Subtract.h.
Subtract | ( | std::string | name | ) |
Definition at line 26 of file Subtract.cpp.
Definition at line 31 of file Subtract.cpp.
~Subtract | ( | ) |
Definition at line 37 of file Subtract.cpp.
Implements MarSystem.
Definition at line 42 of file Subtract.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 Subtract.cpp.