Can I use symlets wavelet family in CWT?

조회 수: 4 (최근 30일)
debojit sharma
debojit sharma 2023년 5월 16일
답변: Samyuktha 2023년 5월 22일
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