I worked Sensordrop Networks (http://www.sensordropsnetworks.com/) from 20th July,2020 to 20th Sept,2020 as an intern. During this time I worked with Heart beat signals as .wav format. My work was to build a statistical model to predict heart rate from this signals. Also, I tried to develop an accurate peak detection algorithm.
- Challenge dataset
- Dataset provided by Organization
Try to remove unwanted peaks. Here I used two metods.
-
thresholding: set the threshold value maximum of signal value multiply with a factor 0.1
-
distance: I consider an original peak should be have maintain a distance 1500 from it's previous and next peak