Page 1 of 1

data conversion

Posted: 06 Mar 2013, 05:11
by ashwini
hi,
I would like to know how to convert EEG data in HDF5 format to BCI2000 .dat format using C programming .
Please help.
ashwini.

Re: data conversion

Posted: 11 Mar 2013, 11:19
by mellinger
I don't have any idea why you would want to do that, but documentation for the BCI2000 .dat file format is available here:
http://www.bci2000.org/wiki/index.php/T ... ile_Format

If you have the option to use C++ rather than C, you should take a look at the source code for the save_bcidat mex file (src/tools/mex).

-Juergen