|
Marsyas
0.6.0-alpha
|
Time-domain zero crossings. More...
#include <ZeroCrossings.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ZeroCrossings (std::string name) | |
| ~ZeroCrossings () | |
Time-domain zero crossings.
Basically counts the number of times the input signal crosses the zero line.
Definition at line 35 of file ZeroCrossings.h.
| ZeroCrossings | ( | std::string | name | ) |
Definition at line 25 of file ZeroCrossings.cpp.
| ~ZeroCrossings | ( | ) |
Definition at line 30 of file ZeroCrossings.cpp.
Implements MarSystem.
Definition at line 36 of file ZeroCrossings.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 56 of file ZeroCrossings.cpp.
1.7.6.1