
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).
11 lines
407 B
INI
11 lines
407 B
INI
name=arduinoFFT
|
|
version=1.9.2
|
|
author=Enrique Condes <enrique@shapeoko.com>
|
|
maintainer=Enrique Condes <enrique@shapeoko.com>
|
|
sentence=A library for implementing floating point Fast Fourier Transform calculations on Arduino.
|
|
paragraph=With this library you can calculate the frequency of a sampled signal.
|
|
category=Data Processing
|
|
url=https://github.com/kosme/arduinoFFT
|
|
architectures=*
|
|
includes=arduinoFFT.h
|