├── DiffE_model ├── README.md ├── evaluation.py ├── main.py ├── models.py └── utils.py ├── EEG_Channels ├── 64chans.cfg ├── ASP-128.pdf ├── CACS-128_NO_REF.bvef ├── CACS-128_NO_REF_actiCHampPlus.rwksp ├── CACS-32_NO_REF.bvef └── CACS-64_NO_REF.bvef ├── README.md ├── lsl_python ├── README.md ├── stream_data.py ├── topo_imgs_with_stream_data.py └── topo_with_stream_data.py ├── psychopy_python └── topo_gif.py ├── requirements.txt ├── vhdr_Matlab ├── load_data.py ├── topo_animation.py └── topo_single_image.py └── xdf_Python ├── xdf_load_data.py ├── xdf_load_data_with_trigger.py ├── xdf_load_data_with_trigger_crop.py ├── xdf_with_trigger_crop_topo_ani.py └── xdf_with_trigger_crop_topo_single.py /DiffE_model/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/DiffE_model/README.md -------------------------------------------------------------------------------- /DiffE_model/evaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/DiffE_model/evaluation.py -------------------------------------------------------------------------------- /DiffE_model/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/DiffE_model/main.py -------------------------------------------------------------------------------- /DiffE_model/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/DiffE_model/models.py -------------------------------------------------------------------------------- /DiffE_model/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/DiffE_model/utils.py -------------------------------------------------------------------------------- /EEG_Channels/64chans.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/EEG_Channels/64chans.cfg -------------------------------------------------------------------------------- /EEG_Channels/ASP-128.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/EEG_Channels/ASP-128.pdf -------------------------------------------------------------------------------- /EEG_Channels/CACS-128_NO_REF.bvef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/EEG_Channels/CACS-128_NO_REF.bvef -------------------------------------------------------------------------------- /EEG_Channels/CACS-128_NO_REF_actiCHampPlus.rwksp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/EEG_Channels/CACS-128_NO_REF_actiCHampPlus.rwksp -------------------------------------------------------------------------------- /EEG_Channels/CACS-32_NO_REF.bvef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/EEG_Channels/CACS-32_NO_REF.bvef -------------------------------------------------------------------------------- /EEG_Channels/CACS-64_NO_REF.bvef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/EEG_Channels/CACS-64_NO_REF.bvef -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/README.md -------------------------------------------------------------------------------- /lsl_python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/lsl_python/README.md -------------------------------------------------------------------------------- /lsl_python/stream_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/lsl_python/stream_data.py -------------------------------------------------------------------------------- /lsl_python/topo_imgs_with_stream_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/lsl_python/topo_imgs_with_stream_data.py -------------------------------------------------------------------------------- /lsl_python/topo_with_stream_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/lsl_python/topo_with_stream_data.py -------------------------------------------------------------------------------- /psychopy_python/topo_gif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/psychopy_python/topo_gif.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/requirements.txt -------------------------------------------------------------------------------- /vhdr_Matlab/load_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/vhdr_Matlab/load_data.py -------------------------------------------------------------------------------- /vhdr_Matlab/topo_animation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/vhdr_Matlab/topo_animation.py -------------------------------------------------------------------------------- /vhdr_Matlab/topo_single_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/vhdr_Matlab/topo_single_image.py -------------------------------------------------------------------------------- /xdf_Python/xdf_load_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/xdf_Python/xdf_load_data.py -------------------------------------------------------------------------------- /xdf_Python/xdf_load_data_with_trigger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/xdf_Python/xdf_load_data_with_trigger.py -------------------------------------------------------------------------------- /xdf_Python/xdf_load_data_with_trigger_crop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/xdf_Python/xdf_load_data_with_trigger_crop.py -------------------------------------------------------------------------------- /xdf_Python/xdf_with_trigger_crop_topo_ani.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/xdf_Python/xdf_with_trigger_crop_topo_ani.py -------------------------------------------------------------------------------- /xdf_Python/xdf_with_trigger_crop_topo_single.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BrainToSpeech/tutorials/HEAD/xdf_Python/xdf_with_trigger_crop_topo_single.py --------------------------------------------------------------------------------