MARIO P300 Analysis
Posted: 13 Apr 2010, 05:56
Jeej, I've finished my module!
So now I have a module that can record data files with markers for two different types of stimuli.
But as I would like to make a BCI with this module, something of a classifier would be in order. I've had some experience with MARIO (as documented on the Wiki), so I would like to use this if possible (however my mind is not quite made up, alternatives are welcome).
I've started with MARIO (In Matlab:) by just recording a file without a participant, so it's just EEG noise with markers. MARIO couldn't work with this file, because certain states were unavailable or did not contain the right values (see Code block below). When looking on the Wiki there doesn't appear to be documentation on what a data file should contain and in what format.
Could somebody help me out with this or give me a pointer to the right webpage where I can read it myself?
But as I would like to make a BCI with this module, something of a classifier would be in order. I've had some experience with MARIO (as documented on the Wiki), so I would like to use this if possible (however my mind is not quite made up, alternatives are welcome).
I've started with MARIO (In Matlab:
Code: Select all
>> mario p300Could somebody help me out with this or give me a pointer to the right webpage where I can read it myself?
Code: Select all
??? Reference to non-existent field 'Flashing'.
Error in ==> bci_p300 at 3
VectorStateLength = length (States.Flashing);
Error in ==> bci_protocol at 10
Protocol.States = bci_p300(States,TypeOfDesign,0);
Error in ==> bci_main_p300>EditMontage_pushbut_Callback at 262
BCI2k.Protocol = bci_protocol(BCI2k.Files.States, 'P300',0);
Error in ==> bci_main_p300>LoadDatFiles_Callback at 170
EditMontage_pushbut_Callback(hObject, eventdata, handles);
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> bci_main_p300 at 42
gui_mainfcn(gui_State, varargin{:});
??? Error while evaluating uicontrol Callback