├── README.md ├── clean_DEAP.py ├── clean_DEAP.sh ├── create_json.py ├── download_bdf_DEAP.py ├── download_bdf_DEAP.sh ├── extract_features_DEAP.py ├── extract_features_DEAP.sh ├── figures ├── s01_ICA_components.png └── s16_PSD_downsampled.png └── metadata_csv ├── DEAP_EEG_channels.xlsx └── note.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzoumpourlis/DEAP_MNE_preprocessing/HEAD/README.md -------------------------------------------------------------------------------- /clean_DEAP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzoumpourlis/DEAP_MNE_preprocessing/HEAD/clean_DEAP.py -------------------------------------------------------------------------------- /clean_DEAP.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzoumpourlis/DEAP_MNE_preprocessing/HEAD/clean_DEAP.sh -------------------------------------------------------------------------------- /create_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzoumpourlis/DEAP_MNE_preprocessing/HEAD/create_json.py -------------------------------------------------------------------------------- /download_bdf_DEAP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzoumpourlis/DEAP_MNE_preprocessing/HEAD/download_bdf_DEAP.py -------------------------------------------------------------------------------- /download_bdf_DEAP.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | python download_bdf_DEAP.py -------------------------------------------------------------------------------- /extract_features_DEAP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzoumpourlis/DEAP_MNE_preprocessing/HEAD/extract_features_DEAP.py -------------------------------------------------------------------------------- /extract_features_DEAP.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzoumpourlis/DEAP_MNE_preprocessing/HEAD/extract_features_DEAP.sh -------------------------------------------------------------------------------- /figures/s01_ICA_components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzoumpourlis/DEAP_MNE_preprocessing/HEAD/figures/s01_ICA_components.png -------------------------------------------------------------------------------- /figures/s16_PSD_downsampled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzoumpourlis/DEAP_MNE_preprocessing/HEAD/figures/s16_PSD_downsampled.png -------------------------------------------------------------------------------- /metadata_csv/DEAP_EEG_channels.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzoumpourlis/DEAP_MNE_preprocessing/HEAD/metadata_csv/DEAP_EEG_channels.xlsx -------------------------------------------------------------------------------- /metadata_csv/note.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzoumpourlis/DEAP_MNE_preprocessing/HEAD/metadata_csv/note.txt --------------------------------------------------------------------------------