Marsyas
0.6.0-alpha
|
Reciprocal of each input sample. More...
#include <Reciprocal.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
Reciprocal (std::string name) | |
~Reciprocal () |
Reciprocal of each input sample.
Reciprocal (`1/value`) of each input sample.
Definition at line 35 of file Reciprocal.h.
Reciprocal | ( | std::string | name | ) |
Definition at line 24 of file Reciprocal.cpp.
~Reciprocal | ( | ) |
Definition at line 29 of file Reciprocal.cpp.
Implements MarSystem.
Definition at line 34 of file Reciprocal.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 51 of file Reciprocal.cpp.