Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 923 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 923 Bytes

EEGToolkit

Build Status

🌜 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")