From ce66f37a751aceb151f6f69e054927f278f0c2f8 Mon Sep 17 00:00:00 2001 From: Ben Jabituya <74158243+jabituyaben@users.noreply.github.com> Date: Wed, 6 Jan 2021 13:54:28 +0000 Subject: [PATCH] Update README.md --- apps/hrrawexp/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/hrrawexp/README.md b/apps/hrrawexp/README.md index 2b9791798..b4e698fb8 100644 --- a/apps/hrrawexp/README.md +++ b/apps/hrrawexp/README.md @@ -1,7 +1,10 @@ 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. +Simple app that will run the heart rate monitor for a defined period of time you set at the start. -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: +-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: https://github.com/jabituyaben/BangleJS-HRM-Signal-Processing