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

1 次查看(过去 30 天)
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