Page 1 of 1
Store online experiments
Posted: 06 Apr 2011, 06:46
by mikel
HI everybody,
I would like to know if BCI 2000 provides a software to store online experiments for future modifications of the spatial matrix, linear matrix or other parameters. In this way, I do not need to take a patient to the lab each time an experiment is going to be done, only ones, atthe first time.
Thank you very much
Re: Store online experiments
Posted: 06 Apr 2011, 09:03
by mellinger
Hi Mikel,
BCI2000 stores EEG data in its dat files during operation. This EEG data may be replayed in BCI2000 with different parameters using the FilePlayback module (
http://www.bci2000.org/wiki/index.php/C ... laybackADC). This is a contributed module, so it is available in the contrib binary distribution of BCI2000, available at
http://bci2000.org/downloads/bin/BCI2000Contrib.exe.
Note that the FilePlayback module does not read state (event) information from the replayed file. Thus, in applications such as the CursorTask application module, where a trial ends when a target is hit by the cursor, EEG data will go out of sync with the trial structure.
A different way to experiment with parameter modifications to existing EEG data is provided by the BCI2000 command line filters (
http://www.bci2000.org/wiki/index.php/U ... Processing). There, you can recreate the BCI2000 chain of filters offline, using state/event information as present in the file.
Hope this helps,
Juergen
Re: Store online experiments
Posted: 06 Apr 2011, 11:20
by mikel
Than you very much Juergen,
What I want to do is to modify an online session (move the cursor) that was already recorded. I mean, once I have the data that contains the online session, modify (change parameters) it and after checking its coefficient of determination, display the folder again to see if the results are better. The results will be better if the number of time that the cursor hits the target increases.
In this way, i do not need the patient to come again to the lab and I can work with a previous recorder.
Can I do this with the actual version?
Thank you because of your patient,
Re: Store online experiments
Posted: 06 Apr 2011, 12:15
by gschalk
Mikel,
As Juergen points out, this is generally possible using the FilePlayBack module. However, please read
http://www.bci2000.org/wiki/index.php/U ... orded_Data
Unless you really know what you are doing, replaying data and simulating online performance with changed parameters is a very bad idea scientifically.
Gerv