GEDAI Tutorials🔗
This gallery is organized as a learning path so users can start quickly and then move to advanced workflows.
How to use this gallery🔗
Start with the
basicssection to understand model behavior and core parameters.Continue with
practical pipelinesfor recommended and reusable denoising pipelines.Use
advancedif you want to dive into online processing and custom reference covariance workflows.
Basics: Understanding GEDAI Models🔗
This section introduces the core GEDAI methods and when to use each one.
How the standard
Gedaimodel separates signal and noise subspaces.How
MultibandGedaiextends denoising to frequency-specific artifacts.How
AdaptiveMultibandGedaiadapts epoch duration across wavelet bands.
Understanding the adaptive extension of multiband GEDAI
Practical Pipelines🔗
This section contains end-to-end templates designed to be copied and adapted to your own data.
00_gedai_offline_pipeline.py: recommended offline denoising pipeline.
Advanced Workflows🔗
This section covers specialized workflows for users who already know the basic GEDAI pipeline.
00_gedai_online.py: online denoising with chunked/epoch-wise processing.10_gedai_forward.py: building a custom reference covariance from an MNE forward model.