My favorites | Sign in
Project Logo
                
People details
Project owners:
  mistermads

Introduction

BDCA for EEG aims to identify discriminating components in the EEG. Each component is represented by a spatial and a temporal activity profile. Ambiguities are resolved using independence across trials.

How to obtain the code

The best way to get the code is this:

  1. Make sure SVN is installed on your machine (why?):
    • (Mac) To install SVN on a Mac follow steps 1,2,3 given here
    • (Linux) To install SVN on Linux is very easy using apt-get or find it in the synaptic package manager.
    • (Windows / Redhat / Solaris) go here
  2. Click the "Source" tab or click here to see exactly how you use SVN to receive the up-to-date source code. It will tell you to run the following command from a terminal:
  3. svn checkout http://bdca.googlecode.com/svn/trunk/ bdca-read-only

the source will then be downloadet to a directory called bdca-read-only under your current directory.

Alternatively, (NOT RECOMMENDED)

Dependencies

The BDCA toolbox relies (currently) on other toolboxes. You need to download and install the following toolboxes in order to use the BDCA toolbox:

Staying up to date with bugfixes and new features

If the source code on this page changes you can get the updates in a simple step:

  1. In a terminal, go to the bdca-read-only directory where the toolbox is located on your machine.
  2. run the following command from the terminal:
  3. svn update

that's it!

References









Hosted by Google Code