GithubHelp home page GithubHelp logo

innogen-alice / eeglab Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sccn/eeglab

0.0 0.0 0.0 77.99 MB

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

Home Page: https://eeglab.ucsd.edu/

MATLAB 99.93% M 0.01% Scala 0.07% Shell 0.01% Batchfile 0.01%

eeglab's Introduction

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.

Instaling/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

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. Place the Matlab functions in a directory ($DIR) and add $DIR/eeglabxx to (Unix) your matlabpath environment variable. Else, within Matlab >> addpath('full_path_here')

  2. Optional: Edit file "icadefs.m" which specifies various limits and constants used in EEGLAB functions.

  3. Then start Matlab and type >> eeglab

  4. Open the main EEGLAB tutorial page (your downloaded "eeglabtut.html", else browse 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)

Consider contributing to your functions and creativity to EEGLAB open source development (see http://sccn.ucsd.edu/wiki/EEGLAB_Wiki for more details).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.