Differences between revisions 3 and 13 (spanning 10 versions)
Revision 3 as of 2009-10-19 10:42:42
Size: 654
Comment:
Revision 13 as of 2011-05-31 13:17:36
Size: 1733
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/ml ida/public/ml
svn checkout --username UserName https://ml01.zrz.tu-berlin.de/svn/ida/public/bbci_tex bbci_tex
}}}
------
Line 13: 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''
 * /ToolboxIntro - ''A gentle introduction to the toolbox''
 * /ToolboxPracticalExamples - ''Of investigating ERPs, and Spectral Analysis''
 * /ToolboxFileio - ''Functions for reading and writing EEG data''
 * /ToolboxVisualization - ''How to visualize EEG data''
 * /ToolboxClassification - ''How to use classifiers and tools for validation''
 * /ToolboxStatisticalAnalysis - ''Using parametric (t-test, ANOVA) and nonparametric tests''
 * /ToolboxAutomation - ''Automatic analysis of a set of experiments, and generation of PDFs''
 * /ToolboxExperimentalStudy - ''Preparing scripts for an experimental study (acquisition and data conversion)''
 * /ToolboxOnline - All about the online system
 * Function reference: Basti please add the link here!

=== Advanced topics ===
 * /ToolboxWavelets - ''Time-frequency analysis using wavelets [TODO]''
 * /ToolboxStft - ''Time-frequency analysis using short-time Fourier transform (STFT) [TODO]''
 * /ToolboxSource - ''EEG source localization [TODO]''
 * /ToolboxCoherence - ''Coherence and phase locking* [TODO]''
 * /ToolboxPca - ''Principal components analysis (PCA) [TODO]''
 * /ToolboxIca - ''Independent components analysis (ICA) [TODO]''
 * /ToolboxLatex - ''Scripting analyses of studies including automatic LaTeXing [TODO]''

*Depending on permission to include Guido's code into the BBCI toolbox.

You can use the ''/ToolboxAdvancedTopicsTemplate'' to start off writing your tutorial.


Documentation of the BBCI Matlab Toolbox


IN CONSTRUCTION


Contents

Advanced topics

*Depending on permission to include Guido's code into the BBCI toolbox.

You can use the /ToolboxAdvancedTopicsTemplate to start off writing your tutorial.

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