|
file | adaptivemp.cpp [code] |
| Implemetation of the Matching Pursuit Algorithm introduced by Stephane Mallat and Zhifeng Zhang. Matlabimplemetation of Maciej Gratkowski is used as Source and reference.
|
|
file | adaptivemp.h [code] |
| ADAPIVEMP class declaration, providing the implemetation of the Matching Pursuit Algorithm introduced by Stephane Mallat and Zhifeng Zhang. Matlabimplemetation of Maciej Gratkowski is used as Source and reference.
|
|
file | atom.cpp [code] |
| Implemetation of root funtions needed to perform the Matching Pursuit Algorithm introduced by Stephane Mallat and Zhifeng Zhang. Matlabimplemetation of Maciej Gratkowski is used as Source and reference.
|
|
file | atom.h [code] |
| ATOM class declaration, providing core features and parameters of Atoms used in Matching Pursiut Algorithm GaborAtom and ChirpAtom inherited from Atom class.
|
|
file | fixdictmp.cpp [code] |
| Implemetation of the Matching Pursuit Algorithm using static atom dictionaries to find best matching approximation of signals.
|
|
file | fixdictmp.h [code] |
|