All Projects → sccn → Eeglab

sccn / Eeglab

EEGLAB is an open source signal processing environment for electrophysiological signals running on Matlab and developed at the SCCN/UCSD

Programming Languages

matlab
3953 projects

Labels

Projects that are alternatives of or similar to Eeglab

brain-monitor
A terminal app written in Node.js to monitor brain signals in real-time
Stars: ✭ 119 (-48.93%)
Mutual labels:  eeg, brain
pybv
A lightweight I/O utility for the BrainVision data format, written in Python.
Stars: ✭ 18 (-92.27%)
Mutual labels:  eeg, brain
neurosky-android-sdk
Android SDK for the NeuroSky MindWave Mobile Brainwave Sensing Headset
Stars: ✭ 39 (-83.26%)
Mutual labels:  eeg, brain
connectomemapper3
Connectome Mapper 3 is a BIDS App that implements full anatomical, diffusion, resting/state functional MRI, and recently EEG processing pipelines, from raw T1 / DWI / BOLD , and preprocessed EEG data to multi-resolution brain parcellation with corresponding connection matrices.
Stars: ✭ 45 (-80.69%)
Mutual labels:  eeg, brain
Deep Bci
An open software package to develop BCI based brain and cognitive computing technology for recognizing user's intention using deep learning
Stars: ✭ 168 (-27.9%)
Mutual labels:  brain, eeg
hnn
The Human Neocortical Neurosolver (HNN) is a software tool that gives researchers/clinicians the ability to develop/test hypotheses on circuit mechanisms underlying EEG/MEG data.
Stars: ✭ 62 (-73.39%)
Mutual labels:  eeg, brain
Fieldtrip
The MATLAB toolbox for MEG, EEG and iEEG analysis
Stars: ✭ 481 (+106.44%)
Mutual labels:  brain, eeg
Electrophysiologydata
A list of openly available datasets in (mostly human) electrophysiology.
Stars: ✭ 143 (-38.63%)
Mutual labels:  eeg
Muse Js
Muse 2016 EEG Headset JavaScript Library (using Web Bluetooth)
Stars: ✭ 193 (-17.17%)
Mutual labels:  eeg
Tiddlyresearch
Local and Anki-compatible note-taking tool based on TiddlyWiki
Stars: ✭ 129 (-44.64%)
Mutual labels:  brain
Mne Python
MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
Stars: ✭ 1,766 (+657.94%)
Mutual labels:  eeg
Pytorchmedicalai
This is the hands-on deep learning tutorial series for the 2018/2019 Medical AI course by DeepOncology AI.
Stars: ✭ 155 (-33.48%)
Mutual labels:  brain
Eeg 101
Interactive neuroscience tutorial app using Muse and React Native to teach EEG and BCI basics.
Stars: ✭ 199 (-14.59%)
Mutual labels:  eeg
Entropy
EntroPy: complexity of time-series in Python (DEPRECATED)
Stars: ✭ 142 (-39.06%)
Mutual labels:  eeg
Neurite
Neural networks toolbox focused on medical image analysis
Stars: ✭ 203 (-12.88%)
Mutual labels:  brain
Pyeeg
Python + EEG/MEG = PyEEG
Stars: ✭ 126 (-45.92%)
Mutual labels:  eeg
Moabb
Mother of All BCI Benchmarks
Stars: ✭ 214 (-8.15%)
Mutual labels:  eeg
Neurotech Course
CS198-96: Intro to Neurotechnology @ UC Berkeley
Stars: ✭ 202 (-13.3%)
Mutual labels:  eeg
Eegrunt
A Collection Python EEG (+ ECG) Analysis Utilities for OpenBCI and Muse
Stars: ✭ 171 (-26.61%)
Mutual labels:  eeg
Deepsleepnet
DeepSleepNet: a Model for Automatic Sleep Stage Scoring based on Raw Single-Channel EEG
Stars: ✭ 200 (-14.16%)
Mutual labels:  eeg

What is EEGLAB?

EEGLAB is an open source signal processing environment for electrophysiological signals running on Matlab and Octave (command line only for Octave). This folder contains original Matlab functions from the EEGLAB (formerly ICA/EEG) Matlab toolbox, all released under the Gnu public license (see eeglablicence.txt). See the EEGLAB tutorial and reference paper (URLs given below) for more information.

Installing/cloning

Recommended: Download the official EEGLAB release from https://sccn.ucsd.edu/eeglab/download.php

Do not download a ZIP file directly from GIT as it will not contain EEGLAB submodules. Instead clone the reposity while pulling EEGLAB sub-modules.

git clone --recurse-submodules https://github.com/sccn/eeglab.git

If you forgot to clone the submodule, go to the eeglab folder and type

git submodule update --init --recursive --remote
git pull --recurse-submodules

Sub-directories:

  • /functions - All distributed EEGLAB functions (admin, sigproc, pop, misc)
  • /plugins - Directory to place all downloaded EEGLAB plug-ins. dipfit (1.0) is present by default
  • /sample_data - Miscellaneous EEGLAB data using in tutorials and references
  • /sample_locs - Miscellaneous standard channel location files (10-10, 10-20). See the EEGLAB web site http://sccn.ucsd.edu/eeglab/ for more.

To use EEGLAB:

  1. Start Matlab

  2. Use Matlab to navigate to the folder containing EEGLAB

  3. Type "eeglab" at the Matlab command prompt ">>" and press enter

  4. Open the main EEGLAB tutorial page (http://sccn.ucsd.edu/wiki/EEGLAB_Wiki)

  5. Please send feedback and suggestions to: [email protected]

In publications, please reference:

Delorme, A., & Makeig, S. (2004). EEGLAB: an open source toolbox for analysis of single-trial EEG dynamics including independent component analysis. Journal of neuroscience methods, 134(1), 9-21. (See article here)

Documentation:

EEGLAB documentation is available on the EEGLAB wiki (see http://sccn.ucsd.edu/wiki/EEGLAB_Wiki for more details).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].