필터 지우기
필터 지우기

how do I draw the peak of a 2D shape in one dimension, which is the imagesc code?

조회 수: 1 (최근 30일)
Cey
Cey 2022년 12월 23일
편집: Cey 2023년 1월 3일
With Stockwell transfrom, I have the segmentation of filtered abnormal and normal heart sounds, but I want to draw the peaks in one dimension like the attached figure.

답변 (1개)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2022년 12월 23일
For your data: 50 gives a good estimate
The mean and standard deviation (threshold) values can be computed from your calculated values:
Mean_S = mean(SEenv); % Mean value of the energy
Mean_S1 = mean(SEenv1); % Mean value of the energy
STD_S = std(SEenv); % Standard deviation of the energy
STD_S1 = std(SEenv1); % Standard deviation of the energy
  댓글 수: 1
Cey
Cey 2023년 1월 3일
편집: Cey 2023년 1월 3일
@Sulaymon Eshkabilov Thank you very much for your reply. Now what I need to do is how do I draw the vertex of a 2D shape in one dimension, which is the imagesc code?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by