Page 1 of 1

how to change format from .dat to .mat

Posted: 24 Sep 2010, 16:41
by elita
Hello

I am working with data in format %.mat (from BCI2000 page), but I need to use some that are in diferent format tha is .dat, so I would like to know how to transform such data to Matlab format (.mat), to process with matlab.

i try to use BCI2ACII but return empty structures, zero information.

i really need help.

Tahnks

.dat

Posted: 24 Sep 2010, 20:17
by gschalk
You can load BCI2000 data into Matlab using the Matlab load_bcidat mex file that comes with the BCI2000 installation. In Matlab, you can save it into a .mat file using the save command.

Gerv

Posted: 26 Sep 2010, 16:29
by elita
How do I do that?. I downloaded load_bci.mex but do not recognize the extension and send an error message.I have to install BCI200 to use the application?

can you explain me how can use load_bci.mex?

Thanks

load_bcidat

Posted: 26 Sep 2010, 18:37
by gschalk