EmotiBit/EmotiBit_FeatherWing

Add support for heart rate for 100Hz PPG

Closed this issue · 2 comments

Describe the bug
HR uses a FIR filter, with hardcoded filter coefficients.

The frequency response changes when PPG sensor is run at different frequencies

Since, the frequency response is different, the following MAX peak detector will have different performance to PPG running at 100HZ vs 25Hz

Going ahead with https://github.com/tttapa/Arduino-Filters because

  • It has a later commit
  • Decent fork and stars
  • The Filter usage looks more appealing
    • as compared to the other library which has specific function calls FilterOnePole