Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Sampling rate and sampling method of Heart Rate Intraday Time Series data.

Hi, I am working on the project to collect heart rate data measured by Fitbit Charge2/3.

I can obtain my heart rate data by using python3.7.4 and python-fitbit module.
When I obtain the data via web API, then specified "detail-level" as 1sec. Then I could get the data actually spaced 5 to 15 seconds apart as shown below.

 

Indextimevalue
01:56:2770
11:56:4270
21:56:5770
31:57:1270
41:57:1768
51:57:2296
61:57:2792
71:57:3276

 

It seems minimum sampling rate is 5 seconds.
Now, My question is sampling method of these 5 seconds heart rate data.

Is it a instantaneous data of the time stamp? Or averaged data calculated from 1 sec sampling rate data?
In addition, if the 5sec data is averaged data, then how is the averaging process made?

Thanks in advance.

Best Answer
0 Votes
1 REPLY 1

This doesn't answer any of your questions but, if you put your Charge in activity/exercise mode, the reporting interval will be typically 1 to 3 seconds (I think).

Peter McLennan
Gondwana Software
Best Answer