Converting OpenVibe EEG datasets to GDF files

Working with OpenViBE signal processing scenarios and doing scenario/BCI design
Post Reply
soumya
Posts: 1
Joined: Tue Oct 16, 2012 6:52 am

Converting OpenVibe EEG datasets to GDF files

Post by soumya »

I have downloaded EEG data sets from http://openvibe.inria.fr/datasets/.

The data sets contain signal and label information for multiple subjects in .csv format.
I need to convert the same into a .gdf file containing both signals and markers for each subject.

I have taken two CSV File Readers, one for reading the signals and the other for reading the labels.
The outputs from each of the CSV File Readers are then sent to a GDF File Writer.

Is this the right way for the converting the files to gdf ?
OpenvibeDatabaseEEGConverter.xml
(8.8 KiB) Downloaded 438 times

Post Reply