How to plot CWT of a signal without cone of influence (COI)
16 ビュー (過去 30 日間)
古いコメントを表示
Default cwt() function plots the Wavelet transformation with COI marked in a dashed line. I want to get rid of this line.
How do I do that?
I found this answer helpful. But the generated cwt image is not the same as the default cwt() function. Generated two images are attached here.
0 件のコメント
回答 (2 件)
Prabhan Purwar
2020 年 3 月 28 日
Hi,
This seems to be an expected behaviour as COI shows where edge effects become significant and Gray regions outside the dashed white line delineate regions where edge effects are significant. For now there is no such option to remove the white line. Although you can try to reconstruct the scalogram function according to your needs by using outputs from cwt.
Hope it helps!!
0 件のコメント
Christopher McGuigan
2022 年 5 月 9 日
You can use surface(), this will plot the data without the COI.
0 件のコメント
参考
カテゴリ
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!