├── .gitattributes ├── .gitignore ├── AR_1_lan_8.m ├── Auto_artifacts.m ├── CRC_electrodes.mat ├── EEG_map.asv ├── EEG_map.m ├── Main.fig ├── Main.m ├── Montage.fig ├── Montage.m ├── Montage_250.fig ├── Montage_250.m ├── Montage_500.fig ├── Montage_500.m ├── Montage_artifacts.fig ├── Montage_artifacts.m ├── Montage_artifacts_250.fig ├── Montage_artifacts_250.m ├── N1_process_chunk.m ├── N2_process_chunk.m ├── N3_process_chunk.m ├── PSD_N2_chunk_250.m ├── PSD_N2_chunk_500.m ├── PSD_second_order_derivative_250.m ├── PSD_second_order_derivative_500.m ├── Power_spectra_density_250.m ├── Power_spectra_density_500.m ├── RMS_percentile_250.m ├── RMS_percentile_500.m ├── R_process_chunk.m ├── W_process_chunk.m ├── addStartMarker_Callback.m ├── bandpass_window_500.m ├── chajian ├── @file_array │ ├── Contents.m │ ├── cat.m │ ├── ctranspose.m │ ├── disp.m │ ├── display.m │ ├── double.m │ ├── end.m │ ├── fieldnames.m │ ├── file_array.m │ ├── horzcat.m │ ├── isnan.m │ ├── length.m │ ├── loadobj.m │ ├── ndims.m │ ├── numel.m │ ├── numeric.m │ ├── permute.m │ ├── private │ │ ├── datatypes.m │ │ ├── dim.m │ │ ├── dtype.m │ │ ├── file2mat.m │ │ ├── file2mat.mexa64 │ │ ├── file2mat.mexglx │ │ ├── file2mat.mexmaci │ │ ├── file2mat.mexmaci64 │ │ ├── file2mat.mexw32 │ │ ├── file2mat.mexw64 │ │ ├── fname.m │ │ ├── mat2file.m │ │ ├── mat2file.mexa64 │ │ ├── mat2file.mexglx │ │ ├── mat2file.mexmaci │ │ ├── mat2file.mexmaci64 │ │ ├── mat2file.mexw32 │ │ ├── mat2file.mexw64 │ │ ├── mystruct.m │ │ ├── offset.m │ │ ├── permission.m │ │ ├── resize_scales.m │ │ ├── scl_inter.m │ │ └── scl_slope.m │ ├── reshape.m │ ├── size.m │ ├── subsasgn.m │ ├── subsref.m │ ├── transpose.m │ └── vertcat.m ├── @meeg │ ├── Contents.m │ ├── chanlabels.m │ ├── chantype.m │ ├── check.m │ ├── clone.m │ ├── conditions.m │ ├── condlist.m │ ├── delete.m │ ├── display.m │ ├── dtype.m │ ├── ecgchannels.m │ ├── emgchannels.m │ ├── eogchannels.m │ ├── events.m │ ├── fieldnames.m │ ├── fname.m │ ├── fnamedat.m │ ├── frequencies.m │ ├── fsample.m │ ├── fttimelock.m │ ├── getcache.m │ ├── getfield.m │ ├── history.m │ ├── indchannel.m │ ├── indfrequency.m │ ├── indsample.m │ ├── indtrial.m │ ├── isfield.m │ ├── meeg.m │ ├── meegchannels.m │ ├── modality.m │ ├── nchannels.m │ ├── nconditions.m │ ├── nfrequencies.m │ ├── nsamples.m │ ├── ntrials.m │ ├── path.m │ ├── pickconditions.m │ ├── private │ │ ├── checkmeeg.m │ │ ├── getset.m │ │ └── match_str.m │ ├── reject.m │ ├── save.m │ ├── sconfounds.m │ ├── selectchannels.m │ ├── selectdata.m │ ├── sensors.m │ ├── size.m │ ├── subsasgn.m │ ├── subsref.m │ ├── time.m │ ├── timeonset.m │ ├── transformtype.m │ ├── trialonset.m │ ├── type.m │ └── units.m ├── Arousal_data.mat ├── Contents.m ├── Datapath.mat ├── cfg_get_defaults.m ├── cfg_getfile.m ├── cfg_mlbatch_defaults.m ├── cfg_onscreen.m ├── checkmeeg.m ├── crc_check_flag.m ├── crc_defaults.m ├── crc_eeg_load.m ├── crc_eeg_rdata_BCI2000.m ├── crc_eeg_rdata_brpr.m ├── crc_eeg_rdata_edf.m ├── crc_eeg_rdata_egi.m ├── crc_eeg_readHeaderBCI2000.m ├── crc_eeg_readHeaderBrainP.m ├── crc_eeg_readHeaderEDF.m ├── crc_eeg_readHeaderEGI.m ├── crc_fasst_utils.m ├── crc_get_defaults.m ├── crc_main.fig ├── crc_main.m ├── data_int.mat ├── edfread.m ├── eeg_load.m ├── file_array.m ├── readedf.m ├── spm.m ├── spm_Menu.fig ├── spm_axis.m ├── spm_defaults.m ├── spm_defs.m ├── spm_diff.m ├── spm_eeg_artefact.m ├── spm_eeg_channelselection.m ├── spm_eeg_convert.m ├── spm_eeg_copy.m ├── spm_eeg_filter.m ├── spm_eeg_load.m ├── spm_figure.m ├── spm_filter.m ├── spm_get_data.m ├── spm_get_def.m ├── spm_get_defaults.m ├── spm_graph.m ├── spm_grid.m ├── spm_help.m ├── spm_hilbert.m ├── spm_load.m ├── spm_load_float.m ├── spm_max.m ├── spm_read_hdr.m ├── spm_sections.m ├── spm_select.m ├── spm_str_manip.m ├── spm_type.m ├── spm_update.m └── tmouse.m ├── change_key.m ├── crc_N2_chunk.m ├── crc_check_flag.m ├── crc_chunks.fig ├── crc_chunks.m ├── crc_eeg_rdata_edf.m ├── crc_eeg_readHeaderEDF.m ├── crc_get_defaults.m ├── crc_hypnoplot.m ├── crc_plothypno.m ├── crc_process_chunk.m ├── crc_time_converts.m ├── delete_key.m ├── dis_artifacts.fig ├── dis_artifacts.m ├── dis_artifacts_250.fig ├── dis_artifacts_250.m ├── dis_filtered.fig ├── dis_filtered.m ├── dis_power.fig ├── dis_power.m ├── dis_score_250.fig ├── dis_score_250.m ├── dis_score_500.fig ├── dis_score_500.m ├── dis_unfiltered.fig ├── dis_unfiltered.m ├── hs_err_pid6476.log ├── hs_err_pid9440.log ├── juice_two_derivative2.m ├── magnifier.m ├── mainplot_spindle.m ├── mainplotsec_spindle.m ├── marker_end.fig ├── marker_end.m ├── marker_start.fig ├── marker_start.m ├── spindle_detection_MP_250.m ├── spindle_detection_MP_500.m ├── start_end.m └── tdk_capture.m /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/.gitignore -------------------------------------------------------------------------------- /AR_1_lan_8.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/AR_1_lan_8.m -------------------------------------------------------------------------------- /Auto_artifacts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/Auto_artifacts.m -------------------------------------------------------------------------------- /CRC_electrodes.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/CRC_electrodes.mat -------------------------------------------------------------------------------- /EEG_map.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/EEG_map.asv -------------------------------------------------------------------------------- /EEG_map.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/EEG_map.m -------------------------------------------------------------------------------- /Main.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/Main.fig -------------------------------------------------------------------------------- /Main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/Main.m -------------------------------------------------------------------------------- /Montage.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/Montage.fig -------------------------------------------------------------------------------- /Montage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/Montage.m -------------------------------------------------------------------------------- /Montage_250.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/Montage_250.fig -------------------------------------------------------------------------------- /Montage_250.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/Montage_250.m -------------------------------------------------------------------------------- /Montage_500.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/Montage_500.fig -------------------------------------------------------------------------------- /Montage_500.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/Montage_500.m -------------------------------------------------------------------------------- /Montage_artifacts.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/Montage_artifacts.fig -------------------------------------------------------------------------------- /Montage_artifacts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/Montage_artifacts.m -------------------------------------------------------------------------------- /Montage_artifacts_250.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/Montage_artifacts_250.fig -------------------------------------------------------------------------------- /Montage_artifacts_250.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/Montage_artifacts_250.m -------------------------------------------------------------------------------- /N1_process_chunk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/N1_process_chunk.m -------------------------------------------------------------------------------- /N2_process_chunk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/N2_process_chunk.m -------------------------------------------------------------------------------- /N3_process_chunk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/N3_process_chunk.m -------------------------------------------------------------------------------- /PSD_N2_chunk_250.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/PSD_N2_chunk_250.m -------------------------------------------------------------------------------- /PSD_N2_chunk_500.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/PSD_N2_chunk_500.m -------------------------------------------------------------------------------- /PSD_second_order_derivative_250.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/PSD_second_order_derivative_250.m -------------------------------------------------------------------------------- /PSD_second_order_derivative_500.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/PSD_second_order_derivative_500.m -------------------------------------------------------------------------------- /Power_spectra_density_250.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/Power_spectra_density_250.m -------------------------------------------------------------------------------- /Power_spectra_density_500.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/Power_spectra_density_500.m -------------------------------------------------------------------------------- /RMS_percentile_250.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/RMS_percentile_250.m -------------------------------------------------------------------------------- /RMS_percentile_500.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/RMS_percentile_500.m -------------------------------------------------------------------------------- /R_process_chunk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/R_process_chunk.m -------------------------------------------------------------------------------- /W_process_chunk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/W_process_chunk.m -------------------------------------------------------------------------------- /addStartMarker_Callback.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/addStartMarker_Callback.m -------------------------------------------------------------------------------- /bandpass_window_500.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/bandpass_window_500.m -------------------------------------------------------------------------------- /chajian/@file_array/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/Contents.m -------------------------------------------------------------------------------- /chajian/@file_array/cat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/cat.m -------------------------------------------------------------------------------- /chajian/@file_array/ctranspose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/ctranspose.m -------------------------------------------------------------------------------- /chajian/@file_array/disp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/disp.m -------------------------------------------------------------------------------- /chajian/@file_array/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/display.m -------------------------------------------------------------------------------- /chajian/@file_array/double.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/double.m -------------------------------------------------------------------------------- /chajian/@file_array/end.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/end.m -------------------------------------------------------------------------------- /chajian/@file_array/fieldnames.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/fieldnames.m -------------------------------------------------------------------------------- /chajian/@file_array/file_array.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/file_array.m -------------------------------------------------------------------------------- /chajian/@file_array/horzcat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/horzcat.m -------------------------------------------------------------------------------- /chajian/@file_array/isnan.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/isnan.m -------------------------------------------------------------------------------- /chajian/@file_array/length.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/length.m -------------------------------------------------------------------------------- /chajian/@file_array/loadobj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/loadobj.m -------------------------------------------------------------------------------- /chajian/@file_array/ndims.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/ndims.m -------------------------------------------------------------------------------- /chajian/@file_array/numel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/numel.m -------------------------------------------------------------------------------- /chajian/@file_array/numeric.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/numeric.m -------------------------------------------------------------------------------- /chajian/@file_array/permute.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/permute.m -------------------------------------------------------------------------------- /chajian/@file_array/private/datatypes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/datatypes.m -------------------------------------------------------------------------------- /chajian/@file_array/private/dim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/dim.m -------------------------------------------------------------------------------- /chajian/@file_array/private/dtype.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/dtype.m -------------------------------------------------------------------------------- /chajian/@file_array/private/file2mat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/file2mat.m -------------------------------------------------------------------------------- /chajian/@file_array/private/file2mat.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/file2mat.mexa64 -------------------------------------------------------------------------------- /chajian/@file_array/private/file2mat.mexglx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/file2mat.mexglx -------------------------------------------------------------------------------- /chajian/@file_array/private/file2mat.mexmaci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/file2mat.mexmaci -------------------------------------------------------------------------------- /chajian/@file_array/private/file2mat.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/file2mat.mexmaci64 -------------------------------------------------------------------------------- /chajian/@file_array/private/file2mat.mexw32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/file2mat.mexw32 -------------------------------------------------------------------------------- /chajian/@file_array/private/file2mat.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/file2mat.mexw64 -------------------------------------------------------------------------------- /chajian/@file_array/private/fname.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/fname.m -------------------------------------------------------------------------------- /chajian/@file_array/private/mat2file.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/mat2file.m -------------------------------------------------------------------------------- /chajian/@file_array/private/mat2file.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/mat2file.mexa64 -------------------------------------------------------------------------------- /chajian/@file_array/private/mat2file.mexglx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/mat2file.mexglx -------------------------------------------------------------------------------- /chajian/@file_array/private/mat2file.mexmaci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/mat2file.mexmaci -------------------------------------------------------------------------------- /chajian/@file_array/private/mat2file.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/mat2file.mexmaci64 -------------------------------------------------------------------------------- /chajian/@file_array/private/mat2file.mexw32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/mat2file.mexw32 -------------------------------------------------------------------------------- /chajian/@file_array/private/mat2file.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/mat2file.mexw64 -------------------------------------------------------------------------------- /chajian/@file_array/private/mystruct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/mystruct.m -------------------------------------------------------------------------------- /chajian/@file_array/private/offset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/offset.m -------------------------------------------------------------------------------- /chajian/@file_array/private/permission.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/permission.m -------------------------------------------------------------------------------- /chajian/@file_array/private/resize_scales.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/resize_scales.m -------------------------------------------------------------------------------- /chajian/@file_array/private/scl_inter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/scl_inter.m -------------------------------------------------------------------------------- /chajian/@file_array/private/scl_slope.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/private/scl_slope.m -------------------------------------------------------------------------------- /chajian/@file_array/reshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/reshape.m -------------------------------------------------------------------------------- /chajian/@file_array/size.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/size.m -------------------------------------------------------------------------------- /chajian/@file_array/subsasgn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/subsasgn.m -------------------------------------------------------------------------------- /chajian/@file_array/subsref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/subsref.m -------------------------------------------------------------------------------- /chajian/@file_array/transpose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/transpose.m -------------------------------------------------------------------------------- /chajian/@file_array/vertcat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@file_array/vertcat.m -------------------------------------------------------------------------------- /chajian/@meeg/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/Contents.m -------------------------------------------------------------------------------- /chajian/@meeg/chanlabels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/chanlabels.m -------------------------------------------------------------------------------- /chajian/@meeg/chantype.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/chantype.m -------------------------------------------------------------------------------- /chajian/@meeg/check.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/check.m -------------------------------------------------------------------------------- /chajian/@meeg/clone.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/clone.m -------------------------------------------------------------------------------- /chajian/@meeg/conditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/conditions.m -------------------------------------------------------------------------------- /chajian/@meeg/condlist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/condlist.m -------------------------------------------------------------------------------- /chajian/@meeg/delete.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/delete.m -------------------------------------------------------------------------------- /chajian/@meeg/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/display.m -------------------------------------------------------------------------------- /chajian/@meeg/dtype.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/dtype.m -------------------------------------------------------------------------------- /chajian/@meeg/ecgchannels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/ecgchannels.m -------------------------------------------------------------------------------- /chajian/@meeg/emgchannels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/emgchannels.m -------------------------------------------------------------------------------- /chajian/@meeg/eogchannels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/eogchannels.m -------------------------------------------------------------------------------- /chajian/@meeg/events.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/events.m -------------------------------------------------------------------------------- /chajian/@meeg/fieldnames.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/fieldnames.m -------------------------------------------------------------------------------- /chajian/@meeg/fname.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/fname.m -------------------------------------------------------------------------------- /chajian/@meeg/fnamedat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/fnamedat.m -------------------------------------------------------------------------------- /chajian/@meeg/frequencies.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/frequencies.m -------------------------------------------------------------------------------- /chajian/@meeg/fsample.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/fsample.m -------------------------------------------------------------------------------- /chajian/@meeg/fttimelock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/fttimelock.m -------------------------------------------------------------------------------- /chajian/@meeg/getcache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/getcache.m -------------------------------------------------------------------------------- /chajian/@meeg/getfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/getfield.m -------------------------------------------------------------------------------- /chajian/@meeg/history.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/history.m -------------------------------------------------------------------------------- /chajian/@meeg/indchannel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/indchannel.m -------------------------------------------------------------------------------- /chajian/@meeg/indfrequency.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/indfrequency.m -------------------------------------------------------------------------------- /chajian/@meeg/indsample.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/indsample.m -------------------------------------------------------------------------------- /chajian/@meeg/indtrial.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/indtrial.m -------------------------------------------------------------------------------- /chajian/@meeg/isfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/isfield.m -------------------------------------------------------------------------------- /chajian/@meeg/meeg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/meeg.m -------------------------------------------------------------------------------- /chajian/@meeg/meegchannels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/meegchannels.m -------------------------------------------------------------------------------- /chajian/@meeg/modality.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/modality.m -------------------------------------------------------------------------------- /chajian/@meeg/nchannels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/nchannels.m -------------------------------------------------------------------------------- /chajian/@meeg/nconditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/nconditions.m -------------------------------------------------------------------------------- /chajian/@meeg/nfrequencies.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/nfrequencies.m -------------------------------------------------------------------------------- /chajian/@meeg/nsamples.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/nsamples.m -------------------------------------------------------------------------------- /chajian/@meeg/ntrials.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/ntrials.m -------------------------------------------------------------------------------- /chajian/@meeg/path.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/path.m -------------------------------------------------------------------------------- /chajian/@meeg/pickconditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/pickconditions.m -------------------------------------------------------------------------------- /chajian/@meeg/private/checkmeeg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/private/checkmeeg.m -------------------------------------------------------------------------------- /chajian/@meeg/private/getset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/private/getset.m -------------------------------------------------------------------------------- /chajian/@meeg/private/match_str.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/private/match_str.m -------------------------------------------------------------------------------- /chajian/@meeg/reject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/reject.m -------------------------------------------------------------------------------- /chajian/@meeg/save.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/save.m -------------------------------------------------------------------------------- /chajian/@meeg/sconfounds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/sconfounds.m -------------------------------------------------------------------------------- /chajian/@meeg/selectchannels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/selectchannels.m -------------------------------------------------------------------------------- /chajian/@meeg/selectdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/selectdata.m -------------------------------------------------------------------------------- /chajian/@meeg/sensors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/sensors.m -------------------------------------------------------------------------------- /chajian/@meeg/size.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/size.m -------------------------------------------------------------------------------- /chajian/@meeg/subsasgn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/subsasgn.m -------------------------------------------------------------------------------- /chajian/@meeg/subsref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/subsref.m -------------------------------------------------------------------------------- /chajian/@meeg/time.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/time.m -------------------------------------------------------------------------------- /chajian/@meeg/timeonset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/timeonset.m -------------------------------------------------------------------------------- /chajian/@meeg/transformtype.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/transformtype.m -------------------------------------------------------------------------------- /chajian/@meeg/trialonset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/trialonset.m -------------------------------------------------------------------------------- /chajian/@meeg/type.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/type.m -------------------------------------------------------------------------------- /chajian/@meeg/units.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/@meeg/units.m -------------------------------------------------------------------------------- /chajian/Arousal_data.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/Arousal_data.mat -------------------------------------------------------------------------------- /chajian/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/Contents.m -------------------------------------------------------------------------------- /chajian/Datapath.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/Datapath.mat -------------------------------------------------------------------------------- /chajian/cfg_get_defaults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/cfg_get_defaults.m -------------------------------------------------------------------------------- /chajian/cfg_getfile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/cfg_getfile.m -------------------------------------------------------------------------------- /chajian/cfg_mlbatch_defaults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/cfg_mlbatch_defaults.m -------------------------------------------------------------------------------- /chajian/cfg_onscreen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/cfg_onscreen.m -------------------------------------------------------------------------------- /chajian/checkmeeg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/checkmeeg.m -------------------------------------------------------------------------------- /chajian/crc_check_flag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/crc_check_flag.m -------------------------------------------------------------------------------- /chajian/crc_defaults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/crc_defaults.m -------------------------------------------------------------------------------- /chajian/crc_eeg_load.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/crc_eeg_load.m -------------------------------------------------------------------------------- /chajian/crc_eeg_rdata_BCI2000.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/crc_eeg_rdata_BCI2000.m -------------------------------------------------------------------------------- /chajian/crc_eeg_rdata_brpr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/crc_eeg_rdata_brpr.m -------------------------------------------------------------------------------- /chajian/crc_eeg_rdata_edf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/crc_eeg_rdata_edf.m -------------------------------------------------------------------------------- /chajian/crc_eeg_rdata_egi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/crc_eeg_rdata_egi.m -------------------------------------------------------------------------------- /chajian/crc_eeg_readHeaderBCI2000.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/crc_eeg_readHeaderBCI2000.m -------------------------------------------------------------------------------- /chajian/crc_eeg_readHeaderBrainP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/crc_eeg_readHeaderBrainP.m -------------------------------------------------------------------------------- /chajian/crc_eeg_readHeaderEDF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/crc_eeg_readHeaderEDF.m -------------------------------------------------------------------------------- /chajian/crc_eeg_readHeaderEGI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/crc_eeg_readHeaderEGI.m -------------------------------------------------------------------------------- /chajian/crc_fasst_utils.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/crc_fasst_utils.m -------------------------------------------------------------------------------- /chajian/crc_get_defaults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/crc_get_defaults.m -------------------------------------------------------------------------------- /chajian/crc_main.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/crc_main.fig -------------------------------------------------------------------------------- /chajian/crc_main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/crc_main.m -------------------------------------------------------------------------------- /chajian/data_int.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/data_int.mat -------------------------------------------------------------------------------- /chajian/edfread.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/edfread.m -------------------------------------------------------------------------------- /chajian/eeg_load.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/eeg_load.m -------------------------------------------------------------------------------- /chajian/file_array.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/file_array.m -------------------------------------------------------------------------------- /chajian/readedf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/readedf.m -------------------------------------------------------------------------------- /chajian/spm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm.m -------------------------------------------------------------------------------- /chajian/spm_Menu.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_Menu.fig -------------------------------------------------------------------------------- /chajian/spm_axis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_axis.m -------------------------------------------------------------------------------- /chajian/spm_defaults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_defaults.m -------------------------------------------------------------------------------- /chajian/spm_defs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_defs.m -------------------------------------------------------------------------------- /chajian/spm_diff.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_diff.m -------------------------------------------------------------------------------- /chajian/spm_eeg_artefact.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_eeg_artefact.m -------------------------------------------------------------------------------- /chajian/spm_eeg_channelselection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_eeg_channelselection.m -------------------------------------------------------------------------------- /chajian/spm_eeg_convert.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_eeg_convert.m -------------------------------------------------------------------------------- /chajian/spm_eeg_copy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_eeg_copy.m -------------------------------------------------------------------------------- /chajian/spm_eeg_filter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_eeg_filter.m -------------------------------------------------------------------------------- /chajian/spm_eeg_load.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_eeg_load.m -------------------------------------------------------------------------------- /chajian/spm_figure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_figure.m -------------------------------------------------------------------------------- /chajian/spm_filter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_filter.m -------------------------------------------------------------------------------- /chajian/spm_get_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_get_data.m -------------------------------------------------------------------------------- /chajian/spm_get_def.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_get_def.m -------------------------------------------------------------------------------- /chajian/spm_get_defaults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_get_defaults.m -------------------------------------------------------------------------------- /chajian/spm_graph.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_graph.m -------------------------------------------------------------------------------- /chajian/spm_grid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_grid.m -------------------------------------------------------------------------------- /chajian/spm_help.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_help.m -------------------------------------------------------------------------------- /chajian/spm_hilbert.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_hilbert.m -------------------------------------------------------------------------------- /chajian/spm_load.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_load.m -------------------------------------------------------------------------------- /chajian/spm_load_float.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_load_float.m -------------------------------------------------------------------------------- /chajian/spm_max.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_max.m -------------------------------------------------------------------------------- /chajian/spm_read_hdr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_read_hdr.m -------------------------------------------------------------------------------- /chajian/spm_sections.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_sections.m -------------------------------------------------------------------------------- /chajian/spm_select.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_select.m -------------------------------------------------------------------------------- /chajian/spm_str_manip.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_str_manip.m -------------------------------------------------------------------------------- /chajian/spm_type.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_type.m -------------------------------------------------------------------------------- /chajian/spm_update.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/spm_update.m -------------------------------------------------------------------------------- /chajian/tmouse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/chajian/tmouse.m -------------------------------------------------------------------------------- /change_key.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/change_key.m -------------------------------------------------------------------------------- /crc_N2_chunk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/crc_N2_chunk.m -------------------------------------------------------------------------------- /crc_check_flag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/crc_check_flag.m -------------------------------------------------------------------------------- /crc_chunks.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/crc_chunks.fig -------------------------------------------------------------------------------- /crc_chunks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/crc_chunks.m -------------------------------------------------------------------------------- /crc_eeg_rdata_edf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/crc_eeg_rdata_edf.m -------------------------------------------------------------------------------- /crc_eeg_readHeaderEDF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/crc_eeg_readHeaderEDF.m -------------------------------------------------------------------------------- /crc_get_defaults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/crc_get_defaults.m -------------------------------------------------------------------------------- /crc_hypnoplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/crc_hypnoplot.m -------------------------------------------------------------------------------- /crc_plothypno.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/crc_plothypno.m -------------------------------------------------------------------------------- /crc_process_chunk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/crc_process_chunk.m -------------------------------------------------------------------------------- /crc_time_converts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/crc_time_converts.m -------------------------------------------------------------------------------- /delete_key.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/delete_key.m -------------------------------------------------------------------------------- /dis_artifacts.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/dis_artifacts.fig -------------------------------------------------------------------------------- /dis_artifacts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/dis_artifacts.m -------------------------------------------------------------------------------- /dis_artifacts_250.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/dis_artifacts_250.fig -------------------------------------------------------------------------------- /dis_artifacts_250.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/dis_artifacts_250.m -------------------------------------------------------------------------------- /dis_filtered.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/dis_filtered.fig -------------------------------------------------------------------------------- /dis_filtered.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/dis_filtered.m -------------------------------------------------------------------------------- /dis_power.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/dis_power.fig -------------------------------------------------------------------------------- /dis_power.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/dis_power.m -------------------------------------------------------------------------------- /dis_score_250.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/dis_score_250.fig -------------------------------------------------------------------------------- /dis_score_250.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/dis_score_250.m -------------------------------------------------------------------------------- /dis_score_500.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/dis_score_500.fig -------------------------------------------------------------------------------- /dis_score_500.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/dis_score_500.m -------------------------------------------------------------------------------- /dis_unfiltered.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/dis_unfiltered.fig -------------------------------------------------------------------------------- /dis_unfiltered.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/dis_unfiltered.m -------------------------------------------------------------------------------- /hs_err_pid6476.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/hs_err_pid6476.log -------------------------------------------------------------------------------- /hs_err_pid9440.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/hs_err_pid9440.log -------------------------------------------------------------------------------- /juice_two_derivative2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/juice_two_derivative2.m -------------------------------------------------------------------------------- /magnifier.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/magnifier.m -------------------------------------------------------------------------------- /mainplot_spindle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/mainplot_spindle.m -------------------------------------------------------------------------------- /mainplotsec_spindle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/mainplotsec_spindle.m -------------------------------------------------------------------------------- /marker_end.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/marker_end.fig -------------------------------------------------------------------------------- /marker_end.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/marker_end.m -------------------------------------------------------------------------------- /marker_start.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/marker_start.fig -------------------------------------------------------------------------------- /marker_start.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/marker_start.m -------------------------------------------------------------------------------- /spindle_detection_MP_250.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/spindle_detection_MP_250.m -------------------------------------------------------------------------------- /spindle_detection_MP_500.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/spindle_detection_MP_500.m -------------------------------------------------------------------------------- /start_end.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/start_end.m -------------------------------------------------------------------------------- /tdk_capture.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junejing/EEGALY/HEAD/tdk_capture.m --------------------------------------------------------------------------------