🌜 Developed at the Laboratory for the Study of Sleep Slow-wave activity
A scientific package for computational EEG analysis with an emphasis on methodological transparency. Current features:
- EEG Computational Toolkit
- Loading EEG data
- EEG visualization
- Sleep stage handling and NREM period detection
- Power spectral analysis
- Spindle detection algorithms
Read the documentation and find examples here.
To install this package, use the standard package REPL approach.
(@v1.8) pkg> add EEGToolkit
Alternatively,
> using Pkg
> Pkg.add("EEGToolkit")