What problem does it solve?
It computes EEG time-frequency representations (TFRs) and inter-trial coherence (ITC) from epoched data, producing outputs suitable for ERP/ERSP-style reporting and downstream statistics.
Core Features & Use Cases
- Time-frequency decomposition: Computes Morlet wavelet TFR (with MNE options for multitaper or Stockwell alternatives) over a configurable frequency range.
- Baseline correction & ERDS-ready outputs: Applies baseline correction in recommended logratio/db modes and produces band-aggregated ERDS tables.
- Inter-trial coherence (ITC/PLF): Computes ITC separately (phase consistency across trials) without conflating it with power.
Quick Start
Tell the agent to run time-frequency computation for your epochs by specifying the project directory and your desired method, bands, and baseline mode (for example: “Use /eeg-tfr projects/my-study with method multitaper, bands theta and alpha, and baseline_mode db”).