using 1d gaussian wavelet in continuous wavelet transform (cwt)
3 ビュー (過去 30 日間)
古いコメントを表示
Can someone one gudie me how to use a 1d gaussian wavelet in cwt function? I need a working syntax! The new version of cwt doesnot accept gaussian wavelets, i have tried the older version, it throws an error.
1 件のコメント
Maxime Richard
2021 年 10 月 8 日
[cfs] = cwt( U , scale ,'gaus1') ;
This seems to work.
but I don't know why
回答 (1 件)
Abhishek Ballaney
2018 年 3 月 8 日
編集済み: Walter Roberson
2019 年 2 月 10 日
1 件のコメント
Zachary Eisner
2021 年 4 月 20 日
This doesnt really help. The new cwt fuction cannot use gaussian wavelets like the old cwtft could.
参考
カテゴリ
Help Center および File Exchange で Continuous Wavelet Transforms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!