Add support for heart rate for 100Hz PPG
Closed this issue · 2 comments
nitin710 commented
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
nitin710 commented
Thread for options for new libraries to implement IIR filters:
nitin710 commented
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
- as compared to the other library which has specific function calls