Gobala krishnan P Sivaganam
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Can anyone explain how MinPeakProminence works in findpeaks?
I'm currently working on digital signal processing on PPG signal. Can anyone explain about minpeakprominence. I hace read throug...
7 years 前 | 2 个回答 | 1
2
个回答提问
i have an PPG signal array of dimension of 1440000x1. my sampling rate is 48000 and i recorded the signal for 30 second. How do I eliminate the first 5 seconds of my signal? Please do help. Thanks in advance.
my code is as follows: num=(1:1:size(x)); t=num/48000; plot(t,x);
7 years 前 | 1 个回答 | 0