|
Marsyas
0.6.0-alpha
|
perform amplitude modification of Power Spectrum using Peaks Info More...
#include <PeakSynthFFT.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| PeakSynthFFT (std::string name) | |
| PeakSynthFFT (const PeakSynthFFT &a) | |
| ~PeakSynthFFT () | |
perform amplitude modification of Power Spectrum using Peaks Info
Definition at line 33 of file PeakSynthFFT.h.
| PeakSynthFFT | ( | std::string | name | ) |
Definition at line 28 of file PeakSynthFFT.cpp.
| PeakSynthFFT | ( | const PeakSynthFFT & | a | ) |
Definition at line 34 of file PeakSynthFFT.cpp.
| ~PeakSynthFFT | ( | ) |
Definition at line 40 of file PeakSynthFFT.cpp.
Implements MarSystem.
Definition at line 45 of file PeakSynthFFT.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 154 of file PeakSynthFFT.cpp.
1.7.6.1