Symphony-DAS / symphony-matlab

Symphony Data Acquisition System
http://symphony-das.github.io
MIT License
19 stars 5 forks source link
daq data-acquisition electrophysiology matlab scientific

Symphony

Symphony is a MATLAB based data acquisition system for electrophysiologists. It provides a framework for writing acquisition routines and a user interface to conduct experiments.

Clone

git clone https://github.com/Symphony-DAS/symphony-matlab.git --recursive

Note: You must use the --recursive option to recursively clone all submodules.

Build

Matlab functions in the root directory are used to build the project. The scripts are named according to the build phase they execute. The phases include:

Similar to the Maven Build Lifecycle, each phase will execute all phases before it (i.e. running install will execute test, package, install). In addition there is a site script to generate the project's documentation from the wiki.

Directory Structure

The project directory structure generally follows the Maven Standard Directory Layout.

License

Licensed under the MIT License, which is an open source license.