Differences between revisions 4 and 5
Revision 4 as of 2009-12-08 11:38:52
Size: 558
Comment:
Revision 5 as of 2010-11-15 08:54:51
Size: 852
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Howto get started with our toolbox == ------
Line 3: Line 3:
To checkout the BBCI SVN please do the following: = Documentation of the BBCI Matlab Toolbox =
Line 5: Line 5:
{{{#!bash
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/bbci_tex bbci_tex
}}}
------
Line 12: Line 7:
To load the new version of the toolbox in Matlab do:
{{{#!matlab
cd('~/svn/ida/public/bbci/toolbox/startup');
startup_bbci;
}}}
You should include those lines in your local startup.m and replace the old
startup_bci.
'''IN CONSTRUCTION'''

----

== Contents ==

 * /ToolboxSetup - Installation, configuration and starting the toolbox
 * /ToolboxData - Data formats, data structures, functions for fileio
 * /ToolboxVisualization - How to visualize EEG data
 * /ToolboxStatisticalAnalysis - Matthias?
 * /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
 * /ToolboxExperipentalStudy - 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)