Marsyas
0.6.0-alpha
|
Multiplies observations together. Used for ring modulation. More...
#include <Product.h>
Inherits MarSystem.
Public Member Functions | |
void | addControls () |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
Product (std::string name) | |
~Product () |
Multiplies observations together. Used for ring modulation.
Product | ( | std::string | name | ) |
Definition at line 27 of file Product.cpp.
~Product | ( | ) |
Definition at line 39 of file Product.cpp.
void addControls | ( | ) |
Reimplemented from MarSystem.
Definition at line 33 of file Product.cpp.
Implements MarSystem.
Definition at line 44 of file Product.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 64 of file Product.cpp.