EEGLab
This is a guide to importing Mentalab Explore CSV and BIN files into an EEGLab structure using the Mentalab EEGLab Plugin.
To get up and running quickly, here is a quick tutorial video.
Installation
To install the Mentalab EEGLab plugin, we recommend using EEGLab’s Extension Manager.
Install via Extension Manager
- Once you have installed EEGLab, following these instructions, open MATLAB and type
eeglab
into the command line terminal. - A new EEGLab session will open. Visit the Extension Manager under
File > Manage EEGLAB extensions
. - Locate the Mentalab EEGLab Plugin, titled “Mentalab v0.2” in the list, and select “Install/Update”.
Install manually
The Mentalab EEGLAB plugin can also be installed manually. To do this:
- Clone or download the GitHub repository directly from GitHub.
- Unzip the package and move the folder “mentalab-explore” into the EEGLab plugins folder.
- Restart EEGLab by closing any open sessions and typing
eeglab
into the MATLAB command line terminal.
Using the Mentalab EEGLab Plugin
- To use the Mentalab EEGLAB plugin, begin a new EEGLab session and select “Import Mentalab Explore data”, under
File > Import Data > Using EEGLAB functions and plugins
. - Your file manager will display only CSV and BIN files.
- Navigate to the file you wish to import, select, and open. You will be asked to name each ExG channel. If this is not important to you, select OK to continue.
Importing CSV files
If you are importing a CSV file, ensure that the current directory contains three files called:
<FILENAME>_ExG.csv
<FILENAME>_ORN.csv
<FILENAME>_Marker.csv
That is, each file should have the same name, but one should have suffix _ExG
, one should have suffix _ORN
, and the other _Marker
. These files should hold ExG, motion, and marker data respectively.
Selecting ExG or Motion data
The Mentalab EEGLab plugin will always import ExG and motion data, regardless of which file you select.
For instance, if you select motion data (e.g., “myData_ORN.csv”) in your File Explorer, the ExG data (e.g., “myData_ExG.csv”) will also import. Both motion and ExG data will have markers linked to them.
To select the ExG or Motion dataset (_ExG
or _ORN
), navigate to the EEGLab drop-down menu “Datasets”.
Troubleshooting
- If you have imported your data but cannot see its plot (under
Plot > Channel data (scroll)
), you may have a scaling issue. Set the scaling factor to0.00001
. Also consider selectingDisplay > Remove DC offset
. - If you are having trouble downloading any plugin, and receive an error starting “Could not download extension. Host site might be unavailable,”, then you may have an issue with your paths. That is, your EEGLab folder may be located in a folder that requires admin permission to write/edit its files, for instance “Program Files/MATLAB”. To remedy this, move your EEGLab folder to another location (e.g., Documents/MATLAB) and reset the paths using
pathtool
(select “Default”, then select your chosen folder).
For more information or support, do not hesitate to get in contact at: support@mentalab.com