Interpretation of openbci data files / EDF conversion
Hi, I'm looking at the raw data files and have questions. what each column represent and which column data should be converted to .edf ? is there any other way to convert openbci files into .edf files ?
Comments
%OpenBCI Raw EEG Data
%
%Sample Rate = 250.0 Hz
%First Column = SampleIndex
%Other Columns = EEG data in microvolts followed by Accel Data (in G) interleaved with Aux Data
First number is a frame counter (a single byte) that wraps around at 255. Then the channel data in microvolts. Then the 3 Accel channels in G.
You can use EDFBrowser to convert Ascii CSV files to EDF,
http://www.teuniz.net/edfbrowser/
William
http://openbci.com/forum/index.php?p=/discussion/334/labstreaminglayer-into-bcilab-eeglab-matlab
https://github.com/sccn/labstreaminglayer/wiki/ExampleCode.wiki
EEGLAB is written in MATLAB, so can consume MATLAB objects / streams.
http://sccn.ucsd.edu/eeglab/allfunctions/pop_selectevent.html
http://cognitrn.psych.indiana.edu/busey/temp/eeglabtutorial4.301/eeglabtut.html
https://www.google.com/search?q=eeglab+pop_selectevent+"stimulus+position"
Convertor EDF to TXT works for us using OpenBCI Ultracortex to test data: http://www.teuniz.net/edfbrowser/EDFbrowser%20manual.html#ASCII_to_EDF_converter
And Conor gave us a thumbs up!
-Erica and Team Ellipse
Neurogaming Hackathon 05/15:
http://www.xtechexpo.com/#!hackathon-may-14-15/pyca5