-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download data #9
Comments
Please contact the authors of the Pulse Sensor. I'm no longer working on
this project.
…On Thu, May 6, 2021 at 12:00 PM Srivathsa-Bharadwaj < ***@***.***> wrote:
Hi,
I am currently working on a project which needs HRV, IBI and other data.
I came across this repository which has good resource required for my
project. I just wanted to know if it is possible to update the data
acquired from the graph to a CSV file every 5 seconds or so, so that it can
be used later for processing.
Thank you
Srivathsa
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI627KUOYJTFDLFFFGMWSCDTMLDMDANCNFSM44HO4MVA>
.
--
George Rod
954-294-0700
|
@Srivathsa-Bharadwaj The Pulse Sensor code, however samples at 500Hz, (2mS sample rate) and I think there are a couple of ways to go about getting every sample if you need it without missing any. First you have to have a sample stamp of some kind. An easy one is just a counter that can verify if any datapoints are lost. For saving data in a .csv file, you can try PulseSensor_Visualizer_Record_Playback, which would be a good starting point to saving a file. This has not been tested with high frequency data, I don't think, so that would be a fun test to run. First make sure it works as is. |
Hi,
I am currently working on a project which needs HRV, IBI and other data.
I came across this repository which has good resource required for my project. I just wanted to know if it is possible to update the data acquired from the graph to a CSV file every 5 seconds or so, so that it can be used later for processing.
Thank you
Srivathsa
The text was updated successfully, but these errors were encountered: