NeuroAnalyzer plugin: plot ITPC
Find a file
2026-04-04 10:30:08 +02:00
src update 2026-04-04 10:30:08 +02:00
.gitignore add: .gitignore 2024-05-06 10:56:42 +02:00
.JuliaFormatter.toml update 2026-04-04 10:30:08 +02:00
LICENSE license changed to 2-clause BSD 2023-07-30 11:55:07 +02:00
README.md transition to GLMakie 2026-02-12 13:37:24 +01:00

plot_itpc.jl

NeuroAnalyzer plugin: plot ITPC (Inter-Trial-Phase Clustering).

This software is licensed under The 2-Clause BSD License.

Usage

plot_itpc(eeg, ch="Fp1", t=1.8)

ITPC spectrogram:

plot_itpc_spec(eeg, ch="Fp1")

ITPC frequency over time:

plot_itpc_frq(eeg, ch="Fp1", f=12)