Marsyas
0.6.0-alpha
|
Conversion of complex values from polar to cartesian form. More...
#include <Polar2Cartesian.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
Polar2Cartesian (std::string name) | |
Polar2Cartesian (const Polar2Cartesian &a) | |
~Polar2Cartesian () |
Conversion of complex values from polar to cartesian form.
Definition at line 32 of file Polar2Cartesian.h.
Polar2Cartesian | ( | std::string | name | ) |
Definition at line 24 of file Polar2Cartesian.cpp.
Polar2Cartesian | ( | const Polar2Cartesian & | a | ) |
Definition at line 28 of file Polar2Cartesian.cpp.
~Polar2Cartesian | ( | ) |
Definition at line 32 of file Polar2Cartesian.cpp.
Implements MarSystem.
Definition at line 37 of file Polar2Cartesian.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 55 of file Polar2Cartesian.cpp.