Can I use symlets wavelet family in CWT?

4 次查看(过去 30 天)
Can I use symlets wavelet family in CWT. I mean if I use the in-built function of MatLab 'cwt' to find CWT coefficient of a signal as follows:
cfs=cwt(y,scales,'sym4','plot');
cfs=abs(cfs);
Is it valid to use symlet wavelet here for CWT? In earlier version of MatLab this was there.

回答(1 个)

Samyuktha
Samyuktha 2023-5-22
Hi Debojit,
Yes you can use Symlets ('sym'), the linear asymmetric orthogonal wavelet along with 'cwt'. Please refer to the following documentation for more information: Choose a Wavelet
Hope it helps!

类别

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