├── LICENSE ├── README.md ├── func ├── computeKL.m ├── compute_spatial_correlation.m ├── memd.m ├── mkmeans95.m ├── ms_band.m ├── ms_fit.m ├── ms_freq.m ├── ms_gev.m ├── ms_mmd.m ├── ms_ocr.m ├── ms_ppms.m ├── ms_pps.m ├── ms_rtt.m ├── ms_topocomposition.m ├── ms_trp_matrix.m └── ms_visualize.m ├── main.m └── supplement ├── FitCartool.m ├── saveeph.m └── savesef.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/README.md -------------------------------------------------------------------------------- /func/computeKL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/computeKL.m -------------------------------------------------------------------------------- /func/compute_spatial_correlation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/compute_spatial_correlation.m -------------------------------------------------------------------------------- /func/memd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/memd.m -------------------------------------------------------------------------------- /func/mkmeans95.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/mkmeans95.m -------------------------------------------------------------------------------- /func/ms_band.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/ms_band.m -------------------------------------------------------------------------------- /func/ms_fit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/ms_fit.m -------------------------------------------------------------------------------- /func/ms_freq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/ms_freq.m -------------------------------------------------------------------------------- /func/ms_gev.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/ms_gev.m -------------------------------------------------------------------------------- /func/ms_mmd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/ms_mmd.m -------------------------------------------------------------------------------- /func/ms_ocr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/ms_ocr.m -------------------------------------------------------------------------------- /func/ms_ppms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/ms_ppms.m -------------------------------------------------------------------------------- /func/ms_pps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/ms_pps.m -------------------------------------------------------------------------------- /func/ms_rtt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/ms_rtt.m -------------------------------------------------------------------------------- /func/ms_topocomposition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/ms_topocomposition.m -------------------------------------------------------------------------------- /func/ms_trp_matrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/ms_trp_matrix.m -------------------------------------------------------------------------------- /func/ms_visualize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/func/ms_visualize.m -------------------------------------------------------------------------------- /main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/main.m -------------------------------------------------------------------------------- /supplement/FitCartool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/supplement/FitCartool.m -------------------------------------------------------------------------------- /supplement/saveeph.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/supplement/saveeph.m -------------------------------------------------------------------------------- /supplement/savesef.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allard-Shi/EEGMicrostate_Anesthesia/HEAD/supplement/savesef.m --------------------------------------------------------------------------------