Marsyas
0.6.0-alpha
|
Calculate the maximum absolute value for each observation signal (per slice). More...
#include <AbsMax.h>
Inherits MarSystem.
Public Member Functions | |
AbsMax (std::string name) | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~AbsMax () |
Calculate the maximum absolute value for each observation signal (per slice).
For each observation channel in each given slice, the maximum absolute value is calculated.
This MarSystem has no extra controls.
AbsMax | ( | std::string | name | ) |
Definition at line 25 of file AbsMax.cpp.
~AbsMax | ( | ) |
Definition at line 29 of file AbsMax.cpp.
Implements MarSystem.
Definition at line 34 of file AbsMax.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 57 of file AbsMax.cpp.