How can I find the detail and approximation coefficients in double tree complex wavelet transform in MATLAB?

3 次查看(过去 30 天)
In DWT by using wavedec function we can decompose the signal and by using detcoef function we can find out the approximation and detail coefficients at different levels. Is there any such function in MATLAB for Complex wavelet transform ? Can anyone help me in this?

回答(1 个)

Jaskirat
Jaskirat 2025-4-24
MATLAB’s Wavelet Toolbox supports complex-valued wavelet transforms in two main ways: the continuous wavelet transform (CWT) via the “cwt” and “icwt” functions; and the discrete dual-tree complex wavelet transform (DTCWT) via the “dualtree” and “idualtree” functions.
The following example might be helpful in learning how to create approximately analytic wavelets using the dual-tree complex wavelet transform:
You can refer to the following documentation links for more information on the above-mentioned functions:
Hope this helps!

产品


版本

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by