{"id":13470179,"url":"https://github.com/sccn/eeglab","last_synced_at":"2025-05-14T23:07:27.698Z","repository":{"id":38816402,"uuid":"131909766","full_name":"sccn/eeglab","owner":"sccn","description":"EEGLAB is an open source signal processing environment for electrophysiological signals running on Matlab and developed at the SCCN/UCSD","archived":false,"fork":false,"pushed_at":"2025-04-03T18:58:56.000Z","size":93395,"stargazers_count":647,"open_issues_count":45,"forks_count":252,"subscribers_count":26,"default_branch":"develop","last_synced_at":"2025-04-13T19:39:18.424Z","etag":null,"topics":["biosignal","brain","compiled","ecg","ecog","eda","eeg","eeg-preprocessing","eeg-signals-processing","eeglab","electrophysiology","hrv","ieeg","matlab","meg","neurophysiology","octave","source-localization","spectral-analysis"],"latest_commit_sha":null,"homepage":"https://eeglab.ucsd.edu/","language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sccn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-05-02T21:53:50.000Z","updated_at":"2025-04-11T21:08:05.000Z","dependencies_parsed_at":"2024-02-27T00:37:08.506Z","dependency_job_id":"4384ae7f-aea7-407a-b78e-1ab47a2cc110","html_url":"https://github.com/sccn/eeglab","commit_stats":{"total_commits":13469,"total_committers":55,"mean_commits":244.8909090909091,"dds":"0.32786398396317473","last_synced_commit":"9e1c6f3c93107699e19daad9d66e7ef09f0224bc"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sccn%2Feeglab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sccn%2Feeglab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sccn%2Feeglab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sccn%2Feeglab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sccn","download_url":"https://codeload.github.com/sccn/eeglab/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254243362,"owners_count":22038046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["biosignal","brain","compiled","ecg","ecog","eda","eeg","eeg-preprocessing","eeg-signals-processing","eeglab","electrophysiology","hrv","ieeg","matlab","meg","neurophysiology","octave","source-localization","spectral-analysis"],"created_at":"2024-07-31T16:00:24.576Z","updated_at":"2025-05-14T23:07:22.689Z","avatar_url":"https://github.com/sccn.png","language":"MATLAB","readme":"[![GitHub issues](https://img.shields.io/github/issues/sccn/eeglab?color=%23fa251e\u0026logo=GitHub)](https://github.com/sccn/eeglab/issues)\n![Twitter Follow](https://img.shields.io/twitter/follow/eeglab2?style=social)\n\n# What is EEGLAB?\nEEGLAB 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.\n\n# Installing/cloning\n**Recommended:** Download the official EEGLAB release from https://sccn.ucsd.edu/eeglab/download.php\n\n**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.\n\n```\ngit clone --recurse-submodules https://github.com/sccn/eeglab.git\n```\n\nIf you forgot to clone the submodule, go to the eeglab folder and type\n\n```\ngit submodule update --init --recursive --remote\ngit pull --recurse-submodules\n```\n\n# Sub-directories:\n\n - /functions - All distributed EEGLAB functions (admin, sigproc, pop, misc)\n - /plugins   - Directory to place all downloaded EEGLAB plug-ins. dipfit (1.0) is present by default\n - /sample_data -  Miscellaneous EEGLAB data using in tutorials and references\n - /sample_locs -  Miscellaneous standard channel location files (10-10, 10-20). See the EEGLAB web site http://sccn.ucsd.edu/eeglab/ for more.\n\n# To use EEGLAB: \n\n1. Start Matlab\n\n2. Use Matlab to navigate to the folder containing EEGLAB\n\n3. Type \"eeglab\" at the Matlab command prompt \"\u003e\u003e\" and press enter\n\n3. Open the main EEGLAB tutorial page (http://sccn.ucsd.edu/wiki/EEGLAB_Wiki)\n\n4. Please send feedback and suggestions to: eeglab@sccn.ucsd.edu\n\n# In publications, please reference:\n\nDelorme, A., \u0026 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](http://sccn.ucsd.edu/eeglab/download/eeglab_jnm03.pdf))\n \n# Compiled version of EEGLAB\n\nIf you experience problems, try running EEGLAB as administrator.\n\n# Documentation:\n\nEEGLAB documentation is available on the EEGLAB wiki (see http://sccn.ucsd.edu/wiki/EEGLAB_Wiki for more details).\n","funding_links":[],"categories":["Neuropsychology"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsccn%2Feeglab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsccn%2Feeglab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsccn%2Feeglab/lists"}