Additional wavelets that can be used in 2D CWT?
3 次查看(过去 30 天)
显示 更早的评论
I was hoping that I could use additional wavelets beyond the wavelets that are supported by cwtft2. Specifically the Meyer and Coiflet wavelets.
Is there a way to do this?
Thanks
0 个评论
采纳的回答
Wayne King
2017-8-25
Hi Michael, in order to use a wavelet in CWTFT2, we need to have the expression for the Fourier transform of the wavelet. The wavelets in CWTFT2 are all defined in the Fourier domain and the algorithm is implemented as a 2D convolution via a 2D DFT.
Coiflets for example are defined simply via the scaling and wavelet filters and implemented in a pyramid algorithm which is suitable for discrete analysis but not continuous analysis.
If you want a redundant wavelet transform in 2D that uses coiflets, have you considered SWT2?
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Continuous Wavelet Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!