Welcome to Our EEG Datasets and Resources Page
Dive into the world of EEG (Electroencephalography) research with our comprehensive collection of
resources.
This page is dedicated to providing you with extensive information on various EEG datasets,
publications,
software tools, hardware devices, and APIs. Whether you're a researcher, student, or just curious
about EEG,
our curated selection offers valuable insights and data for exploring the complex and fascinating field
of brainwave analysis.
Browse through our collection of EEG datasets, meticulously organized to assist you in finding the
perfect match for your research needs. Our dataset comparison table offers detailed insights into each
dataset, including information on subjects, data format, accessibility, and more. Additionally, explore
a range of publications that delve into advanced EEG analysis methods and applications, alongside a list
of open-source software and hardware tools to aid in your EEG projects. Discover the possibilities and
expand your knowledge with these invaluable resources.
Dataset Compare:
30,283+
Total Subject Volume
EDF / NWB / MAT
Primary File Formats
Dataset ⇅
Description
Data Parameters
Modalities ⇅
Quality ⇅
Accessibility ⇅
EEG Dataset Platforms:
Research Challenges:
Summary
EEG research is a dynamic and rapidly evolving field with a wide range of applications in neuroscience,
medicine, psychology, and beyond. By exploring the datasets, publications, tools, and hardware
resources available, you can gain valuable insights into brainwave analysis and contribute to
cutting-edge research in the field. Whether you're interested in studying cognitive processes,
diagnosing neurological disorders, or developing brain-computer interfaces, EEG datasets and resources
provide a solid foundation for your investigations.
1. Neuroinformatics & Open EEG Repositories
Electroencephalography (EEG) records biopotential voltage fluctuations generated by ionic current flows
within postsynaptic pyramidal neuron networks in the cerebral cortex. Clinical electroencephalography
captures these microvolt-level signals across standard scalp electrode configurations, most notably the
International 10-20 and 10-10 positioning systems. Because human electrophysiological recordings exhibit
high temporal resolution (sub-millisecond sampling capabilities) alongside significant inter-subject variability,
open-access neuroinformatics databases are essential for benchmarking quantitative signal processing pipelines,
biomarker discovery, and deep neural network models.
The datasets indexed in this comparative portal represent critical clinical paradigms across translational
neurology and bioengineering. Pediatric epilepsy repositories—such as the CHB-MIT Scalp EEG Database—provide
long-term continuous multi-channel recordings crucial for automated seizure detection and onset prediction algorithms.
Similarly, large-scale clinical databases like the Temple University Hospital (TUH) EEG Corpus encompass over 30,000
subjects, establishing a foundation for foundational AI vision-language-EEG pre-training models.
Beyond standard scalp recordings, advanced neurophysiological research relies on invasive and multimodal sensor integration.
Intracranial electrocorticography (ECoG) datasets, such as the Speech Production Intracranial EEG collection and the NeuroVista
implant advisory system, offer high signal-to-noise ratio ($\text{SNR}$) recordings directly from cortical surfaces.
Furthermore, assistive technology paradigms pair electroencephalography with electrooculography (EOG), eye-tracking vectors,
and surface electromyography (sEMG) to construct robust Brain-Computer Interfaces (BCIs) for locked-in Amyotrophic Lateral Sclerosis (ALS) cohorts.
2. How to Utilize the Dataset Comparison Portal
The Dataset Comparison Explorer is engineered for rapid querying, filtering, and cross-study metadata analysis.
Researchers can navigate through the platform using the following operational features:
Textual Search Engine: Type any clinical term (e.g., "epilepsy" , "stroke" , "ALS" , "speech" ),
file extension (e.g., "EDF" , "NWB" , "MAT" ), or institution name into the Search Query bar to instantly isolate matching records.
Accessibility & Format Toggles: Filter repositories by access permission tiers—isolating datasets available for immediate download without authentication versus those requiring institutional credentialing or data use agreements.
Interactive Column Sorting: Click any table column header (such as Dataset, Modalities, or Accessibility) to dynamically re-order records alphabetically or by cohort size.
Repository Links: Click directly on dataset titles or external platform cards to navigate to raw file download endpoints, complete dataset documentation, and peer-reviewed reference publications.
3. Technical Signal Processing & Data Standardization
Standardizing electrophysiological datasets across multi-center clinical trials requires addressing discrepancies in sampling rates ($f_s$), channel montages, and signal artifact contamination. Raw scalp EEG recordings are frequently saved in European Data Format (EDF/EDF+), which stores continuous multi-channel signals as signed 16-bit integers alongside physical gain calibrations:
$$V(t) = \text{Digital Value} \times \left( \frac{\text{Physical Max} - \text{Physical Min}}{\text{Digital Max} - \text{Digital Min}} \right)$$
Prior to quantitative feature extraction, electrophysiological signals undergo digital bandpass filtering to isolate specific physiological frequency bands ($\delta: 0.5\text{--}4\text{ Hz}$, $\theta: 4\text{--}8\text{ Hz}$, $\alpha: 8\text{--}12\text{ Hz}$, $\beta: 12\text{--}30\text{ Hz}$, $\gamma: 30\text{--}100\text{ Hz}$). The transfer function $H(f)$ for a $n$-th order Butterworth bandpass filter is defined as:
$$|H(f)|^2 = \frac{1}{1 + \left( \frac{f^2 - f_0^2}{f \cdot B} \right)^{2n}}$$
where $f_0$ is the center frequency and $B$ is the passband bandwidth. Power Spectral Density (PSD) estimations across epoch windows $x(n)$ are subsequently calculated using Welch's periodogram method:
$$P(f) = \frac{1}{K U} \sum_{k=1}^{K} \left| \sum_{n=0}^{L-1} w(n) x_k(n) e^{-j 2 \pi f n / f_s} \right|^2$$
where $w(n)$ represents a window function (e.g., Hamming or Hann window) and $U$ is the window power normalization constant.
4. Future Horizons in Neuroinformatics Standardizations
The future of open-access EEG research relies heavily on universal data organization frameworks, specifically the Brain Imaging Data Structure for EEG (BIDS-EEG). BIDS-EEG standardizes directory structures, metadata sidecar JSON files, and electrode spatial coordinate matrices (`_electrodes.tsv`), resolving cross-platform ingestion barriers.
Furthermore, the integration of cloud-native WebAssembly binary parsers will soon enable researchers to inspect multi-gigabyte EDF and NWB files directly in web browsers without downloading raw archives. Combined with privacy-preserving federated learning architectures, these advancements allow algorithms to train across distributed hospital EEG databases globally without compromising patient confidentiality.
Related Neurotechnology Explorations