Page 1 of 1

.csv and .bdf file reader

Posted: Thu Jun 09, 2022 8:59 am
by mhadji05
Hello all,

I m trying to play raw EEG data in .csv and .bdf format recorded from OpenBCI GUI in the openVibe but I failed.
I m getting the message error in the header of the file.
Any idea how can I play EEG signals recorded from OpenBCI GUI into the openvibe?

Thank you in advance

Re: .csv and .bdf file reader

Posted: Thu Jun 16, 2022 8:14 am
by Thibaut
Hi,
the csv must have a specific shape to work. Maybe if you can save in gdf it's a standard format, you can use it after in OV
Thibaut

Re: .csv and .bdf file reader

Posted: Fri Jun 17, 2022 7:46 am
by mhadji05
Can you tell me what shape is? They don't support .gdf format.
Only .csv and .bdf. Can you indicate me how can I play raw signals of these formats in the openvibe?

I want to see the signals in the same way I saw in mi-csp-0-signal-monitoring.xml scenario.

Please let me know how can I deal with this.

Re: .csv and .bdf file reader

Posted: Mon Jun 20, 2022 4:34 pm
by Thibaut
Hi, You have the possible Header of csv here : https://gitlab.inria.fr/openvibe/meta/- ... values-csv
Thibaut