How to plot CWT of a signal without cone of influence (COI)

조회 수: 9 (최근 30일)
Achintha Ihalage
Achintha Ihalage 2020년 3월 19일
답변: Christopher McGuigan 2022년 5월 9일
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.

답변 (2개)

Prabhan Purwar
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!!

Christopher McGuigan
Christopher McGuigan 2022년 5월 9일
You can use surface(), this will plot the data without the COI.
I found this out Here when learning to do subplots using cwt data sets

카테고리

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