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