
Simplify "hr-data.dat" File Tool
For use in Kubios and other applications
This tool can be used to create a simple text file that only contains
the R-R intervals from the "hr-data.dat" file created by Run.GPS.
This is mainly intended for Heart Rate Variability Analysis.
Some background:
Usage:
Some background:
- If you use a compatible heart rate monitor (e.g. "Zephyr HxM"), Run.GPS will export R-R interval data into a file named "hr-data.dat" (in the training folder on the mobile device)
- The file contains two colums, seperated by a " " (space)
- The first column is the timestamp of the heartbeat in milliseconds since the start of the training recording
- The second column contains the duration of the R-R interval in milliseconds
- This tool removes the first column (timestamp) and deletes all lines where R-R interval duration is zero
Before | After |
22681 0 23713 1032 24736 1023 25708 972 26699 991 27767 0 28798 1031 29862 1064 |
1032 1023 972 991 1031 1064 |
Usage:
- Paste the content of the "hr-data.dat" file into the below text field (using a text editor)
- Press the "Simplify" button and copy the content back to the text file