Skip to content

Instantly share code, notes, and snippets.

@theterg
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theterg/9939300 to your computer and use it in GitHub Desktop.
Save theterg/9939300 to your computer and use it in GitHub Desktop.
IOS HRV Data Logger file format
timestamp relative_time rr_sincestart rr
1391491315566 0 800 800
1391491316569 1003 1612 812
1391491317557 1991 2424 812
1391491317557 1991 3220 796
1391491319202 3636 4012 792
1391491320550 4984 4788 776
1391491323544 7978 5540 752
1391491324546 8980 6264 724
1391491324546 8980 6960 696
1391491325548 9982 7644 684
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 4 columns, instead of 3. in line 1.
date, timestamp, rr, since start
2013-12-10 00:48:03 +0000, 668, 668
2013-12-10 00:48:04 +0000, 675, 1343
2013-12-10 00:48:04 +0000, 675, 2018
2013-12-10 00:48:05 +0000, 675, 2693
2013-12-10 00:48:06 +0000, 675, 3368
2013-12-10 00:48:06 +0000, 675, 4043
2013-12-10 00:48:07 +0000, 690, 4733
2013-12-10 00:48:09 +0000, 690, 5423
2013-12-10 00:48:09 +0000, 690, 6113
2013-12-10 00:48:10 +0000, 675, 6788
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment