aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/heartrate/Biquad.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactored Ppg for frequency based algorithm. (#1486)Ceimour2023-04-301-22/+0
| | | | | | | New implementation of the heart rate sensor data processing using a frequency based PPG algorithm. The HRS3300 settings are fine-tuned for better signal to noise at 10Hz. The measurement delay is now set to 100ms. Enable and use the ambient light sensor. FFT implementation based on ArduinoFFT (https://github.com/kosme/arduinoFFT, GPLv3.0).
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-3/+3
|
* First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants2021-01-101-0/+22