use of shan wavelet for continuous wavelet transform(cwt)

조회 수: 2 (최근 30일)
Emad
Emad 2023년 11월 28일
답변: Karanjot 2024년 11월 3일
I am using cwt(data,"shan",Fs) code for continuous wavelet transform and it gives an error that say you can use only amor,bump or morse wavelets, so how can i use shan wavelet in continuous wavelet transform?

답변 (1개)

Karanjot
Karanjot 2024년 11월 3일
Hi Emad,
In MATLAB, the 'cwt'function is designed to work with specific wavelets like 'amor', 'bump', and 'morse'. If you want to use the Shannon wavelet ('shan') for continuous wavelet transform, you might need to implement the Shannon wavelet transform manually or use an alternate function, as cwt doesn't directly support it currently.

카테고리

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