|
Marsyas
0.6.0-alpha
|
Changes a spectrum so that all bins have the same phase, but magnitude equal to 1. More...
#include <Whitening.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| Whitening (std::string name) | |
| Whitening (const Whitening &a) | |
| ~Whitening () | |
Changes a spectrum so that all bins have the same phase, but magnitude equal to 1.
Definition at line 32 of file Whitening.h.
| Whitening | ( | std::string | name | ) |
Definition at line 24 of file Whitening.cpp.
Definition at line 28 of file Whitening.cpp.
| ~Whitening | ( | ) |
Definition at line 32 of file Whitening.cpp.
Implements MarSystem.
Definition at line 37 of file Whitening.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 Whitening.cpp.
1.7.6.1