BCILAB
BCILAB copied to clipboard
Wiki examples for SCPs do not work.
The examples in the Wiki for Analyzing slow cortical potentials all fail for me. I want to do my own signal processing and feature extraction anyway, so I'm content to use ml_train for now, but it was rather difficult to get to know the toolbox when none of the documented examples work.
For the first, I receive the following error:
Error using bci_train (line 605)
A paradigm class with the name (DAL_Lofreq) was not found.
Switching the paradigm to DALERP gives a different error about EventTypes.
For any with Windowmeans, I receive the following error:
Error using arg_define>arguments_to_nvps (line 507)
ParadigmDataflowSimplified.calibrate_simple:arg_define:invalid_arguments
Error in arg_define (line 179)
nvps = arguments_to_nvps(caller_name,fmt,vals,structmask,flat_names,first_names,skip*leading_skippable);
Error in ParadigmDataflowSimplified/calibrate_simple (line 535)
args = arg_define(varargin, ...
Error in ParadigmBaseSimplified/calibrate (line 183)
model = self.calibrate_simple('signal',signal,varargin{:});
Error in bci_train/@(varargin)instance.calibrate(varargin{:})
Error in arg_report (line 101)
func(args{:},'__arg_report__',type);
Error in bci_train (line 627)
paradigm_parameters = arg_report('vals',calibrate_func,paradigm_parameters);