.gitignore
LICENSE
Makefile
README.md
_config.yml
examples
pyproject.toml
requirements.txt
setup.py
.github/workflows/build.yml
.github/workflows/publish.yml
docs/Makefile
docs/_config.yml
docs/make.bat
docs/source/about.rst
docs/source/conf.py
docs/source/index.rst
docs/source/install.rst
docs/source/io.rst
docs/source/models.rst
docs/source/preprocess.rst
docs/source/tutorials.rst
docs/source/utils.rst
docs/source/vizu.rst
docs/source/_static/style.css
docs/source/_templates/class.rst
docs/source/_templates/function.rst
docs/source/_templates/layout.html
docs/source/_templates/method.rst
docs/source/examples/CCA_envelope.ipynb
docs/source/examples/TRF_syntactic_feats.ipynb
docs/source/examples/TRF_wordonsets.ipynb
docs/source/examples/all_katerina_onsets.mat
docs/source/examples/import_WordVectors.ipynb
docs/source/img/MWF_EOG_cleaning_example.png
docs/source/img/favicon.ico
docs/source/img/pyeeg-logo-light.png
docs/source/img/pyeeg-logo-light.svg
pyeeg/__init__.py
pyeeg/cca.py
pyeeg/connectivity.py
pyeeg/gammatone.py
pyeeg/io.py
pyeeg/mcca.py
pyeeg/models.py
pyeeg/preprocess.py
pyeeg/ratemap.py
pyeeg/simulate.py
pyeeg/utils.py
pyeeg/vizu.py
pyeeg/gammatone_c/gammatone_c.c
pyeeg/gammatone_c/makeRateMap_c.c
pyeeg/bin/__init__.py
pyeeg/bin/gammatone_c.dll
pyeeg/bin/makeRateMap_c.dll
pyeeg/gammatone_c/gammatone_c.c
pyeeg/gammatone_c/makeRateMap_c.c
pyeeg/natMEEG.egg-info/PKG-INFO
pyeeg/natMEEG.egg-info/SOURCES.txt
pyeeg/natMEEG.egg-info/dependency_links.txt
pyeeg/natMEEG.egg-info/requires.txt
pyeeg/natMEEG.egg-info/top_level.txt
setup_hooks/numpy_includes.py
tests/PhaseTE_MF.m
tests/compare_cca.py
tests/connectivity_test.py
tests/prototyping.ipynb
tests/simulations.ipynb
tests/testing_cca.py