Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 867 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 867 Bytes

NeNa_aperiodic_GUI

Repository for "Unraveling Neural Complexity — Exploring the Separation of Oscillations and 1/f Noise in Neuroscience" workshop GUI

Signal Simulator

Aperiodic Estimator

Dependencies

Repository is mainly in Python and the tested version is 3.9.7.

We recommend to first create a new enviroment, for example with conda run:

conda create -n aperiodic python=3.9.7
conda activate aperiodic

Then you can install repository's required python packages using:

pip install -r requirements.txt

Run GUI

Make sure that you have the python enviroment activated, then run:

python gui.py