Converting OpenVibe EEG datasets to ov file

Working with OpenViBE signal processing scenarios and doing scenario/BCI design
Post Reply
ee37070
Posts: 1
Joined: Mon Jul 04, 2016 11:17 am

Converting OpenVibe EEG datasets to ov file

Post by ee37070 »

Hello,

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

The data sets have signal and label information in .csv format.
But I want to .ov file which is the same as .csv to use this data for this tutorial (http://openvibe.inria.fr/motor-imagery-bci/).

What should I do.

jtlindgren
Posts: 775
Joined: Tue Dec 04, 2012 3:53 pm
Location: INRIA Rennes, FRANCE

Re: Converting OpenVibe EEG datasets to ov file

Post by jtlindgren »

You can try using two CSV Reader boxes, one for signal, and one for labels and merge the outputs into an .ov file using Generic Stream Writer box (spec it to have a stimulation stream and a signal stream). You can see some example conversion scenarios in convert/ folder. Alternatively, you can modify the motor imagery scenario to load both files, that should work as well (replace stream reader with two csv readers).

Happy hacking,
Jussi

Post Reply