CWT using Daubechies wavelets.

조회 수: 14 (최근 30일)
Josef Hoffmann
Josef Hoffmann 2016년 2월 19일
답변: Binaya 2024년 10월 10일
How can the Continuous Wavelet Transform be calculated with Daubechies wavelets. One does not know the expression of these wavelets.

답변 (1개)

Binaya
Binaya 2024년 10월 10일
Hi Josef
Currently, MATLAB does not support continuous wavelet transform using 'Daubechies' wavelets. "cwt" function currently only suuports Morse, Morlet and bump wavelets. For more details you can refer here: https://www.mathworks.com/help/wavelet/ref/cwt.html?s_tid=doc_ta#bvaytl3-wname:~:text=morse%22%2C%20%22amor%22%2C%20and%20%22bump
To use Daubechies wavelets, you can use the "dwt" function which calculates the discrete wavelet transform. This functions supports a wide-range of wavelets. For more details you can refer to this documentation link: https://www.mathworks.com/help/wavelet/ref/dwt.html#d126e31834
I hope this helps.
Regards

카테고리

Help CenterFile Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by