|
Marsyas
0.6.0-alpha
|
Convert back the complex spectrum to time domain. More...
#include <InvSpectrum.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| InvSpectrum (std::string name) | |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~InvSpectrum () | |
Convert back the complex spectrum to time domain.
Convert back the complex spectrum to time domain using the Inverse Fast Fourier Transform (IFFT)
Definition at line 37 of file InvSpectrum.h.
| InvSpectrum | ( | std::string | name | ) |
Definition at line 24 of file InvSpectrum.cpp.
| ~InvSpectrum | ( | ) |
Definition at line 30 of file InvSpectrum.cpp.
Implements MarSystem.
Definition at line 36 of file InvSpectrum.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 54 of file InvSpectrum.cpp.
1.7.6.1