Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2009-10-19 09:59:17
Size: 628
Comment:
Revision 6 as of 2011-01-20 13:14:24
Size: 935
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
------
Line 2: Line 3:
== Howto get started with our toolbox == = Documentation of the BBCI Matlab Toolbox =
Line 4: Line 5:
To checkout the BBCI SVN please do the following: ------
Line 6: Line 7:
mkdir ~/svn
cd ~/svn
svn checkout --username UserName
https://ml01.zrz.tu-berlin.de/svn/ida/public/bbci ida/public/bbci
svn checkout --username UserName
https://ml01.zrz.tu-berlin.de/svn/ida/public/ml ida/public/ml
'''IN CONSTRUCTION'''
Line 13: Line 9:
svn checkout --username UserName https://ml01.zrz.tu-berlin.de/svn/ida/public/bbci_tex bbci_tex ----
Line 15: Line 11:
To load the new version of the toolbox in Matlab do:
cd('~/svn/ida/public/bbci/toolbox/startup');
startup_bbci;
== Contents ==
Line 19: Line 13:
You should include those lines in your local startup.m and replace the old
startup_bci.
 * /ToolboxSetup - ''Installation, configuration and starting the toolbox''
 * /ToolboxData - ''Data formats, data structures, functions for fileio''
 * /ToolboxVisualization - ''How to visualize EEG data''
 * /ToolboxStatisticalAnalysis - ''Using parametric (t-test, ANOVA) and nonparametric tests''
 * /ToolboxClassification - ''How to use classifiers and tools for validation''
 * /ToolboxPracticalExamples - ''Of investigating ERPs, and Spectral Analysis''
 * /ToolboxAutomation - ''Automatic analysis of a set of experiments, and generation of PDFs''
 * /ToolboxExperimentalStudy - ''Preparing scripts for an experimental study (acquisition and data conversion)''
 * /ToolboxOnlineClassification - ''Preparing scripts for online classification''
 * Function reference: Basti please add the link here!


Documentation of the BBCI Matlab Toolbox


IN CONSTRUCTION


Contents

IDA Wiki: IDA/BerlinBCI/ToolBox (last edited 2011-12-13 13:42:17 by MatthiasTreder)