How can I read dyadic EEG data embedded in XDF formatted files?
In my case, the XDF files to read were generated by LSL and contain six streams (e.g., 4 videos streams and 2 EEG streams).
First, my objective is to read the XDF, detect the EEG streams embedded within, and, while respecting their metadata (name, sampling rate, etc.), convert them into MNE Raw objects. Following this, my second objective would be to align these two EEG streams using the time-stamps provided by the XDF and enable connectivity analysis.
A first outline to this issue can be found in this notebook.
How can I read dyadic EEG data embedded in XDF formatted files?
In my case, the XDF files to read were generated by LSL and contain six streams (e.g., 4 videos streams and 2 EEG streams).
First, my objective is to read the XDF, detect the EEG streams embedded within, and, while respecting their metadata (name, sampling rate, etc.), convert them into MNE
Rawobjects. Following this, my second objective would be to align these two EEG streams using the time-stamps provided by the XDF and enable connectivity analysis.A first outline to this issue can be found in this notebook.