Difference between revisions of "Manuals & Downloads / Repository"

From Neuroelectric's Wiki
Jump to: navigation, search
(MatNIC device controller)
(MatNIC device controller)
Line 34: Line 34:
 
  - The MatNIC user manual (an explanation on how to use the Matlab functions to remotely control NIC and examples)
 
  - 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
 
  - MatNIC, a folder with all the Matlab functions to remotely control NIC
For more information, ([https://www.neuroelectrics.com/support/ '''contact us'''] for more info)
+
For more information, ([https://www.neuroelectrics.com/support/ '''contact us''']  
  
  
Line 44: Line 44:
 
For more information,([https://www.neuroelectrics.com/get-a-quote/?add=84      '''contact us for a quotation'''] for more info)
 
For more information,([https://www.neuroelectrics.com/get-a-quote/?add=84      '''contact us for a quotation'''] for more info)
  
See the [[MatNIC_Matlab_Toolkit|'''MatNIC section''']] for more info.
+
See the [[MatNIC_Matlab_Toolkit|'''MatNIC section''']]

Revision as of 15:01, 4 June 2018

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 EEG data in .easy format (data format recorded with Neuroelectrics devices)
- 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 session. 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 contains the following:

  • Free MatNIC to control remotely the NIC software:
- 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

For more information, (contact us


  • Special MatNIC to perform online stimulation changes:
- 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

For more information,(contact us for a quotation for more info)

See the MatNIC section