Marsyas
0.6.0-alpha
|
Rolloff of each time slice of observations. More...
#include <Rolloff.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
Rolloff (std::string name) | |
Rolloff (const Rolloff &) | |
~Rolloff () |
Rolloff of each time slice of observations.
Rolloff computes the rolloff of the observations for each time samle. It is defined as the frequency for which the sum of magnitudes of its lower frequencies are equal to percentage of the sum of magnitudes of its higher frequencies.
Rolloff | ( | std::string | name | ) |
Definition at line 25 of file Rolloff.cpp.
Definition at line 34 of file Rolloff.cpp.
~Rolloff | ( | ) |
Definition at line 39 of file Rolloff.cpp.
Implements MarSystem.
Definition at line 44 of file Rolloff.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 73 of file Rolloff.cpp.