├── .gitignore ├── assets └── 400px-Wakeman_henson_eegset.jpg ├── bids_process_face_experiment.mlx ├── eeglab_history.m ├── event_processing_single_dataset.m ├── event_processing_study.m ├── make_eeg_movie.m ├── plot_study_erp.mlx ├── simple_study_pipeline.m ├── simple_study_pipeline_octave.m ├── source_reconstruction_advanced.mlx ├── source_reconstruction_custom_mri.m ├── source_reconstruction_eeg.mlx ├── study_script.m └── time_freq_all_elec.mlx /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/eeglab_tutorial_scripts/HEAD/.gitignore -------------------------------------------------------------------------------- /assets/400px-Wakeman_henson_eegset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/eeglab_tutorial_scripts/HEAD/assets/400px-Wakeman_henson_eegset.jpg -------------------------------------------------------------------------------- /bids_process_face_experiment.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/eeglab_tutorial_scripts/HEAD/bids_process_face_experiment.mlx -------------------------------------------------------------------------------- /eeglab_history.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/eeglab_tutorial_scripts/HEAD/eeglab_history.m -------------------------------------------------------------------------------- /event_processing_single_dataset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/eeglab_tutorial_scripts/HEAD/event_processing_single_dataset.m -------------------------------------------------------------------------------- /event_processing_study.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/eeglab_tutorial_scripts/HEAD/event_processing_study.m -------------------------------------------------------------------------------- /make_eeg_movie.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/eeglab_tutorial_scripts/HEAD/make_eeg_movie.m -------------------------------------------------------------------------------- /plot_study_erp.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/eeglab_tutorial_scripts/HEAD/plot_study_erp.mlx -------------------------------------------------------------------------------- /simple_study_pipeline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/eeglab_tutorial_scripts/HEAD/simple_study_pipeline.m -------------------------------------------------------------------------------- /simple_study_pipeline_octave.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/eeglab_tutorial_scripts/HEAD/simple_study_pipeline_octave.m -------------------------------------------------------------------------------- /source_reconstruction_advanced.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/eeglab_tutorial_scripts/HEAD/source_reconstruction_advanced.mlx -------------------------------------------------------------------------------- /source_reconstruction_custom_mri.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/eeglab_tutorial_scripts/HEAD/source_reconstruction_custom_mri.m -------------------------------------------------------------------------------- /source_reconstruction_eeg.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/eeglab_tutorial_scripts/HEAD/source_reconstruction_eeg.mlx -------------------------------------------------------------------------------- /study_script.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/eeglab_tutorial_scripts/HEAD/study_script.m -------------------------------------------------------------------------------- /time_freq_all_elec.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sccn/eeglab_tutorial_scripts/HEAD/time_freq_all_elec.mlx --------------------------------------------------------------------------------