Marsyas
0.6.0-alpha
|
Subtract the mean of each observation channel. More...
#include <SubtractMean.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
Implementation of the MarSystem::clone() method. | |
void | myProcess (realvec &in, realvec &out) |
Implementation of the MarSystem::myProcess method. | |
SubtractMean (std::string name) | |
SubtractMean constructor. | |
SubtractMean (const SubtractMean &a) | |
SubtractMean copy constructor. | |
~SubtractMean () | |
SubtractMean destructor. |
Subtract the mean of each observation channel.
Simple MarSystem that subtracts the mean (per slice) of each observation channel.
This MarSystem has no extra controls.
Definition at line 39 of file SubtractMean.h.
SubtractMean | ( | std::string | name | ) |
SubtractMean constructor.
Definition at line 25 of file SubtractMean.cpp.
SubtractMean | ( | const SubtractMean & | a | ) |
SubtractMean copy constructor.
Definition at line 31 of file SubtractMean.cpp.
~SubtractMean | ( | ) |
SubtractMean destructor.
Definition at line 37 of file SubtractMean.cpp.
Implementation of the MarSystem::clone() method.
Implements MarSystem.
Definition at line 42 of file SubtractMean.cpp.
Implementation of the MarSystem::myProcess method.
Iterate over the observations and samples and do the processing.
Implements MarSystem.
Definition at line 55 of file SubtractMean.cpp.