use of shan wavelet for continuous wavelet transform(cwt)

4 ビュー (過去 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 Center および File ExchangeContinuous Wavelet Transforms についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by