Skip to content

Commit

Permalink
Merge branch 'master' of github.com:arnodelorme/eegstats
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodelorme committed Nov 19, 2021
2 parents dfbf855 + 24e863a commit 0defb0f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This plugin compute frequency band power, alpha peak frequency, and alpha asymetry. It uses the [restingIAF](https://github.com/corcorana/restingIAF) MATLAB code for some of the computation.

# Do not download Github zip file

Downloading the zip file, you will be missing the restingIAF code dependency. Instead download a released version or check out the repository with dependencies.

# Checkout repository

Make sure to copy submodule when you clone the repository
Expand All @@ -8,6 +12,12 @@ Make sure to copy submodule when you clone the repository
git clone --recurse-submodules https://github.com/arnodelorme/eegstats.git
```

# Graphic interface

The plugin may be used from the command line or from its GUI. See the [pop_eegstats.m](https://github.com/arnodelorme/eegstats/blob/master/pop_eegstats.m) header for more information.

![](eegstats_gui.png)

# Version history

v1.0 - initial version

0 comments on commit 0defb0f

Please sign in to comment.