Manuals & Downloads / Repository

From Neuroelectric's Wiki
Revision as of 14:54, 4 June 2018 by Xenia.martinez (talk | contribs) (Data Analysis)
Jump to: navigation, search

In this page you can find links to our manuals and to a code repository. Many of these links are equivalent to those in our Manuals Area and Software Area section in the Neuroelectrics website.

Neuroelectrics' systems include Enobio (EEG, StarStim (EEG/tCS) and Starstim tCS (tCs) class devices as well as our universal software controller - Neuroelectrics Instrument Controller (NIC).

Neuroelectrics Download Area for Manuals and Software

Please visit Download Area for an updated list of software updates (NIC,EEGLAB Neuroelectrics Plugin, etc), as well as user manuals in the Documentation Area

Matlab code

MATLAB (matrix laboratory) is a multi-paradigm numerical computing environment. A proprietary programming language developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages, including C, C++, C#, Java, Fortran and Python.

Although MATLAB is intended primarily for numerical computing, an optional toolbox uses the MuPAD symbolic engine, allowing access to symbolic computing abilities. An additional package, Simulink, adds graphical multi-domain simulation and model-based design for dynamic and embedded systems.

Data Analysis

For the Data Analyisis of Neuroelectrics data (EEG data) we provide some programming codes.

You can find here a zip file containing the following:

- NE_Viewer.m, a Matlab demo function to read and plot NE files
- some data in .easy format 
- a folder with the figures that NE_Viewer.m generates with this data

The data and code are provided as examples of how to use Matlab to read and plot data.

Please see the Data Processing with Matlab section for more information.

MatNIC device controller

MatNIC is a set of Matlab functions that allows the user to control NIC remotely and, in turn, the device that is connected to it (StarStim or Enobio class). MatNIC provides control of the main functions of NIC, such as streaming of EEG data and management of neurostimulation. This gives the user full remote, programmatic control over NE devices such as Enobio or StarStim from a Matlab environment. These functions allow remotely starting and stopping the EEG streaming, loading a stimulation template, changing stimulation parameters while stimulation is ongoing, starting and stopping the stimulation protocol (when using a StarStim device).


The MatNIC zip file (contact us for more info) contains the following:

- The MatNIC user manual (an explanation on how to use the Matlab functions to remotely control NIC and examples)
- MatNIC, a folder with all the Matlab functions to remotely control NIC

See the MatNIC section for more info.