-
Notifications
You must be signed in to change notification settings - Fork 3
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
Append multiple EDF in to one #2
Comments
Sorry for taking so long to answer! No, I haven't implemented this yet, but I might do soon. The problem I see here is that we may run into frequency issues since the recordings in those files might be in different sampling rates, so appending data is not as direct as it might seem. I will think a little bit on this and I will generate a function for that. |
Thanks. In my particular use case, the edf files come from the same recorder. At some point during the recording the device has split the data in to multiple files for any number of reasons. So the sample rate will the the same. However there might be a time gap between the files, maybe even just a few seconds. |
This week, I implemented a function called The command line program go build github.com/lab-neuro-comp/EDF-tools/app/edfappend
./edfappend fileA.edf fileB.df result.edf |
I can't wait to try this. Thank you! |
@Robindfuller, have you already tested this? If so, please provide feedback! |
I have not, sorry. I was moved on to another project.
…On Wed, 30 Jan 2019 at 11:46, Cris Silva Jr. ***@***.***> wrote:
@Robindfuller <https://github.com/Robindfuller>, have you already tested
this? If so, please provide feedback!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAxVD9YMyMwqQrfC8xrWYFoEdeDm22UHks5vIYYLgaJpZM4VyNY_>
.
|
I see... I will close this issue by now, ok? Any news, just comment here so we can reopen this issue if needed. Meanwhile, I hope you enjoy your new project :) |
Finally got round to trying this:
It worked as expected. Thanks. |
@Robindfuller thanks! that's good to know! |
Do you have a method for appending data from one EDF to another to produce a single EDF?
The text was updated successfully, but these errors were encountered: