Skip to content
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

Merge streams #79

Open
niteshbhatia008 opened this issue Nov 12, 2021 · 2 comments
Open

Merge streams #79

niteshbhatia008 opened this issue Nov 12, 2021 · 2 comments

Comments

@niteshbhatia008
Copy link

I am looking for a way to merge multiple streams (like EEG, ECG, events) into a single stream or a dataframe in python. Any suggestions? Thank you.

@agricolab
Copy link
Member

agricolab commented Nov 12, 2021

Do you want to synchronize the streams in a way that they all have the sampling rate and samples are at the same time? There is a pull request on this topic: #1 / sccn/xdf#28

Does this describe your requirements or do you have something else in mind?

@cbrnr
Copy link
Contributor

cbrnr commented Nov 12, 2021

Do you really have these signals as separate streams? Usually, EEG, ECG, EOG, ... are associated with only one stream. Merging marker streams is already implemented in mnelab.io.xdf.read_raw_xdf (https://github.com/cbrnr/mnelab).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants