Dear Community,

I am measuring heart beats through a PPG signal in realtime. So far I processed the raw PPG with a bandpass filter in the range [0.4, 4] Hz. Then, a peak detection algorithm was applied. However, it is sensitive to different noise sources, leading to errors in the heart beat detection.

I though about another simple and robust method for heart beat detection, e.g. through correlation. The FFT is too computationally expensive for the ESP32 system, where we implement the algorithm.

Which robust algorithm do you recommend for heart beat detection?

Thanks, blessings!

Fernando

More Fernando A. Marengo Rodriguez's questions See All
Similar questions and discussions