├── EEG_preprocessing ├── BioSemi64.loc ├── preprocess.py └── processing_pipeline.m ├── LICENSE ├── README.md ├── StimulationProtocol_E-Prime ├── InnerSpeech-EEG-0011.es3 └── InnerSpeech-fMRI-0011.es3 └── fMRI_preprocessing ├── FWD_script.py ├── firstlevel.mat ├── preprocessing.mat ├── secondlevel.mat └── segmentNormalise.mat /EEG_preprocessing/BioSemi64.loc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LTU-Machine-Learning/Inner_Speech_EEG_fMRI/HEAD/EEG_preprocessing/BioSemi64.loc -------------------------------------------------------------------------------- /EEG_preprocessing/preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LTU-Machine-Learning/Inner_Speech_EEG_fMRI/HEAD/EEG_preprocessing/preprocess.py -------------------------------------------------------------------------------- /EEG_preprocessing/processing_pipeline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LTU-Machine-Learning/Inner_Speech_EEG_fMRI/HEAD/EEG_preprocessing/processing_pipeline.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LTU-Machine-Learning/Inner_Speech_EEG_fMRI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LTU-Machine-Learning/Inner_Speech_EEG_fMRI/HEAD/README.md -------------------------------------------------------------------------------- /StimulationProtocol_E-Prime/InnerSpeech-EEG-0011.es3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LTU-Machine-Learning/Inner_Speech_EEG_fMRI/HEAD/StimulationProtocol_E-Prime/InnerSpeech-EEG-0011.es3 -------------------------------------------------------------------------------- /StimulationProtocol_E-Prime/InnerSpeech-fMRI-0011.es3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LTU-Machine-Learning/Inner_Speech_EEG_fMRI/HEAD/StimulationProtocol_E-Prime/InnerSpeech-fMRI-0011.es3 -------------------------------------------------------------------------------- /fMRI_preprocessing/FWD_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LTU-Machine-Learning/Inner_Speech_EEG_fMRI/HEAD/fMRI_preprocessing/FWD_script.py -------------------------------------------------------------------------------- /fMRI_preprocessing/firstlevel.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LTU-Machine-Learning/Inner_Speech_EEG_fMRI/HEAD/fMRI_preprocessing/firstlevel.mat -------------------------------------------------------------------------------- /fMRI_preprocessing/preprocessing.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LTU-Machine-Learning/Inner_Speech_EEG_fMRI/HEAD/fMRI_preprocessing/preprocessing.mat -------------------------------------------------------------------------------- /fMRI_preprocessing/secondlevel.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LTU-Machine-Learning/Inner_Speech_EEG_fMRI/HEAD/fMRI_preprocessing/secondlevel.mat -------------------------------------------------------------------------------- /fMRI_preprocessing/segmentNormalise.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LTU-Machine-Learning/Inner_Speech_EEG_fMRI/HEAD/fMRI_preprocessing/segmentNormalise.mat --------------------------------------------------------------------------------