From c22e30a4a6ef014c7a5086ad47eaab7740a75ff2 Mon Sep 17 00:00:00 2001 From: Ceimour <113631258+Ceimour@users.noreply.github.com> Date: Sun, 30 Apr 2023 08:50:18 -0500 Subject: Refactored Ppg for frequency based algorithm. (#1486) 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). --- src/libs/arduinoFFT-develop/library.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/libs/arduinoFFT-develop/library.json (limited to 'src/libs/arduinoFFT-develop/library.json') diff --git a/src/libs/arduinoFFT-develop/library.json b/src/libs/arduinoFFT-develop/library.json new file mode 100644 index 00000000..6c354193 --- /dev/null +++ b/src/libs/arduinoFFT-develop/library.json @@ -0,0 +1,31 @@ +{ + "name": "arduinoFFT", + "keywords": "FFT, Fourier, FDT, frequency", + "description": "A library for implementing floating point Fast Fourier Transform calculations.", + "repository": + { + "type": "git", + "url": "https://github.com/kosme/arduinoFFT.git" + }, + "authors": + [ + { + "name": "Enrique Condes", + "email": "enrique@shapeoko.com", + "maintainer": true + }, + { + "name": "Didier Longueville", + "url": "http://www.arduinoos.com/", + "email": "contact@arduinoos.com" + }, + { + "name": "Bim Overbohm", + "url": "https://github.com/HorstBaerbel", + "email": "bim.overbohm@googlemail.com" + } + ], + "version": "1.9.2", + "frameworks": ["arduino","mbed","espidf"], + "platforms": "*" +} -- cgit v1.2.3-70-g09d2