Jump to content

User Reference:Contents: Difference between revisions

From BCI2000 Wiki
Mellinger (talk | contribs)
Mellinger (talk | contribs)
 
(4 intermediate revisions by 2 users not shown)
Line 9: Line 9:
**saving and loading parameter files,  
**saving and loading parameter files,  
**starting and stopping BCI operation.
**starting and stopping BCI operation.
*[[User Reference:Operator.ini]]: Operator module settings file.*[[User Reference:Operator Module Scripting]]: Automated execution of operator tasks.
*[[User Reference:Operator Notes]]: Manually taking notes during recordings.
*[[User Reference:Operator.ini]]: Operator module settings file.
*[[User Reference:Operator Module Scripting]]: Automated execution of operator tasks.
*[[User Reference:Module Command Line Options]]: Modifying module behavior with command line options.
*[[User Reference:Module Command Line Options]]: Modifying module behavior with command line options.
*[[User Reference:Data File Formats]]: File formats supported by BCI2000.
*[[User Reference:Data File Formats]]: File formats supported by BCI2000.
Line 24: Line 26:
*[[User Reference:BCI2000Certification]]: Measure a BCI2000 system's timing performance.
*[[User Reference:BCI2000Certification]]: Measure a BCI2000 system's timing performance.
*[[User Reference:BCI2000Launcher]]: Conveniently start up BCI2000 modules from a graphical interface.
*[[User Reference:BCI2000Launcher]]: Conveniently start up BCI2000 modules from a graphical interface.
*[[User Reference:BCI2000Watchdog]]: A tool to start up and monitor BCI2000 for long-term recordings.
*[[User Reference:BCI2000Viewer]]: View signals recorded with BCI2000.
*[[User Reference:BCI2000Viewer]]: View signals recorded with BCI2000.
*[[User Reference:BCI2000FileInfo]]: View and extract parameter information from BCI2000 data files.
*[[User Reference:BCI2000FileInfo]]: View and extract parameter information from BCI2000 data files.
Line 31: Line 34:
*[[User Reference:Eloc Helper]]: Matlab-based tool to create and modify montage files.
*[[User Reference:Eloc Helper]]: Matlab-based tool to create and modify montage files.
*[[User Reference:EEGLabImport]]: Read BCI2000 data into EEGLab.
*[[User Reference:EEGLabImport]]: Read BCI2000 data into EEGLab.
*[[User_Reference:Matlab Tools]]: Perform offline data analysis, and manage information in BCI2000 files, using Matlab functions.
*[[User Reference:Matlab Tools]]: Perform offline data analysis, and manage information in BCI2000 files, using Matlab functions.
*[[User Reference:Matlab MEX Files]]: Access BCI2000 data from within Matlab.
*[[User Reference:Matlab MEX Files]]: Access BCI2000 data from within Matlab.
*[[User Reference:Command Line Processing]]: Compile BCI2000 filters into executables for offline processing.
*[[User Reference:Command Line Processing]]: Compile BCI2000 filters into executables for offline processing.
*[[User Reference:NeuroStimulationParamsGUI]]: Easily create and visualize BCI2000 parameter files for the Neuro Omega and CereStim.  
*[[User Reference:StimulationConfigurationIntegrativeTool (SCIT)]]: Easily create and visualize BCI2000 parameter files for the Neuro Omega, CereStim, g.Estim, and Cortec Brain Interchange.  


[[Category:Contents]]
[[Category:Contents]]

Latest revision as of 12:26, 17 December 2024

User reference information helps you configure and perform experiments with BCI2000, using the executables that come with its binary distribution. For information about how to modify existing filters, or develop your own from scratch, see the Programming Reference section.

In the user reference section, information is available about the following topics:

Using the Online System

Configuring the Online System

  • BCI2000 Filters: Any BCI2000 configuration consists of different filters in the Data Acquisition, Signal Processing, and Application module. These filters determine what device BCI2000 acquires data from, what data format it uses for data storage, which feature extraction and translation algorithms it uses to translate brain signals into device commands, and which kind of user feedback is provided. This page gives an overview of all filters that are currently available in the BCI2000 distribution.
  • User Reference:Parameters provides an index of configuration parameters present in BCI2000 components.
  • User Reference:States provides an index of state variables present in BCI2000 components.

Using BCI2000 Tools