In the Tizen Heart Rate Monitor (HumanActivityHRMData
), is the value rRInterval
the time of the most recent interval (and updated every heartbeat), or is it a rolling average of the last several heartbeats?
All the documentation says is:
readonly long rRInterval
Peak-to-peak interval in millisecond(s).
I'm trying to develop an app that needs a lot of precision in pulse detection, and a rolling average isn't precise enough.