Update README.md

pull/624/head
Ben Jabituya 2021-01-06 13:54:48 +00:00 committed by GitHub
parent ce66f37a75
commit 57912ffabb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ Extract hrm raw signal data to CSV file
Simple app that will run the heart rate monitor for a defined period of time you set at the start.
-The max time value is 60 minutes.
-The max time value is 60 minutes.
-The first item holds the data/time when the readings were taken and the file is deleted each time the app is run.
-The hrm sensor is sampled @50Hz and this app does not do any processing on it other than clip overly high/extreme values, the array is written as-is. There is an example Python script that can process this signal, smooth it and also extract a myriad of heart rate variability metrics using the hrvanalysis library: