plateform
stringclasses
1 value
repo_name
stringlengths
13
113
name
stringlengths
3
74
ext
stringclasses
1 value
path
stringlengths
12
229
size
int64
23
843k
source_encoding
stringclasses
9 values
md5
stringlengths
32
32
text
stringlengths
23
843k
github
ZijingMao/baselineeegtest-master
std_topo.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_topo.m
5,225
utf_8
b3a31f9654e617f8f7da77b1b962b870
% std_topo() - uses topoplot() to get the interpolated Cartesian grid of the % specified component topo maps. The topo map grids are saved % into a (.icatopo) file and a pointer to the file is stored % in the EEG structure. If such a file already exists, % load...
github
ZijingMao/baselineeegtest-master
std_stat.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_stat.m
11,175
utf_8
67c286fd36d7d44e591e5897fbf233ef
% std_stat() - compute statistics for ERP/spectral traces or ERSP/ITC images % of a component or channel cluster in a STUDY. % Usage: % >> [pcond, pgroup, pinter, statscond, statsgroup, statsinter] = std_stat( data, 'key', 'val', ...) % Inputs: % data - [cell array] mean data for each subject g...
github
ZijingMao/baselineeegtest-master
std_selcomp.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_selcomp.m
3,156
utf_8
00aa637c4e0c27267077e0bd01c2d8c6
% std_selcomp() - Helper function for std_erpplot(), std_specplot() % and std_erspplot() to select specific % components prior to plotting. % Usage: % >> std_selcomp( STUDY, data, cluster, setinds, compinds, comps) % % Inputs: % STUDY - EEGLAB STUDY structure. % data -...
github
ZijingMao/baselineeegtest-master
neural_net.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/neural_net.m
507
utf_8
0511a54c57462633b86130c890cfbb4d
% neural_net() - computes clusters using Matlab Neural Net toolbox. % Alternative clustering algorithm to kmeans(). % This is a helper function called from pop_clust(). function [IDX,C] = neural_net(clustdata,clus_num) nmin = min(clustdata); nmax = max(clustdata); net = newc([nmin ;nmax].',clus_num); ...
github
ZijingMao/baselineeegtest-master
std_spec.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_spec.m
17,435
utf_8
f0ee68a15f239bf6e29b3bb50c5bd8e9
% std_spec() - Returns the ICA component spectra for a dataset. Updates the EEG structure % in the Matlab environment and in the .set file as well. Saves the spectra % in a file. % Usage: % >> [spec freqs] = std_spec(EEG, 'key', 'val', ...); % % Computes the mean s...
github
ZijingMao/baselineeegtest-master
std_precomp_worker.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_precomp_worker.m
2,834
utf_8
35f7db94f3bde2742d8ec681fae164f1
% std_precomp_worker() - allow dispatching ERSP to be computed in parallel % on a given cluster. % Usage: % >> feature = std_precomp_worker(filename, varargin); % % Inputs: % filename - STUDY file name % % Optional inputs: % Optional inputs are the same as for the std_precomp function. No...
github
ZijingMao/baselineeegtest-master
pop_studyerp.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/pop_studyerp.m
8,206
utf_8
b0813e4eb5cf7b6f15ee9f45028b7261
% pop_studyerp() - create a simple design for ERP analysis % % Usage: % >> [STUDY ALLEEG] = pop_studyerp; % pop up interface % % Outputs: % STUDY - an EEGLAB STUDY set of loaded EEG structures % ALLEEG - ALLEEG vector of one or more loaded EEG dataset structures % % Author: Arnaud Delorme, SCCN, ...
github
ZijingMao/baselineeegtest-master
std_itcplot.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_itcplot.m
2,459
utf_8
5d31d5576a555fc6e0ea524887479c2c
% std_itcplot() - Commandline function to plot cluster ITCs. Either displays mean cluster % ITCs, or else all cluster component ITCs, plus the mean cluster ITC, in % one figure per cluster and condition. ITCs can be visualized only if % component ITCs were calculated a...
github
ZijingMao/baselineeegtest-master
std_readerpimage.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_readerpimage.m
1,501
utf_8
0c21798407bdacd79f5ef9bfe0c4110d
% std_readerpimage() - load ERPimage measures for data channels or % for all components of a specified cluster. % Usage: % >> [STUDY, erpimagedata, times, trials, events] = std_readerpimage(STUDY, ALLEEG, varargin); % % Note: this function is a helper function that contains a call to the % st...
github
ZijingMao/baselineeegtest-master
std_fileinfo.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_fileinfo.m
3,535
utf_8
e6de7fbc6e0b582bd20aabb2d0afafbf
% std_fileinfo() - Check uniform channel distribution accross datasets % % Usage: % >> [struct filepresent] = std_fileinfo(ALLEEG); % Inputs: % ALLEEG - EEGLAB ALLEEG structure % % Outputs: % struct - structure of the same length as the ALLEEG variable % containing all the fields in...
github
ZijingMao/baselineeegtest-master
std_clustread.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_clustread.m
12,094
utf_8
fc68f0aa97d01ad111040de7a802cc1e
% std_clustread() - this function has been replaced by std_readdata() for % consistency. Please use std_readdata() instead. % load one or more requested measures % ['erp'|'spec'|'ersp'|'itc'|'dipole'|'map'] % for all components of a specified clus...
github
ZijingMao/baselineeegtest-master
std_erpimageplot.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_erpimageplot.m
7,319
utf_8
5073f5d9c0bdd1e64fab8c87596d6553
% std_erpimageplot() - Commandline function to plot cluster ERPimage or channel erpimage. % % Usage: % >> [STUDY] = std_erpimageplot(STUDY, ALLEEG, key1, val1, key2, val2); % >> [STUDY data times freqs pgroup pcond pinter] = ... % std_erpimageplot(STUDY, ALLEEG ...); % Inputs: % STUDY - EEGLAB...
github
ZijingMao/baselineeegtest-master
std_checkset.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_checkset.m
14,296
utf_8
71289d38f5dce5d1d46b11c920eeb2bd
% std_checkset() - check STUDY set consistency % % Usage: >> [STUDY, ALLEEG] = std_checkset(STUDY, ALLEEG); % % Input: % STUDY - EEGLAB STUDY set % ALLEEG - vector of EEG datasets included in the STUDY structure % % Output: % STUDY - a new STUDY set containing some or all of the datasets in ALLEEG, ...
github
ZijingMao/baselineeegtest-master
std_checkfiles.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_checkfiles.m
7,593
utf_8
6ac22d4c5d62c3eaf4f9a4888c9fa0a9
% std_checkfiles() - Check all STUDY files consistency % % Usage: % >> boolval = std_checkfiles(STUDY, ALLEEG); % Inputs: % STUDY - EEGLAB STUDY set comprising some or all of the EEG datasets in ALLEEG. % ALLEEG - All EEGLAB datasets % % Outputs: % boolval - [0|1] 1 if uniform % % A...
github
ZijingMao/baselineeegtest-master
std_specgram.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_specgram.m
14,400
utf_8
c47a0f3d1446e9f4aa6ccb9446dc533a
% std_specgram() - Returns the ICA component or channel spectrogram for a dataset. % Saves the spectra in a file. % Usage: % >> [spec freqs] = std_specgram(EEG, 'key', 'val', ...); % % Inputs: % EEG - a loaded epoched EEG dataset structure. % % Optional inputs: % 'components' - [nume...
github
ZijingMao/baselineeegtest-master
pop_preclust.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/pop_preclust.m
35,559
utf_8
18c27f006ac8293d4a4fdf78bb6cc55b
% pop_preclust() - prepare STUDY components' location and activity measures for later clustering. % Collect information in an interactive pop-up query window. To pre-cluster % from the commandline, use std_preclust(). After data entry into the pop window, % selected me...
github
ZijingMao/baselineeegtest-master
std_selsubject.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_selsubject.m
2,842
utf_8
6466ff23a5fb9b15112c7274c77f6ea5
% std_selsubject() - Helper function for std_erpplot(), std_specplot() % and std_erspplot() to select specific subject when % plotting channel data. % Usage: % >> data = std_selsubject( data, subject, setinds, allsubjects); % % Inputs: % data - [cell array] mean data for each ...
github
ZijingMao/baselineeegtest-master
std_pac.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_pac.m
12,743
utf_8
9fc01e1de80025c52deebe220a9c0b20
% std_pac() - Compute or read PAC data (Phase Amplitude Coupling). % % Usage: % >> [X times logfreqs ] = std_pac(EEG, 'key', 'val', ...); % Inputs: % EEG - an EEG dataset structure. % % Optional inputs: % 'components1'- [numeric vector] components in the EEG structure used % for spec...
github
ZijingMao/baselineeegtest-master
compute_ersp_times.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/compute_ersp_times.m
2,069
utf_8
444923a87f00e754398384b467789b6d
% compute_ERSP_times() - computes the widest possible ERSP/ITC time window, % which depends on requested ERSP/ITC parameters such as epoch limits, % frequency range, wavelet parameters, sampling rate and frequency % resolution that are used by timef(). % This helper function is called ...
github
ZijingMao/baselineeegtest-master
std_dipplot.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_dipplot.m
27,155
utf_8
7aa203b7ca134c606fdce5feeeca46e8
% std_dipplot() - Commandline function to plot cluster component dipoles. Dipoles for each % named cluster is displayed in a separate figure. To view all the clustered % components in the STUDY on the same figure (in a separate subplot), all % STUDY clusters must be req...
github
ZijingMao/baselineeegtest-master
std_erpplot.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_erpplot.m
18,380
utf_8
535691c16cdc9853ab40464f8e2402de
% std_erpplot() - Command line function to plot STUDY cluster component ERPs. Either % displays grand mean ERPs for all requested clusters in the same figure, % with ERPs for different conditions (if any) plotted in different colors. % Else, displays ERP for each speci...
github
ZijingMao/baselineeegtest-master
std_preclust.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_preclust.m
27,008
utf_8
90006ebed95a949b1fd306df6e5d0454
% std_preclust() - select measures to be included in computation of a preclustering array. % This array is used by pop_clust() to find component clusters from a % specified parent cluster. % Selected measures (dipole location, ERPs, spectra, scalp maps, ERSPs, % ...
github
ZijingMao/baselineeegtest-master
std_filecheck.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_filecheck.m
8,785
utf_8
ed6e134b227c42300f92308c99c82ecc
% std_filecheck() - Check if ERSP or SPEC file contain specific parameters. % This file must contain a Matlab structure with a field % named 'parameter'. The content of this field will be % compared to the 'params' input. If they are identical % the o...
github
ZijingMao/baselineeegtest-master
std_changroup.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_changroup.m
5,933
utf_8
3ec8fa1b075f3697d4a1c1970be1031b
% std_changroup() - Create channel groups for plotting. % % Usage: % >> STUDY = std_changroup(STUDY, ALLEEG); % >> STUDY = std_changroup(STUDY, ALLEEG, chanlocs, 'interp'); % Inputs: % ALLEEG - Top-level EEGLAB vector of loaded EEG structures for the dataset(s) % ...
github
ZijingMao/baselineeegtest-master
std_reset.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_reset.m
1,619
utf_8
72ffdfcbfcf2b3d338ff1b59bcf6d6d5
% std_reset() - Remove all preloaded measures from STUDY % % Usage: % >> STUDY = std_reset(STUDY); % % Inputs: % STUDY - EEGLAB STUDY structure % % Outputs: % STUDY - EEGLAB STUDY structure % % Author: Arnaud Delorme, CERCO/CNRS & SCCN, INC, UCSD, 2009- % Copyright (C) Arnaud Delorme, arno@sccn.ucsd.edu % % This...
github
ZijingMao/baselineeegtest-master
std_substudy.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_substudy.m
5,138
utf_8
d57013b3c25ff4a8d8588e247f07bd61
% std_substudy() - create a sub-STUDY set by removing datasets, conditions, groups, or % subjects. % Usage: % >> [ STUDY ALLEEG ] = std_substudy(STUDY, ALLEEG, 'key', 'val', ...); % % Optional Inputs: % STUDY - existing study structure. % ALLEEG - vector of EEG da...
github
ZijingMao/baselineeegtest-master
std_plot.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_plot.m
1,013
utf_8
c20379b5799cb761b42ccc8e155eb139
% std_plot() - This function is outdated. Use std_plottf() to plot time/ % frequency decompositions and function std_plotcurve() to % plot erp and spectrum. % Copyright (C) 2006 Arnaud Delorme % % This program is free software; you can redistribute it and/or modify % it under the terms of the...
github
ZijingMao/baselineeegtest-master
pop_precomp.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/pop_precomp.m
21,303
utf_8
3635c5fd488f6a3f81aadbc21962c9c5
% pop_precomp() - precompute measures (spectrum, ERP, ERSP) for a collection of data % channels. Calls std_precomp(). % Usage: % >> [STUDY, ALLEEG] = pop_precomp(STUDY, ALLEEG); % pop up interactive window % Inputs: % STUDY - STUDY set structure containing (loaded) EEG datas...
github
ZijingMao/baselineeegtest-master
std_prepare_neighbors.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_prepare_neighbors.m
4,382
utf_8
a4a473e9fb500e8887f25e81a5641d93
% std_prepare_neighbors() - prepare Fieldtrip channel neighbor structure. % Only prepare the structure if necessary based % on statistical options in STUDY.etc.statistics. % Use the 'force' option to force preparing the % ...
github
ZijingMao/baselineeegtest-master
std_savedat.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_savedat.m
1,752
utf_8
32ee6d94f325818156111da795834c6d
% std_savedat() - save measure for computed data % % Usage: std_savedat( filename, structure); % % Authors: Arnaud Delorme, SCCN, INC, UCSD, 2006- % Copyright (C) Arnaud Delorme, SCCN, INC, UCSD, October 11, 2004, arno@sccn.ucsd.edu % % This program is free software; you can redistribute it and/or modify % it under t...
github
ZijingMao/baselineeegtest-master
std_clustmaxelec.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_clustmaxelec.m
2,424
utf_8
1a243dcf2ffd5e5be4cbaf58a69e3ac9
% std_clustmaxelec() - function to find the electrode with maximum absolute projection % for each component of a cluster % Usage: % >> [STUDY, ALLEEG] = std_clustmaxelec(STUDY, ALLEEG, clustind); % % Inputs: % STUDY - STUDY set structure containing (loaded) EEG dataset structures % ...
github
ZijingMao/baselineeegtest-master
pop_studydesign.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/pop_studydesign.m
28,474
utf_8
785b66d84c775b18999011c0f96bc16d
% pop_studydesign() - create a STUDY design structure. % % Usage: % >> [STUDY, ALLEEG] = pop_studydesign(STUDY, ALLEEG, key1, val1, ...); % % Inputs: % STUDY - EEGLAB STUDY set % ALLEEG - vector of the EEG datasets included in the STUDY structure % % Optional inputs: % % Authors: Arnaud Delorme, Apri...
github
ZijingMao/baselineeegtest-master
std_createclust.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_createclust.m
11,296
utf_8
324e2986c5494686e6ea9fa03913cb90
% std_createclust() - dreate a new empty cluster. After creation, components % may be (re)assigned to it using std_movecomp(). % Usage: % >> [STUDY] = std_createclust(STUDY, ALLEEG, 'key', val); % Inputs: % STUDY - STUDY set comprising some or all of the EEG datasets in A...
github
ZijingMao/baselineeegtest-master
std_checkconsist.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_checkconsist.m
2,299
utf_8
e6cbe33ddc8c1fb52b95a02d9bfff1e3
% std_checkconsist() - Create channel groups for plotting. % % Usage: % >> boolval = std_checkconsist(STUDY, 'uniform', 'condition'); % >> boolval = std_checkconsist(STUDY, 'uniform', 'group'); % Inputs: % STUDY - EEGLAB STUDY set comprising some or all of the EEG datasets...
github
ZijingMao/baselineeegtest-master
std_readersp.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_readersp.m
27,159
utf_8
f5d97a5a750d3b52e1853a6264369d5f
% std_readersp() - load ERSP measures for data channels or for all % components of a specified cluster. This function is % also being used to read ITC and ERPimage data. % Usage: % >> [STUDY, erspdata, times, freqs, erspbase] = ... % std_readersp(STUDY, ALLEEG, v...
github
ZijingMao/baselineeegtest-master
std_moveoutlier.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_moveoutlier.m
3,042
utf_8
d3911bba9d7caea1be8f3002aac0e6aa
% std_moveoutlier() - Commandline function, to reassign specified outlier component(s) % from a cluster to its outlier cluster. % Usage: % >> STUDY = std_moveoutlier(STUDY, ALLEEG, from_cluster, comps); % Inputs: % STUDY - EEGLAB STUDY set comprising some...
github
ZijingMao/baselineeegtest-master
pop_savestudy.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/pop_savestudy.m
4,821
utf_8
fa0293fa03f7350151ab08e951c9bee4
% pop_savestudy() - save a STUDY structure to a disk file % % Usage: % >> STUDY = pop_savestudy( STUDY, EEG ); % pop up and interactive window % >> STUDY = pop_savestudy( STUDY, EEG, 'key', 'val', ...); % no pop-up % % Inputs: % STUDY - STUDY structure. % EEG...
github
ZijingMao/baselineeegtest-master
pop_chanplot.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/pop_chanplot.m
27,582
utf_8
dcfb38346565d3ab979d9dbbfb4adfc1
% pop_chanplot() - graphic user interface (GUI)-based function with plotting % options for visualizing. Only channel measures (e.g., spectra, % ERPs, ERSPs, ITCs) that have been computed and saved in the study EEG % datasets can be visualized. These can be computed using ...
github
ZijingMao/baselineeegtest-master
std_erpimage.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_erpimage.m
11,020
utf_8
e610e6ac79890f95ca1b2048f25013fa
% std_erpimage() - Compute ERP images and save them on disk. % % Usage: % >> std_erpimage( EEG, 'key', 'val', ...); % % Inputs: % EEG - a loaded epoched EEG dataset structure. May be an array % of such structure containing several datasets. % % Optional inputs: % 'components' - [numeric ...
github
ZijingMao/baselineeegtest-master
std_cell2setcomps.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_cell2setcomps.m
3,058
utf_8
199bb737c086d50fb622cb63d9511eeb
% std_cell2setcomps - convert .sets and .comps to cell array. The .sets and % .comps format is useful for GUI but the cell array % format is used for plotting and statistics. % % Usage: % [ struct sets comps ] = std_cell2setcomps(STUDY, clustind); % % Author: Arnaud...
github
ZijingMao/baselineeegtest-master
std_editset.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_editset.m
16,290
utf_8
f7eebc870fafd57a1465c80e576543d1
% std_editset() - modify a STUDY set structure. % % Usage: % >> [STUDY, ALLEEG] = std_editset(STUDY, ALLEEG, key1, val1, ...); % Inputs: % STUDY - EEGLAB STUDY set % ALLEEG - vector of the EEG datasets included in the STUDY structure % % Optional inputs: % 'commands' - {cell_array} change...
github
ZijingMao/baselineeegtest-master
std_readitc.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_readitc.m
1,475
utf_8
0c0874e2789900f1ae4de7b00a08107f
% std_readitc() - load ITC measures for data channels or % for all components of a specified cluster. % Usage: % >> [STUDY, itcdata, times, freqs] = ... % std_readitc(STUDY, ALLEEG, varargin); % % Note: this function is a helper function that contains a call to the % std_re...
github
ZijingMao/baselineeegtest-master
pop_loadstudy.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/pop_loadstudy.m
7,058
utf_8
2620548ba19051c9deb0e0f1ee8474bf
% pop_loadstudy() - load an existing EEGLAB STUDY set of EEG datasets plus % its corresponding ALLEEG structure. Calls std_loadalleeg(). % Usage: % >> [STUDY ALLEEG] = pop_loadstudy; % pop up a window to collect filename % >> [STUDY ALLEEG] = pop_loadstudy( 'key', 'val', ...); % no pop-up % % Opt...
github
ZijingMao/baselineeegtest-master
std_readspecgram.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_readspecgram.m
4,381
utf_8
96b0d97423e8bcaaf19884201bfb7a63
% std_readspecgram() - returns the stored mean power spectrogram for an ICA component % or a data channel in a specified dataset. The spectrogram is % assumed to have been saved in a Matlab file, % "[dataset_name].datspecgram", in the same % direct...
github
ZijingMao/baselineeegtest-master
std_pacplot.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_pacplot.m
1,889
utf_8
b3f29ed622b651d14f649518b13acd9f
% std_pacplot() - Commandline function to plot cluster PAC % (phase-amplitude coupling). % % Usage: % >> [STUDY] = std_pacplot(STUDY, ALLEEG, key1, val1, key2, val2); % >> [STUDY itcdata itctimes itcfreqs pgroup pcond pinter] = ... % std_pacplot(STUDY, ALLEEG ...); % Inputs: % ...
github
ZijingMao/baselineeegtest-master
pop_dipparams.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/pop_dipparams.m
3,898
utf_8
49636409e08a138da902e72246f3131a
% pop_dipparams() - Set plotting parameters for dipoles. % % Usage: % >> STUDY = pop_dipparams(STUDY, 'key', 'val'); % % Inputs: % STUDY - EEGLAB STUDY set % % Optional inputs: % 'axistight' - ['on'|'off'] Plot closest MRI slide. Default is 'off'. % 'projimg' - ['on'|'off'] lot dipoles projectio...
github
ZijingMao/baselineeegtest-master
std_precomp.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_precomp.m
29,624
utf_8
dd96b4908b3c59eeb35b08d9b80b4c87
% std_precomp() - Precompute measures (ERP, spectrum, ERSP, ITC) for channels in a % study. If channels are interpolated before computing the measures, % the updated EEG datasets are also saved to disk. Called by % pop_precomp(). Follow with pop_plotstudy(). See Exampl...
github
ZijingMao/baselineeegtest-master
std_rebuilddesign.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_rebuilddesign.m
2,984
utf_8
09dbb018032fb646a0680536ac8e28a2
% std_rebuilddesign - reduild design structure when datasets have been % removed or added. % Usage: % STUDY = std_rebuilddesign(STUDY, ALLEEG); % STUDY = std_rebuilddesign(STUDY, ALLEEG, designind); % % Inputs: % STUDY - EEGLAB STUDY set % ALLEEG - vector of the EEG datasets includ...
github
ZijingMao/baselineeegtest-master
pop_clustedit.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/pop_clustedit.m
58,975
utf_8
bf0668415dcac6e239fdf4b53031d7a9
% pop_clustedit() - graphic user interface (GUI)-based function with editing and plotting % options for visualizing and manipulating an input STUDY structure. % Only component measures (e.g., dipole locations, scalp maps, spectra, % ERPs, ERSPs, ITCs) that have been compu...
github
ZijingMao/baselineeegtest-master
std_findsameica.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_findsameica.m
2,100
utf_8
7c74914fce1976eb61bd77192f81f3d7
% std_findsameica() - find groups of datasets with identical ICA decomposiotions % % Usage: % >> clusters = std_findsameica(ALLEEG); % >> clusters = std_findsameica(ALLEEG,icathreshold); % Inputs: % ALLEEG - a vector of loaded EEG dataset structures of all sets in the STUDY set. % icathresh...
github
ZijingMao/baselineeegtest-master
std_plotcurve.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_plotcurve.m
28,054
utf_8
4970bcc4787dd785a2c417f854ecdcdd
% std_plotcurve() - plot ERP or spectral traces for a STUDY component % or channel cluster % Usage: % >> std_plotcurve( axvals, data, 'key', 'val', ...) % Inputs: % axvals - [vector or cell array] axis values for the data. % data - [cell array] mean data for each subject group and/or d...
github
ZijingMao/baselineeegtest-master
std_movie.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_movie.m
5,749
utf_8
b76bc3cff273bfdc46ca097d380720fa
% std_topomovie - make movie in the frequency domain % % Usage: % >> [STUDY] = std_movie(STUDY, ALLEEG, key1, val1, key2, val2, ...); % % Inputs: % STUDY - STUDY structure comprising some or all of the EEG datasets in ALLEEG. % ALLEEG - vector of EEG dataset structures for the dataset(s) in the STUD...
github
ZijingMao/baselineeegtest-master
std_readfile.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_readfile.m
15,609
utf_8
5f6b1005263321cdba24e80b92827d6c
% std_readfile() - Read data file containing STUDY measures. % % Usage: % >> [data param range1 range2] = std_readfile(filename, 'key', val); % % Inputs: % filename - [string] read specific file, for instance 's1.daterp' % containing ERP data for dataset "s1.set". It is also % ...
github
ZijingMao/baselineeegtest-master
std_figtitle.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_figtitle.m
11,976
utf_8
8d0cdf735518b04d1c27c37441ecc076
% std_figtitle() - Generate plotting figure titles in a cell array % % Usage: % >> celltxt = std_figtitle(key1, val1, key2, val2); % % Inputs: % 'subject' - [string] Subject name % 'datatype' - [string] data type (For example 'erp') % 'chanlabels' - [cell array or string] channel names % 'compnames'...
github
ZijingMao/baselineeegtest-master
std_chantopo.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_chantopo.m
9,652
utf_8
28bf5cd485d8031d2b9e2dc3180c2738
% std_chantopo() - plot ERP/spectral/ERSP topoplot at a specific % latency/frequency. % Usage: % >> std_chantopo( data, 'key', 'val', ...) % Inputs: % data - [cell array] mean data for each subject group and/or data % condition. These arrays are usually returned by function % ...
github
ZijingMao/baselineeegtest-master
std_uniformfiles.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/studyfunc/std_uniformfiles.m
3,122
utf_8
4338ced427d77d85832ff2965d6735b9
% std_uniformfiles() - Check uniform channel distribution accross data files % % Usage: % >> boolval = std_uniformfiles(STUDY, ALLEEG); % % Inputs: % STUDY - EEGLAB STUDY % % Outputs: % boolval - [-1|0|1] 0 if non uniform, 1 if uniform, -1 if error % % Authors: Arnaud Delorme, SCCN/UCSD, CERCO/CN...
github
ZijingMao/baselineeegtest-master
iseeglabdeployed.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/iseeglabdeployed.m
154
utf_8
cb8716ae372b37132bb2a58c54d09cd0
% iseeglabdeployed - true for EEGLAB compile version and false otherwise function val = iseeglabdeployed try val = isdeployed; catch val = 0; end
github
ZijingMao/baselineeegtest-master
eeg_getversion.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/eeg_getversion.m
1,551
utf_8
a6ee3614031195b8aaf40cfab1251520
% eeg_getversion() - obtain EEGLAB version number % % Usage: % >> vers = eeg_getversion; % >> [vers vnum] = eeg_getversion; % % Outputs: % vers = [string] EEGLAB version number % vnum = [float] numerical value for the version. For example 11.3.2.4b % is converted to 11.324 % % Authors: Arnaud De...
github
ZijingMao/baselineeegtest-master
gethelpvar.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/gethelpvar.m
9,432
utf_8
7d60bb94c02933e99c9a469f683938dc
% gethelpvar() - convert a Matlab m-file help-message header % into out variables % Usage: % >> [vartext, varnames] = gethelpvar( filein, varlist); % % Inputs: % filein - input filename (with .m extension) % varlist - optional list of variable to return. If absent % retrun al...
github
ZijingMao/baselineeegtest-master
eeg_retrieve.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/eeg_retrieve.m
2,820
utf_8
fc0ecd37ff8b71e41ef51d43a4aca461
% eeg_retrieve() - Retrieve an EEG dataset from the variable % containing all datasets (standard: ALLEEG). % % Usage: >> EEG = eeg_retrieve( ALLEEG, index ); % % Inputs: % ALLEEG - variable containing all datasets % index - index of the dataset to retrieve % % Outputs: % EEG - out...
github
ZijingMao/baselineeegtest-master
vararg2str.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/vararg2str.m
6,803
utf_8
547476651c6901a530169197da722d2d
% vararg2str() - transform arguments into string for evaluation % using the eval() command % % Usage: % >> strout = vararg2str( allargs ); % >> strout = vararg2str( allargs, inputnames, inputnum, nostrconv ); % % Inputs: % allargs - Cell array containing all arguments % inputnames - Cell arra...
github
ZijingMao/baselineeegtest-master
unique_bc.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/unique_bc.m
717
utf_8
1ac4b80ca073d969c0b6d0e7a0db1f3d
% unique_bc - unique backward compatible with Matlab versions prior to 2013a function [C,IA,IB] = unique_bc(A,varargin); errorFlag = error_bc; v = version; indp = find(v == '.'); v = str2num(v(1:indp(2)-1)); if v > 7.19, v = floor(v) + rem(v,1)/10; end; if nargin > 2 ind = strmatch('legacy', varargin); if ~...
github
ZijingMao/baselineeegtest-master
setdiff_bc.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/setdiff_bc.m
704
utf_8
6ff610d1b3099610817bea2fc877650d
% setdiff_bc - setdiff backward compatible with Matlab versions prior to 2013a function [C,IA] = setdiff_bc(A,B,varargin); errorFlag = error_bc; v = version; indp = find(v == '.'); v = str2num(v(1:indp(2)-1)); if v > 7.19, v = floor(v) + rem(v,1)/10; end; if nargin > 2 ind = strmatch('legacy', varargin); if...
github
ZijingMao/baselineeegtest-master
union_bc.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/union_bc.m
724
utf_8
958b5b56de3e20c3892b2d7809e830fd
% union_bc - union backward compatible with Matlab versions prior to 2013a function [C,IA,IB] = union_bc(A,B,varargin); errorFlag = error_bc; v = version; indp = find(v == '.'); v = str2num(v(1:indp(2)-1)); if v > 7.19, v = floor(v) + rem(v,1)/10; end; if nargin > 2 ind = strmatch('legacy', varargin); if ~i...
github
ZijingMao/baselineeegtest-master
getkeyval.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/getkeyval.m
4,294
utf_8
f3f11db9f974963b9b8b34e48f778ae9
% getkeyval() - get variable value from a 'key', 'val' sequence string. % % Usage: % >> val = getkeyval( keyvalstr, varname, mode, defaultval); % % Inputs: % keyvalstr - string containing 'key', 'val' arguments % varname - string for the name of the variable or index % of th...
github
ZijingMao/baselineeegtest-master
is_sccn.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/is_sccn.m
388
utf_8
99847041e8b1f185a51f93939d33b819
% is_sccn() - returns 1 if computer is located at SCCN (Swartz Center % for computational Neuroscience) and 0 otherwise function bool = is_sccn; bool = 0; domnane = ' '; try eval([ 'if isunix, [tmp domname] = unix(''hostname -d'');' ... 'end;' ... 'bool = strcmpi...
github
ZijingMao/baselineeegtest-master
gettext.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/gettext.m
2,465
utf_8
414488f77905ebf88c561e892df73cd7
% gettext() - This function prints a dialog box on screen and waits for % the user to enter a string. There is a cancel button which % returns a value of []. % Usage: % >> out = gettext(label1,label2,...,label7); % % Author: Colin Humphries, CNL / Salk Institute, La Jolla, 1997 % Copyright ...
github
ZijingMao/baselineeegtest-master
eeg_getdatact.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/eeg_getdatact.m
12,037
utf_8
bc4bb0dfeb0f9183cb320544ba36fbdd
% eeg_getdatact() - get EEG data from a specified dataset or % component activity % % Usage: % >> signal = eeg_getdatact( EEG ); % >> signal = eeg_getdatact( EEG, 'key', 'val'); % % Inputs: % EEG - Input dataset % % Optional input: % 'channel' - [integer array] read only specifi...
github
ZijingMao/baselineeegtest-master
eeg_readoptions.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/eeg_readoptions.m
3,419
utf_8
4104fa6db19f22201a63ba183b0d2f5f
% eeg_readoptions() - Read EEGLAB memory options file (eeg_options) into a % structure variable (opt). % % Usage: % [ header, opt ] = eeg_readoptions( filename, opt ); % % Input: % filename - [string] name of the option file % opt - [struct] option structure containing backup values...
github
ZijingMao/baselineeegtest-master
hlp_argstruct2linearcell.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/hlp_argstruct2linearcell.m
1,953
utf_8
cf2a64e0864d59a83ffeefe20c9f2b09
% hlp_argstruct2linearcell() - Linearize configation output of arg_guipanel % % Usage: % >> cellval = hlp_argstruct2linearcells( cfg ); % % Inputs: % cfg - output configuration structure from arg_guipanel % % Output: % cellval - cell array of output values % % Author: Arnaud Delorme, SCCN & CERCO, CNRS, 2013- %...
github
ZijingMao/baselineeegtest-master
eeg_checkset.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/eeg_checkset.m
66,957
utf_8
bd9effa16d52b65b814263a1c016032b
% eeg_checkset() - check the consistency of the fields of an EEG dataset % Also: See EEG dataset structure field descriptions below. % % Usage: >> [EEGOUT,changes] = eeg_checkset(EEG); % perform all checks % except 'makeur' % >> [EEGOUT,change...
github
ZijingMao/baselineeegtest-master
ismember_bc.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/ismember_bc.m
711
utf_8
565a06126820e316b2bf233d652bf24c
% ismember_bc - ismember backward compatible with Matlab versions prior to 2013a function [C,IA] = ismember_bc(A,B,varargin); errorFlag = error_bc; v = version; indp = find(v == '.'); v = str2num(v(1:indp(2)-1)); if v > 7.19, v = floor(v) + rem(v,1)/10; end; if nargin > 2 ind = strmatch('legacy', varargin); ...
github
ZijingMao/baselineeegtest-master
intersect_bc.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/intersect_bc.m
752
utf_8
72bc774f899f5fb5e3b75d2c1ef99049
% intersect_bc - intersect backward compatible with Matlab versions prior to 2013a function [C,IA,IB] = intersect_bc(A,B,varargin); errorFlag = error_bc; v = version; indp = find(v == '.'); v = str2num(v(1:indp(2)-1)); if v > 7.19, v = floor(v) + rem(v,1)/10; end; if nargin > 2 ind = strmatch('legacy', varargin...
github
ZijingMao/baselineeegtest-master
plugin_getweb.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/plugin_getweb.m
6,337
utf_8
d6ad7bd9e33713cfe1317b4e55cd3c3f
function plugin = plugin_getweb(type, pluginOri, mode) if nargin < 1, help plugin_getweb; return; end; if nargin < 2, pluginOri = []; end; if nargin < 3, mode = 'merge'; end; % 'merge' or 'newlist' % convert plugin list format if necessary if isfield(pluginOri, 'plugin'), pluginOri = plugin_convert(pluginOri); end; ...
github
ZijingMao/baselineeegtest-master
eeg_checkchanlocs.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/eeg_checkchanlocs.m
8,655
utf_8
2664c683e10493731ebda7dfec52968f
% eeg_checkchanlocs() - Check the consistency of the channel locations structure % of an EEGLAB dataset. % % Usage: % >> EEG = eeg_checkchanlocs( EEG, 'key1', value1, 'key2', value2, ... ); % >> [chanlocs chaninfo] = eeg_checkchanlocs( chanlocs, chaninfo, 'key1', value1, 'key2', value2, ... ); % %...
github
ZijingMao/baselineeegtest-master
pop_editoptions.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/pop_editoptions.m
12,328
utf_8
640ce0d9927c2f7fa8fc7e1955a0c98e
% pop_editoptions() - Edit memory-saving eeglab() options. These are stored in % a file 'eeg_options.m'. With no argument, pop up a window % to allow the user to set/unset these options. Store % user choices in a new 'eeg_options.m' file in the % ...
github
ZijingMao/baselineeegtest-master
pop_delset.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/pop_delset.m
2,422
utf_8
44b38052f003e12e39320b5613f097ae
% pop_delset() - Delete a dataset from the variable containing % all datasets. % % Usage: >> ALLEEG = pop_delset(ALLEEG, indices); % % Inputs: % ALLEEG - array of EEG datasets % indices - indices of datasets to delete. None -> a pop_up window asks % the user to choose. Index < 0 -> i...
github
ZijingMao/baselineeegtest-master
pop_rejmenu.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/pop_rejmenu.m
23,728
utf_8
6acbdd38985f06d47dd90f857a5d8679
% pop_rejmenu() - Main menu for rejecting trials in an EEG dataset % % Usage: >> pop_rejmenu(INEEG, typerej); % % Inputs: % INEEG - input dataset % typerej - data to reject on (0 = component activations; % 1 = raw electrode data). {Default: 1 = reject on raw data} % % Author: Arnaud Delorme,...
github
ZijingMao/baselineeegtest-master
plugin_extract.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/plugin_extract.m
13,547
utf_8
16601e654cdeb6f5eadeb41ab74eb6dd
function restartEeglabFlag = plugin_extract(type, pluginlist, page) if nargin < 3, page = 1; end; % type may be 'import' or 'process' restartEeglabFlag = false; pluginsPerPage = 15; % check the presence of unzip %str = evalc('!unzip'); %if length(str) < 200 % error([ '"unzip" could not be found. Instal unzip an...
github
ZijingMao/baselineeegtest-master
eeg_store.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/eeg_store.m
5,423
utf_8
d4bd75d1e701aaaba164772acc07725e
% eeg_store() - store specified EEG dataset(s) in the ALLEG variable % containing all current datasets, after first checking % dataset consistency using eeg_checkset(). % % Usage: >> [ALLEEG EEG index] = eeg_store(ALLEEG, EEG); % >> [ALLEEG EEG index] = eeg_store(ALLEEG, EEG, index)...
github
ZijingMao/baselineeegtest-master
eeg_eval.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/eeg_eval.m
4,224
utf_8
a33398d975e05e64806a16536fdcca32
% eeg_eval() - apply eeglab function to a collection of input datasets % % Usage: % >> OUTEEG = eeg_eval(funcname, INEEG, 'key1', value1, 'key2', value2 ...); % % Inputs: % funcname - [string] name of the function % INEEG - EEGLAB input dataset(s) % % Optional inputs % 'params' - [cell array] ...
github
ZijingMao/baselineeegtest-master
eegh.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/eegh.m
4,073
utf_8
71f03408b617f0adfa6816bce5a1adbd
% eegh() - history function. % % Usage: % >> eegh( arg ); % >> eegh( arg1, arg2 ); % % Inputs: % - With no argument, it return the command history. % - arg is a string: with a string argument it pulls the command % onto the stack. % - arg is a number>0: execute the element...
github
ZijingMao/baselineeegtest-master
eeglabexefolder.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/eeglabexefolder.m
1,076
utf_8
bea2b2d54e501ccc2c6e113759384061
% eeglabexefolder - return the exe folder for EEGLAB. This function is only % relevant for the compiled version of EEGLAB. % % Author: Arnaud Delorme, SCCN & CERCO, CNRS, 2008- % Copyright (C) 15 Feb 2002 Arnaud Delorme, Salk Institute, arno@salk.edu % % This program is free software; you can redistr...
github
ZijingMao/baselineeegtest-master
eeg_hist.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/eeg_hist.m
1,405
utf_8
5da5613eba9f720215dbf40a723b2008
% eeg_hist() - history for EEGLAB dataset. % % Usage: % >> EEGOUT = eeg_hist( EEGIN, command ); % % Inputs: % EEGIN - input dataset % command - [string] eeglab command % % Global variables used: % EEGOUT - output dataset with updated history field % % Author: Arnaud Delorme, SCCN/INC/UCSD, Dec 2003 % % See a...
github
ZijingMao/baselineeegtest-master
eeglab_error.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/eeglab_error.m
3,159
utf_8
52bd326118eafedfeaaa94a2741cbedc
% eeglab_error() - generate an eeglab error. % % Usage: >> eeglab_error; % % Inputs: none, simply capture the last error generated. % % Author: Arnaud Delorme, SCCN, INC, UCSD, 2006- % % see also: eeglab() % Copyright (C) 2006 Arnaud Delorme, Salk Institute, arno@salk.edu % % This program is free software; you can re...
github
ZijingMao/baselineeegtest-master
plugin_installstartup.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/adminfunc/plugin_installstartup.m
3,762
utf_8
37419d82594718647942d0ca8356c632
% plugin_installstartup() - install popular toolboxes when EEGLAB starts % % Usage: % >> restartEeglabFlag = plugin_installstartup; % pop up window % % Outputs: % restartEeglabFlag - [0|1] restart EEGLAB % % Author: Arnaud Delorme, SCCN, INC, UCSD, Oct. 29, 2013- % Copyright (C) 2013 Arnaud Delorme, SCCN, INC, UCS...
github
ZijingMao/baselineeegtest-master
topoplot.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/sigprocfunc/topoplot.m
70,346
utf_8
4c8f2e9da5704f953687a5b2315bef77
% topoplot() - plot a topographic map of a scalp data field in a 2-D circular view % (looking down at the top of the head) using interpolation on a fine % cartesian grid. Can also show specified channnel location(s), or return % an interpolated value at an arbitrary scalp locat...
github
ZijingMao/baselineeegtest-master
readegilocs.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/sigprocfunc/readegilocs.m
2,898
utf_8
db357ca683b59cbb87ff64dc2cc5bb0b
% readegilocs() - look up locations for EGI EEG dataset. % % Usage: % >> EEG = readegilocs(EEG); % >> EEG = readegilocs(EEG, fileloc); % % Inputs: % EEG - EEGLAB data structure % % Optional input: % fileloc - EGI channel location file % % Outputs: % EEG - EEGLAB data structure with channel lo...
github
ZijingMao/baselineeegtest-master
eyelike.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/sigprocfunc/eyelike.m
748
utf_8
83fb00bb12b75f143a88314e92ebe31f
% eyelike() - calculate a permutation matrix P and a scaling (diagonal) maxtrix S % such that S*P*E is eyelike (so permutation acts on the rows of E). % E must be a square matrix. % Usage: % >> [eyelike, S, P] = eyelike(E); % % Author: Benjamin Blankertz (blanker@first.gmd.de) 3/2/00 fun...
github
ZijingMao/baselineeegtest-master
trial2eegplot.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/sigprocfunc/trial2eegplot.m
1,822
utf_8
5c1c543407f5710d59e780a95904b9d5
% trial2eegplot() - convert eeglab format to eeplot format of rejection window % % Usage: % >> eegplotarray = trial2eegplot(rej, rejE, points, color); % % Inputs: % rej - rejection vector (0 and 1) with one value per trial % rejE - electrode rejection array (size nb_elec x trials) also % made of 0 an...
github
ZijingMao/baselineeegtest-master
eegplot2event.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/sigprocfunc/eegplot2event.m
2,932
utf_8
f36ca0fc4d6df10d0b3f83cc6f657f74
% eegplot2event() - convert EEGPLOT rejections into events % compatible with the eeg_eegrej function for rejecting % continuous portions of datasets. % % Usage: % >> [events] = eegplot2event( eegplotrej, type, colorin, colorout ); % % Inputs: % eegplotrej - EEGPLOT output (TMPRE...
github
ZijingMao/baselineeegtest-master
celltomat.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/sigprocfunc/celltomat.m
1,264
utf_8
2c99b2d1c464697b97f856035aa819f6
% celltomat() - convert cell array to matrix % % Usage: >> M = celltomat( C ); % % Author: Arnaud Delorme, CNL / Salk Institute, Jan 25 2002 % % Note: This function overloads the neuralnet toolbox function CELLTOMAT, % but does not have all its capacities. Delete this version if you have % the toolbox. % Copyright (C...
github
ZijingMao/baselineeegtest-master
matsel.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/sigprocfunc/matsel.m
3,756
utf_8
3779008d46e2601576fba59179f48a0c
% matsel() - select rows, columns, and epochs from given multi-epoch data matrix % % Usage: % >> [dataout] = matsel(data,frames,framelist); % >> [dataout] = matsel(data,frames,framelist,chanlist); % >> [dataout] = matsel(data,frames,framelist,chanlist,epochlist); % % Inputs: % data - input data...
github
ZijingMao/baselineeegtest-master
axcopy.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/sigprocfunc/axcopy.m
3,176
utf_8
f425a07736a8472959fc9760a6f78f8f
% axcopy() - Copy a Matlab figure axis and its graphic objects to a new pop-up window % using the left mouse button. % % Usage: >> axcopy % >> axcopy(fig) % >> axcopy('noticks') % >> axcopy(fig, command) % % Notes: % 1) Clicking the left mouse button on a Matlab figure axis copies...
github
ZijingMao/baselineeegtest-master
eegthresh.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/sigprocfunc/eegthresh.m
4,674
utf_8
b6eb3049ae5ed15cfe382dd6b942d0ab
% eegthresh() - classical trial rejection rejection using a threshold on % the raw signal % % Usage: % >> [Iin, Iout, newsignal, elec] = eegthresh( signal, frames, ... % elecs, negthresh, posthresh, timerange, starttime, entime) % % Inputs: % signal - signal 2D, channels x (frames*swee...
github
ZijingMao/baselineeegtest-master
qqdiagram.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/sigprocfunc/qqdiagram.m
4,745
utf_8
f9f838e5edd084613e8c54cb85cbb56f
% qqdiagram() - Empirical quantile-quantile diagram. % % Description: % The quantiles (percentiles) of the input distribution Y are plotted (Y-axis) % against the corresponding quantiles of the input distribution X. % If only X is given, the corresponding quantiles are plotted ...
github
ZijingMao/baselineeegtest-master
loaddat.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/sigprocfunc/loaddat.m
1,775
utf_8
7d7aa4df464e400f37de47be51520ea6
% loaddat() - loading neuroscan format data file into matlab. % % Usage: % >> [typeeeg, rt, response, n] = loaddat( filename ); % % Inputs: % filename - input Neuroscan .dat file % % Outputs: % typeeeg - type of the sweeps % rt - reaction time of the subject % response - response of the subject % n - number...
github
ZijingMao/baselineeegtest-master
cbar.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/sigprocfunc/cbar.m
6,086
utf_8
e3d146edc925c770080882bdfcedc39b
% cbar() - Display full or partial color bar % % Usage: % >> cbar % create a vertical cbar on the right side of a figure % >> cbar(type) % specify direction as 'vert' or 'horiz' % >> cbar(type,colors) % specify which colormap colors to plot % else % >> cbar(axhandle) % specify the axes to draw cbar in % % ...
github
ZijingMao/baselineeegtest-master
readlocs.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/sigprocfunc/readlocs.m
33,881
utf_8
7e1d85669932dffeca11a8fad52e02ca
% readlocs() - read electrode location coordinates and other information from a file. % Several standard file formats are supported. Users may also specify % a custom column format. Defined format examples are given below % (see File Formats). % Usage: % >> eloc = readlocs( ...
github
ZijingMao/baselineeegtest-master
erpimage.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/sigprocfunc/erpimage.m
157,376
utf_8
deef1ab9cf000fdabbc8e026c72c4366
% erpimage() - Plot a colored image of a collection of single-trial data epochs, optionally % sorted on and/or aligned to an input sorting variable and smoothed across % trials with a Gaussian weighted moving-average. (To return event-aligned data % without plotting, use eegalign(...