Filter löschen
Filter löschen

Can I use symlets wavelet family in CWT?

6 Ansichten (letzte 30 Tage)
debojit sharma
debojit sharma am 16 Mai 2023
Beantwortet: Samyuktha am 22 Mai 2023
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.

Antworten (1)

Samyuktha
Samyuktha am 22 Mai 2023
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!

Kategorien

Mehr zu Continuous Wavelet Transforms finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by