2D Shannon Wavelet Decomposition
Afficher commentaires plus anciens
Hi,
I would like to proceed to a 2D Shannon wavelet decomposition and I am surprised that none of this is implemented (unless I have not found it). May someone help me ?
Réponses (1)
Wayne King
le 1 Mar 2013
Hi Claire, Currently there is no 2D CWT implementation in the Wavelet Toolbox. The Shannon wavelet is a sinc in time so it does not have compact support. Accordingly, you cannot implement it with FIR filters. Frankly, I'm having difficulty even imagining how you could implement a decent 2D CWT approximation.
However, there is a FIR filter approximation for the Meyer wavelet, which is a similar sinc in time continuous wavelet. You can obtain and use those filters with
[LoD,HiD] = wfilters('dmey');
1 commentaire
Claire
le 4 Avr 2013
Catégories
En savoir plus sur Continuous Wavelet Transforms dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!