shengt25 / Heart-Wave-pico

HeartWave Pico is a portable Heart Rate Variability (HRV) analysis device based on Raspberry Pi Pico W.
Apache License 2.0
0 stars 0 forks source link

Filtering of live data. #16

Closed Minimal-Alexi closed 4 months ago

Minimal-Alexi commented 4 months ago

The IBI calculator gives values with wild and unpredictable ranges, anywhere between 1000 and 100. Unsure what is missing;

image

Maybe some fine tuning would help? Check data_processing.py and hr.py .

shengt25 commented 4 months ago

18 Done with a moving average algothrim, ibi filter and median value filter