About the toolbox |
Getting the toolbox |
Installation |
Release notes |
Toolbox documentation |
Recent changes |
The toolbox also has links for stimulating external spike-based communications devices, using either the PCI-AER hardware or Matthias Oster's spike server. The toolbox can monitor spikes from devices such as spiking retinas directly from Matlab, and can be configured for arbitrary hardware addressing schemes.
Top |
The toolbox is available from the Institute SVN server. Write to Dylan to request access.
svn
tool. Use Fink to install the command-line client, or install the binaries packaged by Martin Ott.
Top |
.mex
files the toolbox needs to compile before you start; the STWelcome
function will take care of that for you. Just type STWelcome
from the Matlab command line and the function will check that Matlab is configured correctly for the toolbox.
The .mex
links for stimulation with the PCI-AER system must be compiled against your version of the PCI-AER driver and libraries. To enable the compiler to find these files, you must define an environment variable PCIAER_DIR
containing the full path to the pciaer
directory.
Note: This step is only required if you want to use the PCI-AER system with the toolbox.
The toolbox documentation is available online, and is also integrated with the Matlab help system. In addition, all functions have detailed help available from the command line with help <function_name>
. The STWelcome
function also provides access to the help system; this is especially important for Matlab release 13, which currently does not incorporate the toolbox documentation into the contents pane of the help browser.
Top |
![]() |