Jump to content

User Reference:Contents: Difference between revisions

From BCI2000 Wiki
Mellinger (talk | contribs)
Line 27: Line 27:
*[[User Reference:BCI2000FileInfo]]: View and extract parameter information from BCI2000 data files.
*[[User Reference:BCI2000FileInfo]]: View and extract parameter information from BCI2000 data files.
*[[User Reference:BCI2000Export]]: Export BCI2000 data files into various formats.
*[[User Reference:BCI2000Export]]: Export BCI2000 data files into various formats.
*[[User Reference:BCI2000 Offline Analysis]]: Analyze data files offline in order to determine the best features for online recognition.
*[[User Reference:BCI2000Analysis]]: Analyze data files offline, create and test filter chains, train classifiers for online recognition.
*[[User Reference:Eloc Helper]]: Create and modify montage files.
*[[User Reference:BCI2000 Offline Analysis]]: MATLAB-based tool to analyze data files offline in order to determine the best features for online recognition.
*[[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.

Revision as of 16:21, 7 June 2022

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