Marsyas
0.6.0-alpha
|
Pyramid wavelet algorithm. More...
#include <WaveletPyramid.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
WaveletPyramid (std::string name) | |
WaveletPyramid (const WaveletPyramid &a) | |
~WaveletPyramid () |
Pyramid wavelet algorithm.
Discrete Wavelet Transform (DWT) pyramid algorithm. Based on the Numerical Recipies wavelet code.
Definition at line 37 of file WaveletPyramid.h.
WaveletPyramid | ( | std::string | name | ) |
Definition at line 25 of file WaveletPyramid.cpp.
~WaveletPyramid | ( | ) |
Definition at line 32 of file WaveletPyramid.cpp.
WaveletPyramid | ( | const WaveletPyramid & | a | ) |
Definition at line 39 of file WaveletPyramid.cpp.
Implements MarSystem.
Definition at line 47 of file WaveletPyramid.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 83 of file WaveletPyramid.cpp.