如何设置阈值并确定峰之间的距离?

时间:2019-05-27 06:30:23

标签: matlab matlab-figure

阈值并确定峰之间的距离

我发出信号并确定了峰值

figure(2);
[PKS,LOCS] = findpeaks(PPG);
plot(t,PPG,'b-',t(LOCS),PPG(LOCS),'ro');
meanCycle = mean(diff(LOCS))

enter image description here

如何阈值化和识别峰之间的距离?

0 个答案:

没有答案