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
pylance/BCI-GEM-Pipeline-master
pop_loadset.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_loadset.m
14,435
utf_8
93a26aeae3a4c3fd4bc70166ff7f5328
% pop_loadset() - load an EEG dataset. If no arguments, pop up an input window. % % Usage: % >> EEGOUT = pop_loadset; % pop up window to input arguments % >> EEGOUT = pop_loadset( 'key1', 'val1', 'key2', 'val2', ...); % >> EEGOUT = pop_loadset( filename, filepath); % old calling format % % Optional inputs: % 'f...
github
pylance/BCI-GEM-Pipeline-master
pop_selectcomps.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_selectcomps.m
7,460
utf_8
8edde953edd442f1cc480f2a403c8086
% pop_selectcomps() - Display components with button to vizualize their % properties and label them for rejection. % Usage: % >> OUTEEG = pop_selectcomps( INEEG, compnum ); % % Inputs: % INEEG - Input dataset % compnum - vector of component numbers % % Output: % OUTEEG - Output dataset ...
github
pylance/BCI-GEM-Pipeline-master
pop_readsegegi.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_readsegegi.m
3,697
utf_8
c101ff1d191f9634bc1ce0aba263842c
% pop_readsegegi() - load a segmented EGI EEG file. Pop up query % window if no arguments. % Usage: % >> EEG = pop_readsegegi; % a window pops up % >> EEG = pop_readsegegi( filename ); % no pop-up window % % Inputs: % filename - first EGI file name % % Outputs: % EEG ...
github
pylance/BCI-GEM-Pipeline-master
pop_rmbase.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_rmbase.m
7,439
utf_8
45f9353a46caf1ebb9c14f4c7932108c
% pop_rmbase() - remove channel baseline means from an epoched or % continuous EEG dataset. Calls rmbase(). % Usage: % >> OUTEEG = pop_rmbase( EEG ); % pop up an interactive arg entry window % >> OUTEEG = pop_rmbase( EEG, timerange, pointrange); % call rmbase() % % Graphic interface: % "Baseline ...
github
pylance/BCI-GEM-Pipeline-master
pop_fileiodir.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_fileiodir.m
2,897
utf_8
0b71b35b5266ba0571298a6974edf189
% pop_fileiodir() - import directory into EEGLAB using FileIO % % Usage: % >> OUTEEG = pop_fileiodir; % pop up window % >> OUTEEG = pop_fileiodir( folder ); % % Inputs: % folder - [string] folder name % % Optional inputs: % 'channels' - [integer array] list of channel indices % 'samples' - [min max] sam...
github
pylance/BCI-GEM-Pipeline-master
pop_prop.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_prop.m
15,968
utf_8
cf47b5aef84eae867c3e697e131faab1
% pop_prop() - plot the properties of a channel or of an independent % component. % Usage: % >> pop_prop( EEG); % pops up a query window % >> pop_prop( EEG, typecomp); % pops up a query window % >> pop_prop( EEG, typecomp, chanorcomp, winhandle,spectopo_options); % % Inputs: % EEG ...
github
pylance/BCI-GEM-Pipeline-master
eeg_getepochevent.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_getepochevent.m
11,756
utf_8
5ea09aae0a884131df8e8c4e1d238cf3
% eeg_getepochevent() - Return dataset event field values for all events % of one or more specified types % Usage: % >> epochval = eeg_getepochevent( EEG ); % >> epochval = eeg_getepochevent( EEG, 'key', 'val'); % % Inputs: % EEG - Input dataset % % Optional inputs: %...
github
pylance/BCI-GEM-Pipeline-master
eeg_timeinterp.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_timeinterp.m
3,370
utf_8
365cfdc876b172e03a77db2833308aee
% eeg_timeinterp() - perform spline interpolation of a portion % of data based on prior and post activity. See % eeg_interp() for interpolation of bad channels. % % Usage: % >> OUTEEG = eeg_timeinterp( INEEG, samples, 'key', 'val'); % % Inputs: % INEEG - input EEG structu...
github
pylance/BCI-GEM-Pipeline-master
pop_comments.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_comments.m
5,327
utf_8
e203d4a9ef43004035f13e5afe147831
% pop_comments() - edit comments % % Usage: % >> newcomments = pop_comments( oldcomments); % >> newcomments = pop_comments( oldcomments, title, newcomments, concat); % % Inputs: % oldcomments - old comments (string or cell array of strings) % title - optional window title (string) % newcomments - new co...
github
pylance/BCI-GEM-Pipeline-master
eeg_emptyset.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_emptyset.m
2,505
utf_8
a93f07a3989f904c1eade15794aab1f1
% eeg_emptyset() - Initialize an EEG dataset structure with default values. % % Usage: % >> EEG = eeg_emptyset(); % % Outputs: % EEG - empty dataset structure with default values. % % Author: Arnaud Delorme, CNL / Salk Institute, 2001 % % See also: eeglab() % Copyright (C) 2001 Arnaud Delorme, Salk Institute, a...
github
pylance/BCI-GEM-Pipeline-master
pop_eventstat.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_eventstat.m
4,984
utf_8
a4b8019a80d3c517ad7407e9b6906815
% pop_eventstat() - Computes and plots statistical characteristics of an EEG event, % including the data histogram, a fitted normal distribution, % a normal ditribution fitted on trimmed data, a boxplot, and % the QQ-plot. The estimates value are printed in a panel ...
github
pylance/BCI-GEM-Pipeline-master
getchanlist.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/getchanlist.m
2,052
utf_8
12fe9861407f310f8b008f835753091b
% getchanlist() - Obtain indices of specified channel types. % % Usage: % >> chanlist = getchanlist(chanlocs, type) % % Inputs: % chanlocs - EEGLAB channel location structure % type - [string] select channel of specified type % can enter a cell array to select several channel types % %...
github
pylance/BCI-GEM-Pipeline-master
pop_biosig.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_biosig.m
11,082
utf_8
7f80b9e3e215ef99bd71c1590b87ccb0
% pop_biosig() - import data files into EEGLAB using BIOSIG toolbox % % Usage: % >> OUTEEG = pop_biosig; % pop up window % >> OUTEEG = pop_biosig( filename, channels, type); % % Inputs: % filename - [string] file name % % Optional inputs: % 'channels' - [integer array] list of channel indices % 'blockrange'...
github
pylance/BCI-GEM-Pipeline-master
pop_export.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_export.m
8,253
utf_8
d7e2bbf82fd68b8df5f65244d810f123
% pop_export() - export EEG dataset % % Usage: % >> com = pop_export(EEG); % a window pops up % >> com = pop_export(EEG, filename, 'key', 'val', ... ); % % Inputs: % EEG - eeglab dataset % filename - file name % % Optional inputs: % 'ica' - ['on'|'off'] export ICA activities (or ER...
github
pylance/BCI-GEM-Pipeline-master
pop_rejchan.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_rejchan.m
10,276
utf_8
a844de4616006a4306ad0d4e4b770160
% pop_rejchan() - reject artifacts channels in an EEG dataset using joint % probability of the recorded electrode. % % Usage: % >> pop_rejchan( INEEG ) % pop-up interative window mode % >> [EEG, indelec, measure, com] = ... % = pop_rejchan( INEEG, 'key', 'val'); % % Inputs: % INEEG - input...
github
pylance/BCI-GEM-Pipeline-master
eeg_countepochs.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_countepochs.m
4,033
utf_8
a9c4c080c3befb23347f12d5c4360d4e
% eeg_countepochs() Count how many epochs there are of each type % % Usage: % >> eeg_countepochs(EEG); % % Inputs: % EEG - input dataset % epochmarker - ['type'|'eventtype'] indicates which part of the % EEG.epoch structure the different trial types are stored in. Depending % on what system the ...
github
pylance/BCI-GEM-Pipeline-master
pop_chanedit.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_chanedit.m
51,758
utf_8
61a61d97ce8c8ca41fc8f0708a333785
% pop_chanedit() - Edit the channel locations structure of an EEGLAB dataset, % EEG.chanlocs. For structure location and file formats, % see >> help readlocs % % EEG.chanlocs. For structure location and file formats, % see >> help readlocs % % Usag...
github
pylance/BCI-GEM-Pipeline-master
pop_newcrossf.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_newcrossf.m
9,208
utf_8
e9ec5bedf577d64df52c8c9838dae4e9
% pop_newcrossf() - Return estimates and plots of event-related spectral coherence % % Usage: % >> pop_newcrossf(EEG, typeproc, num1, num2, tlimits,cycles, % 'key1',value1,'key2',value2, ... ); % Inputs: % INEEG - Input EEG dataset % typeproc - Type of proces...
github
pylance/BCI-GEM-Pipeline-master
pop_spectopo.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_spectopo.m
16,618
utf_8
d85a54903c88f0466adac25dbdc5c0a2
% pop_spectopo() - Plot spectra of specified data channels or components. % Show scalp maps of power at specified frequencies. % Calls spectopo(). % Usage: % >> pop_spectopo( EEG, dataflag); % pops-up interactive window % OR % >> [spectopo_outputs] = pop_spectopo( EEG, dataflag,...
github
pylance/BCI-GEM-Pipeline-master
pop_epoch.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_epoch.m
16,923
utf_8
1fb4d2e74c69a52ed60d55d1621486e5
% pop_epoch() - Convert a continuous EEG dataset to epoched data by extracting % data epochs time locked to specified event types or event indices. % May also sub-epoch an already epoched dataset (if sub-epochs are % same size or smaller). This pop_function calls epoch(). % U...
github
pylance/BCI-GEM-Pipeline-master
eeg_eventhist.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_eventhist.m
4,549
utf_8
075deb48deff9d15410e8cce6a433655
% eeg_eventhist() - return or plot histogram of event or urevent field values. % If NO output args, plots the histogram. If the field values % are not numbers or strings, no histogram is computed. % Usage: % >> figure; eeg_eventhist(EEG.event,'field',bins); % plot histogram...
github
pylance/BCI-GEM-Pipeline-master
eeg_latencyur.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_latencyur.m
2,912
utf_8
d55ca27237bce37a4bf5491ff6639324
% eeg_latencyur() - transform latency of sample point in the continuous % data into latencies in the transformed dataset. % % Usage: % >> lat_out = eeg_latencyur( events, lat_in); % % Inputs: % events - event structure. If this structure contain boundary % events, the length of th...
github
pylance/BCI-GEM-Pipeline-master
pop_importev2.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_importev2.m
2,489
utf_8
741843995eba3b57df4e2670647f78ef
% pop_importev2() - merge a neuroscan EV2 file with input dataset % (pop out window if no arguments). % % Usage: % >> OUTEEG = pop_importev2( INEEG ); % pop-up window mode % >> OUTEEG = pop_importev2( INEEG, filename); % % Inputs: % INEEG - input EEGLAB data structure % filename ...
github
pylance/BCI-GEM-Pipeline-master
pop_biosig16ying.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_biosig16ying.m
10,593
utf_8
1831d74dfa6b0ab3c1f6991654a256c8
% pop_biosig() - import data files into EEGLAB using BIOSIG toolbox % % Usage: % >> OUTEEG = pop_biosig; % pop up window % >> OUTEEG = pop_biosig( filename, channels, type); % % Inputs: % filename - [string] file name % % Optional inputs: % 'channels' - [integer array] list of channel indices % 'blockrange'...
github
pylance/BCI-GEM-Pipeline-master
eeg_oldica.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_oldica.m
4,381
utf_8
22d0c16288409e669fd273afd79ec6f0
% eeg_oldica() - report, return or add to oldicaweights and oldicasphere % stored in cell arrays in EEG.etc of an EEGLAB dataset % Usage: % >> eeg_oldica(EEG); % report number of stored oldicaweights % >> [EEG,icaweights, icasphere] = eeg_oldica(EEG,N); % return matrices % >> EEG...
github
pylance/BCI-GEM-Pipeline-master
pop_plotdata.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_plotdata.m
6,983
utf_8
a050f0fb99538d1e30279c41241ba0b6
% pop_plotdata() - Plot average of EEG channels or independent components in % a rectangular array. Else, (over)plot single trials. % Usage: % >> avg = pop_plotdata(EEG, typeplot, indices, trials, title, singletrials, ydir, ylimits); % % Inputs: % EEG - Input dataset % typeplot - Type d...
github
pylance/BCI-GEM-Pipeline-master
pop_eegfilt.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_eegfilt.m
9,360
utf_8
f64d8d0b36d5e7e5ac64782c3412bb38
% pop_eegfilt() - interactively filter EEG dataset data using eegfilt() % % Usage: % >> EEGOUT = pop_eegfilt( EEG, locutoff, hicutoff, filtorder); % % Graphical interface: % "Lower edge ..." - [edit box] Lower edge of the frequency pass band (Hz) % Same as the 'locutoff' command line input. % "Hi...
github
pylance/BCI-GEM-Pipeline-master
pop_subcomp.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_subcomp.m
6,379
utf_8
e7794fc9bf9ce6971db47be696beba06
% pop_subcomp() - remove specified components from an EEG dataset. % and subtract their activities from the data. Else, % remove components already marked for rejection. % Usage: % >> OUTEEG = pop_subcomp( INEEG ); % pop-up window mode % >> OUTEEG = pop_subcomp( INEEG, components, co...
github
pylance/BCI-GEM-Pipeline-master
eeg_topoplot.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_topoplot.m
13,363
utf_8
f7a6fe417c1429baaee4201b16da5df0
% eeg_topoplot() - plot scalp map % % eeg_topoplot( vals, chanlocs, 'key', 'val'); % % Input: % vals - values, one per channel % chanlocs - channel structure, same size as vals % % Optional inputs: % 'colormap' - colormap. Possible colormaps are 'blueredyellow', ... % 'yellowredblue', 'bluere...
github
pylance/BCI-GEM-Pipeline-master
eeg_pvaf.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_pvaf.m
9,554
utf_8
0e527313c0a1dda9713e3cc25f465861
% eeg_pvaf() - Compute EEG.data 'percent variance accounted for' (pvaf) by specified components. % Can omit specified components and channels from the computation. Can draw a plot % of the scalp distribution of pvaf, or progressively compute the pvaf for comps % 1:k, where k = 1...
github
pylance/BCI-GEM-Pipeline-master
pop_copyset.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_copyset.m
2,501
utf_8
5ff586e542073596297cfaa0cb6d2da0
% pop_copyset() - Copy the current EEG dataset into another dataset. % % Usage: % >> ALLEEG = pop_copyset(ALLEEG, index1); % pop-up % >> [ ALLEEG EEG CURRENTSET ] = pop_copyset(ALLEEG, index1, index2 ); % % Inputs: % ALLEEG - array of dataset structure % index1 - input dataset number % index2 - in...
github
pylance/BCI-GEM-Pipeline-master
eeg_chaninds.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_chaninds.m
2,367
utf_8
2def40fab41159484d7bd8502397d5a6
% std_chaninds() - look up channel indices in a EEG structure % % Usage: % >> inds = std_chaninds(EEG, channames); % Inputs: % EEG - EEG structure containing a chanlocs substructure. % the chanlocs structure may also be used as input. % channames - [cell] channel names. May also be...
github
pylance/BCI-GEM-Pipeline-master
pop_readegi.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_readegi.m
8,591
utf_8
2f7b99d9be1290f1e4f5c78dd01815da
% pop_readegi() - load a EGI EEG file (pop out window if no arguments). % % Usage: % >> EEG = pop_readegi; % a window pops up % >> EEG = pop_readegi( filename ); % >> EEG = pop_readegi( filename, datachunks, forceversion, fileloc); % % Inputs: % filename - EGI file name % datachunks - de...
github
pylance/BCI-GEM-Pipeline-master
pop_erpimage.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_erpimage.m
34,127
utf_8
7a821956c6e3beaf067346e54d7e5e01
% pop_erpimage() - draw an ERP-image plot of a given EEG channel or independent % component. Uses a pop-up window if less than three (or four % in one condition) input arguments are supplied. Calls erpimage(). % For futher details see >> help erpimage % Usage: % >>...
github
pylance/BCI-GEM-Pipeline-master
eeg_epochformat.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_epochformat.m
7,674
utf_8
b6227100d8d67253534322618e4b81fa
% eeg_epochformat() - Convert the epoch information of a dataset from struct % to array or vice versa. % % Usage: >> [epochsout fields] = eeg_epochformat( epochs, 'format', fields, events ); % % Input: % epochs - epoch numerical or cell array or epoch structure % format - ['struct'|'array'] conv...
github
pylance/BCI-GEM-Pipeline-master
eeg_urlatency.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_urlatency.m
2,237
utf_8
7a9b9b21f8b247ddcea52752ae05bc26
% eeg_urlatency() - find the original (ur) latency of a time point in % the original continuous data. % % Usage: % >> lat_out = eeg_urlatency( event, lat_in ); % % Inputs: % event - event structure. If this structure contain boundary % events, the length of these events is add...
github
pylance/BCI-GEM-Pipeline-master
eeg_context.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_context.m
27,634
utf_8
8abec48acc7f051c46340c6cbf7f45f4
% eeg_context() - returns (in output 'delays') a matrix giving, for each event of specified % ("target") type(s), the latency (in ms) to the Nth preceding and/or following % urevents (if any) of specified ("neighbor") type(s). Return the target event % and urevent numbe...
github
pylance/BCI-GEM-Pipeline-master
pop_biosig16.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_biosig16.m
10,480
utf_8
0740b905165b210b6e1c587304d14801
% pop_biosig() - import data files into EEGLAB using BIOSIG toolbox % % Usage: % >> OUTEEG = pop_biosig; % pop up window % >> OUTEEG = pop_biosig( filename, channels, type); % % Inputs: % filename - [string] file name % % Optional inputs: % 'channels' - [integer array] list of channel indices % 'blockrange'...
github
pylance/BCI-GEM-Pipeline-master
pop_chanevent.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_chanevent.m
14,346
utf_8
6dd2b5a53ddab6deffe78bae70f589b9
% pop_chanevent() - import event latencies from the rising and/or falling 'edge' % latencies of a specified event-marker channel in EEG.data % Usage: % >> OUTEEG = pop_chanevent( INEEG ); % select parameters via a pop-up window % >> OUTEEG = pop_chanevent( INEEG, chanindices, 'key', 'val' ... );...
github
pylance/BCI-GEM-Pipeline-master
pop_rejspec.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_rejspec.m
12,800
utf_8
58cb37f8656d637dfad891aa266b393f
% pop_rejspec() - rejection of artifact in a dataset using % thresholding of frequencies in the data. % Usage: % >> pop_rejspec(INEEG, typerej); % pop-up interactive window mode % >> [OUTEEG, Indices] = pop_rejspec( INEEG, typerej, 'key', val, ...); % % Pop-up window options: % "Electrode|Compon...
github
pylance/BCI-GEM-Pipeline-master
pop_topoplot.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_topoplot.m
15,339
utf_8
3fd3a5f63febf3a3a010be6092594f69
% pop_topoplot() - Plot scalp map(s) in a figure window. If number of input % arguments is less than 3, pop up an interactive query window. % Makes (possibly repeated) calls to topoplot(). % Usage: % >> pop_topoplot( EEG); % pops up a parameter query window % >> pop_topoplot( EEG, ...
github
pylance/BCI-GEM-Pipeline-master
eeg_mergechan.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_mergechan.m
2,300
utf_8
48938c717d76faeab216bacf2ac08eaa
% eeg_mergechan() - merge channel structure while preserving channel % order % % >> mergelocs = eeg_mergechan(locs1, locs2); % % Inputs: % locs1 - EEGLAB channel location structure % locs2 - second EEGLAB channel location structure % % Output: % mergelocs - merged channel locatio...
github
pylance/BCI-GEM-Pipeline-master
pop_interp.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_interp.m
7,599
utf_8
eeaf74ad67176964b6a8cb937a11371b
% pop_interp() - interpolate data channels % % Usage: EEGOUT = pop_interp(EEG, badchans, method); % % Inputs: % EEG - EEGLAB dataset % badchans - [integer array] indices of channels to interpolate. % For instance, these channels might be bad. % [chanlocs structure] channel lo...
github
pylance/BCI-GEM-Pipeline-master
pop_importepoch.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_importepoch.m
20,310
utf_8
9bb19bf2478e05dd8fa4a86f6e7ffc51
% pop_importepoch() - Export epoch and/or epoch event information to the event % structure array of an EEG dataset. If the dataset is % the only input, a window pops up to ask for the relevant % parameter values. % Usage: % >> EEGOUT = pop_importepoch( EE...
github
pylance/BCI-GEM-Pipeline-master
pop_writeeeg.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_writeeeg.m
2,828
utf_8
f5cff379a7a655220154a4cc5234452e
% pop_writeeeg - write EEGLAB dataset to disk in EDF/GDF or BDF format % % pop_writeeeg( EEG ) % pops up a window % pop_writeeeg( EEG, filename, 'key', 'val' ) % % Inputs: % EEG - EEGLAB dataset % filename - [string] filename % % Optional keys (same as writeeeg): % 'TYPE' - ['GDF'|'EDF'|'BDF'|'CFWB'...
github
pylance/BCI-GEM-Pipeline-master
pop_chancenter.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_chancenter.m
4,180
utf_8
83264735d5a2740c1458fc2b72f215f5
% pop_chancenter() - recenter cartesian X,Y,Z channel coordinates % % Usage: % >> chanlocs = pop_chancenter(chanlocs); % pop up interactive window % >> [chanlocs centerloc] = pop_chancenter(chanlocs, center, omitchan); % % Inputs: % chanlocs = eeglab channel location structure (see readlocs()) % center ...
github
pylance/BCI-GEM-Pipeline-master
eeg_rejsuperpose.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_rejsuperpose.m
4,163
utf_8
31ddb44aab055e8f1ae1b9307ade5b9b
% eeg_rejsuperpose() - superpose rejections of a EEG dataset. % % Usage: % >> EEGOUT = eeg_rejsuperpose( EEGIN, typerej, Rmanual, Rthres, ... % Rconst, Rent, Rkurt, Rfreq, Rothertype); % % Inputs: % EEGIN - input dataset % typerej - type of rejection (1=raw data; 0=ica). % Rmanual ...
github
pylance/BCI-GEM-Pipeline-master
pop_rejcont.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_rejcont.m
14,137
utf_8
1bcb135e0cc0f260852867027268020b
% pop_rejcont() - reject continuous portions of data based on spectrum % thresholding. First, contiguous data epochs are extracted % and a standard spectrum thresholding algorithm is % applied. Regions of contiguous epochs larger than a % specified size ar...
github
pylance/BCI-GEM-Pipeline-master
pop_chansel.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_chansel.m
5,372
utf_8
4773a5a96563eba18577995430d93045
% pop_chansel() - pop up a graphic interface to select channels % % Usage: % >> [chanlist] = pop_chansel(chanstruct); % a window pops up % >> [chanlist strchannames cellchannames] = ... % pop_chansel(chanstruct, 'key', 'val', ...); % % Inputs: % chanstruct - channel structure. See readl...
github
pylance/BCI-GEM-Pipeline-master
pop_importpres.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_importpres.m
7,397
utf_8
7bdcf2f321f530fa80e188b145a4807a
% pop_importpres() - append Presentation event file information into an EEGLAB dataset % The Presentation stimulus presentation program outputs an ascii % log file. This function merges existing EEG dataset events with % additional field information (fields) abou...
github
pylance/BCI-GEM-Pipeline-master
pop_rejkurt.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_rejkurt.m
9,845
utf_8
030cc42f85545f1e6d2616e8173271d2
% pop_rejkurt() - rejection of artifact in a dataset using kurtosis % of activity (i.e. to detect peaky distribution of % activity). % % Usage: % >> pop_rejkurt( INEEG, typerej) % pop-up interative window mode % >> [OUTEEG, locthresh, globthresh, nrej] = ... % = pop_rejkurt( INEEG,...
github
pylance/BCI-GEM-Pipeline-master
pop_writelocs.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_writelocs.m
8,336
utf_8
fe5e26b45aeae126898af6bfd87633bd
% pop_writelocs() - load a EGI EEG file (pop out window if no arguments). % % Usage: % >> EEG = pop_writelocs(chanstruct); % a window pops up % >> EEG = pop_writelocs(chanstruct, filename, 'key', val, ...); % % Inputs: % chanstruct - channel structure. See readlocs() % filename - Electrode...
github
pylance/BCI-GEM-Pipeline-master
eeg_mergelocs.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_mergelocs.m
4,179
utf_8
a8146d5e7944cc5d9b473d7c71c960b4
% eeg_mergelocs() - merge channel structure while preserving channel % order % % >> mergedlocs = eeg_mergelocs(loc1, loc2, loc3, ...); % % Inputs: % loc1 - EEGLAB channel location structure % loc2 - second EEGLAB channel location structure % % Output: % mergedlocs - merged c...
github
pylance/BCI-GEM-Pipeline-master
pop_plottopo.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_plottopo.m
4,700
utf_8
dc19c8e12f6b42f992ddfe25d0489039
% pop_plottopo() - plot one or more concatenated multichannel data epochs % in a topographic array format using plottopo() % Usage: % >> pop_plottopo( EEG ); % pop-up % >> pop_plottopo( EEG, channels ); % >> pop_plottopo( EEG, channels, title, singletrials); % >> pop_plottopo( EEG, channels, t...
github
pylance/BCI-GEM-Pipeline-master
pop_loaddat.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_loaddat.m
3,543
utf_8
fe210f46e8ff2314b39fb77ae8b3945b
% pop_loaddat() - merge a neuroscan DAT file with input dataset % (pop out window if no arguments). % % Usage: % >> OUTEEG = pop_loaddat( INEEG ); % pop-up window mode % >> OUTEEG = pop_loaddat( INEEG, filename, no_rt); % % Graphic interfance: % "Code signifying no event ..." - [edit box] reaction ...
github
pylance/BCI-GEM-Pipeline-master
pop_crossf.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_crossf.m
8,682
utf_8
12df1d32f46458d3c4a9ed985725dd22
% pop_crossf() - Return estimates and plots of event-related spectral coherence % % Usage: % >> pop_crossf(EEG, typeproc, num1, num2, tlimits,cycles, % 'key1',value1,'key2',value2, ... ); % Inputs: % INEEG - Input EEG dataset % typeproc - Type of processing: ...
github
pylance/BCI-GEM-Pipeline-master
pop_timtopo.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_timtopo.m
4,061
utf_8
83935198482b3bf9e34948c08e8aef23
% pop_timtopo() - call the timtopo() function for epoched EEG datasets. % Plots the epoch mean for each channel on a single axis, % plus scalp maps of the data at specified latencies. % Usage: % >> pop_timtopo( EEG, timerange, topotimes, title, 'key', 'val', ...); % % Inputs: % EEG ...
github
pylance/BCI-GEM-Pipeline-master
eeg_multieegplot.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_multieegplot.m
4,358
utf_8
16fe8e9b9e5bff89de4ed0ebe4dd8ec5
% eeg_multieegplot() - Produce an eegplot() of a the average of an epoched dataset % (with optional pre-labelling of specific trials). % Usage: % >> eeg_multieegplot( data,trialrej, elecrej, ... % 'key1', value, 'key2', value ... ); % Inputs: % data - input da...
github
pylance/BCI-GEM-Pipeline-master
pop_chancoresp.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_chancoresp.m
17,056
utf_8
fd71daf5fecf686e892f204c0f95cf38
% pop_chancoresp() - define correspondances between two channel locations structures % (EEG.chanlocs) automatically (by matching channel labels) % else using a user input gui. % Usage: % >> [chanlist1 chanlist2] = pop_chancoresp(chanstruct1, chanstruc2, 'key', 'val', ...); % % ...
github
pylance/BCI-GEM-Pipeline-master
pop_select.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_select.m
28,922
utf_8
b2a1ca749eeecfce5d79c2017bcb7621
% pop_select() - given an input EEG dataset structure, output a new EEG data structure % retaining and/or excluding specified time/latency, data point, channel, % and/or epoch range(s). % Usage: % >> OUTEEG = pop_select(INEEG, 'key1', value1, 'key2', value2 ...); % % Graphic interface:...
github
pylance/BCI-GEM-Pipeline-master
pop_rmdat.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_rmdat.m
6,763
utf_8
578b5d17ed738f5495c81cd4d5665da2
% pop_rmdat() - Remove continuous data around specific events % % Usage: % >> OUTEEG = pop_rmdat( EEG); % pop-up a data entry window % >> OUTEEG = pop_rmdat( EEG, typerange, timelimits, invertselection); % % Graphic interface: % "Time-locking event type(s)" - [edit box] Select 'Edit > Event values' % ...
github
pylance/BCI-GEM-Pipeline-master
pop_editeventfield.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_editeventfield.m
21,851
utf_8
71f72e83e89bf49e4935579619263775
% pop_editeventfield() - Add/remove/rename/modify a field in the event structure % of an EEG dataset. Can also be used to append new events to the end of the % event structure or to delete all current events. If the dataset is % the only input, a window pops up to ask for relev...
github
pylance/BCI-GEM-Pipeline-master
eeg_mergelocs_diffstruct.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_mergelocs_diffstruct.m
5,083
utf_8
91e039a2591913d015acd76805b6b6ff
% eeg_mergelocs() - merge channel structure while preserving channel % order % % >> mergedlocs = eeg_mergelocs(loc1, loc2, loc3, ...); % % Inputs: % loc1 - EEGLAB channel location structure % loc2 - second EEGLAB channel location structure % % Output: % mergedlocs - merged c...
github
pylance/BCI-GEM-Pipeline-master
pop_envtopo.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_envtopo.m
8,414
utf_8
c54a44246a6ff4f7cb2c5cc34139ff09
% pop_envtopo() - Plot envelope of an averaged EEG epoch, plus scalp maps % of specified or largest contributing components referenced % to their time point of maximum variance in the epoch or specified % sub-epoch. Calls envtopo(). When nargin < 3, a query window % ...
github
pylance/BCI-GEM-Pipeline-master
pop_readlocs.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_readlocs.m
8,752
utf_8
ddf2ebd69a1b663a17650baa003d5b41
% pop_readlocs() - load a EGI-format EEG file (pop up an interactive window if no arguments). % % Usage: % >> EEG = pop_readlocs; % a window pops up % >> EEG = pop_readlocs( filename, 'key', val, ...); % no window % % Inputs: % filename - Electrode location file name % 'key',va...
github
pylance/BCI-GEM-Pipeline-master
pop_runica.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_runica.m
24,745
utf_8
450b6025e6c310f740bca53e1a99ee74
% pop_runica() - Run an ICA decomposition of an EEG dataset using runica(), % binica(), or another ICA or other linear decomposition. % Usage: % >> OUT_EEG = pop_runica( EEG ); % pops-up a data entry window % >> OUT_EEG = pop_runica( EEG, 'key', 'val' ); % no pop_up % % Graphic interface: % "ICA ...
github
pylance/BCI-GEM-Pipeline-master
pop_importegimat.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_importegimat.m
6,143
utf_8
8818148b71178dda895cef6b124f69bf
% pop_importegimat() - import EGI Matlab segmented file % % Usage: % >> EEG = pop_importegimat(filename, srate, latpoint0); % % Inputs: % filename - Matlab file name % srate - sampling rate % latpoint0 - latency in sample ms of stimulus presentation. % When data files are exporte...
github
pylance/BCI-GEM-Pipeline-master
pop_rejepoch.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_rejepoch.m
2,957
utf_8
a252e31365db94282bc48a802d83b48b
% pop_rejepoch() - Reject pre-labeled trials in a EEG dataset. % Ask for confirmation and accept the rejection % % Usage: % >> OUTEEG = pop_rejepoch( INEEG, trialrej, confirm) % % Inputs: % INEEG - Input dataset % trialrej - Array of 0s and 1s (depicting rejected trials) (size is ...
github
pylance/BCI-GEM-Pipeline-master
pop_loadeeg.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_loadeeg.m
5,829
utf_8
1009f8be42d7b9ae13a7b487334378c9
% pop_loadeeg() - load a Neuroscan .EEG file (via a pop-up window if no % arguments). Calls loadeeg(). % % Usage: % >> EEG = pop_loadeeg; % pop-up data entry window % >> EEG = pop_loadeeg( filename, filepath, range_chan, range_trials, ... % range_typeeeg, range_response, format); %...
github
pylance/BCI-GEM-Pipeline-master
pop_importdata.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_importdata.m
18,140
utf_8
55023f12445bd132394251c54b2b62e5
% pop_importdata() - import data from a Matlab variable or disk file by calling % importdata(). % Usage: % >> EEGOUT = pop_importdata(); % pop-up a data entry window % >> EEGOUT = pop_importdata( 'key', val,...); % no pop-up window % % Graphic interface (refer to a previous version of the GUI): ...
github
pylance/BCI-GEM-Pipeline-master
pop_newtimef.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_newtimef.m
17,922
utf_8
8b3292d8b45194eca46e02293f7e5942
% pop_newtimef() - Returns estimates and plots of event-related (log) spectral % perturbation (ERSP) and inter-trial coherence (ITC) phenomena % timelocked to a set of single-channel input epochs % % Usage: % >> pop_newtimef(EEG, typeplot); % pop_up window % >> pop_newtimef(EEG, typep...
github
pylance/BCI-GEM-Pipeline-master
pop_comperp.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_comperp.m
24,035
utf_8
0a2a28c8833fa31a4f0b429575080934
% pop_comperp() - Compute the grand average ERP waveforms of multiple datasets % currently loaded into EEGLAB, with optional ERP difference-wave % plotting and t-tests. Creates a plotting figure. % Usage: % >> pop_comperp( ALLEEG, flag ); % pop-up window, interactive mode % ...
github
pylance/BCI-GEM-Pipeline-master
pop_jointprob.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/pop_jointprob.m
10,126
utf_8
17e94ffd9b3434caf75337897e769d38
% pop_jointprob() - reject artifacts in an EEG dataset using joint % probability of the recorded electrode or component % activities observed at each time point. e.g., Observing % large absoluate values at most electrodes or components % is im...
github
pylance/BCI-GEM-Pipeline-master
eeg_lat2point.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_lat2point.m
4,019
utf_8
fc612a716877495d005080fab259effb
% eeg_lat2point() - convert latencies in time units relative to the % time locking event of an eeglab() data epoch to % latencies in data points (assuming concatenated epochs). % Usage: % >> [newlat] = eeg_lat2point( lat_array, epoch_array,... % ...
github
pylance/BCI-GEM-Pipeline-master
eeg_addnewevents.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/popfunc/eeg_addnewevents.m
7,648
utf_8
ffc9194217c3e26d7b32be5361c7163b
% eeg_addnewevents() Add new events to EEG structure. Both EEG.event and % EEG.urevent are updated. % % Usage: % >> EEG = eeg_addnewevents(EEG, latencies, types, fieldNames, fieldValues); % % Inputs: % EEG - input dataset % latencies - cell containing numerical arrays for latencies of new % ...
github
pylance/BCI-GEM-Pipeline-master
fmins.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/octavefunc/optim/fmins.m
3,181
utf_8
775abc7aa3b9020a0c2080db64070155
% Copyright (C) 2003 Andy Adler % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by % the Free Software Foundation; either version 2 of the License, or % (at your option) any later version. % % This program is distributed in t...
github
pylance/BCI-GEM-Pipeline-master
fminsearch.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/octavefunc/optim/fminsearch.m
2,386
utf_8
24a86640354f4abf5e4d1e15a97b9a27
% Copyright (C) 2006 Sylvain Pelissier <sylvain.pelissier@gmail.com> % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by % the Free Software Foundation; either version 2 of the License, or % (at your option) any later versio...
github
pylance/BCI-GEM-Pipeline-master
pwelch.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/octavefunc/signal/pwelch.m
37,809
utf_8
360a005a779e4d7ad6b92dc49ec8c04c
% Copyright (C) 2006 Peter V. Lanspeary % % This program is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2, % or (at your option) any later version. % % This program is distributed in the hope t...
github
pylance/BCI-GEM-Pipeline-master
filtfilt.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/octavefunc/signal/filtfilt.m
4,430
iso_8859_1
011f993ef23add46147387112d313898
% Copyright (C) 1999 Paul Kienzle % Copyright (C) 2007 Francesco Potortì % Copyright (C) 2008 Luca Citi % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by % the Free Software Foundation; either version 2 of the License, or % (a...
github
pylance/BCI-GEM-Pipeline-master
firls.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/octavefunc/signal/firls.m
4,078
utf_8
2ce6c9bc19a003aceeafdb9fae59f52e
% Copyright (C) 2006 Quentin Spencer % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by % the Free Software Foundation; either version 2 of the License, or % (at your option) any later version. % % This program is distributed i...
github
pylance/BCI-GEM-Pipeline-master
supergui.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/guifunc/supergui.m
21,074
utf_8
05da62a5889eab777551326464481bdf
% supergui() - a comprehensive gui automatic builder. This function help % to create GUI very fast without bothering about the % positions of the elements. After creating a geometry, % elements just place themselves into the predefined % locations. It is especially...
github
pylance/BCI-GEM-Pipeline-master
warndlg2.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/guifunc/warndlg2.m
1,031
utf_8
4d58c147c6515911a93ba2375203951d
% warndlg2() - same as warndlg for eeglab() % % Author: Arnaud Delorme, CNL / Salk Institute, 12 August 2002 % % See also: inputdlg2(), questdlg2() % Copyright (C) Arnaud Delorme, CNL / Salk Institute, arno@salk.edu % % This program is free software; you can redistribute it and/or modify % it under the terms of the GN...
github
pylance/BCI-GEM-Pipeline-master
pophelp.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/guifunc/pophelp.m
4,248
utf_8
bde4cd43c45ca121c2aa18c04083fe00
% pophelp() - Same as matlab HTHELP but does not crash under windows. % % Usage: >> pophelp( function ); % >> pophelp( function, nonmatlab ); % % Inputs: % function - string for a Matlab function name % (with or without the '.m' extension). % nonmatlab - [0|1], 1 the file is not a Matlab file...
github
pylance/BCI-GEM-Pipeline-master
errordlg2.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/guifunc/errordlg2.m
1,467
utf_8
710e811cd40d8f506b5264089f50c95c
% errordlg2() - Makes a popup dialog box with the specified message and (optional) % title. % % Usage: % errordlg2(Prompt, Title); % % Example: % errordlg2('Explanation of error','title of error'); % % Input: % Prompt - A text string explaning why the user is seeing this error message. % Title ...
github
pylance/BCI-GEM-Pipeline-master
questdlg2.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/guifunc/questdlg2.m
3,133
utf_8
d94e219e87da50c5af28fe1007906abc
% questdlg2() - questdlg function clone with coloring and help for % eeglab(). % % Usage: same as questdlg() % % Warning: % Case of button text and result might be changed by the function % % Author: Arnaud Delorme, CNL / Salk Institute, La Jolla, 11 August 2002 % % See also: inputdlg2(), errordlg2(), s...
github
pylance/BCI-GEM-Pipeline-master
listdlg2.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/guifunc/listdlg2.m
3,771
utf_8
a0820fcb823bcb9968afa377c5582498
% listdlg2() - listdlg function clone with coloring and help for % eeglab(). % % Usage: same as listdlg() % % Author: Arnaud Delorme, CNL / Salk Institute, La Jolla, 16 August 2002 % % See also: inputdlg2(), errordlg2(), supergui(), inputgui() % Copyright (C) Arnaud Delorme, CNL / Salk Institute, arno@s...
github
pylance/BCI-GEM-Pipeline-master
finputcheck.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/guifunc/finputcheck.m
9,133
utf_8
fe838fecdd60e76a4006a13c7c1b20e4
% finputcheck() - check Matlab function {'key','value'} input argument pairs % % Usage: >> result = finputcheck( varargin, fieldlist ); % >> [result varargin] = finputcheck( varargin, fieldlist, ... % callingfunc, mode, verbose ); % Input: % varargin - Cell array ...
github
pylance/BCI-GEM-Pipeline-master
inputdlg2.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/guifunc/inputdlg2.m
2,497
utf_8
f37d94d5821140270d3242f0d5d06659
% inputdlg2() - inputdlg function clone with coloring and help for % eeglab(). % % Usage: % >> Answer = inputdlg2(Prompt,Title,LineNo,DefAns,funcname); % % Inputs: % Same as inputdlg. Using the optional additionnal funcname parameter % the function will create a help button. The help message will...
github
pylance/BCI-GEM-Pipeline-master
inputgui.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/functions/guifunc/inputgui.m
12,643
utf_8
87e7498822cdcf7eb92a71cb46360f83
% inputgui() - A comprehensive gui automatic builder. This function helps % to create GUI very quickly without bothering about the % positions of the elements. After creating a geometry, % elements just place themselves in the predefined % locations. It is especial...
github
pylance/BCI-GEM-Pipeline-master
pop_dipfit_manual.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/plugins/dipfit2.3/pop_dipfit_manual.m
1,755
utf_8
eba5714bbc90a749dad3cbbf6d51a4d7
% pop_dipfit_manual() - interactively do dipole fit of selected ICA components % Function deprecated. Use pop_dipfit_nonlinear() % instead % Usage: % >> OUTEEG = pop_dipfit_manual( INEEG ) % % Inputs: % INEEG input dataset % % Outputs: % OUTEEG output dataset...
github
pylance/BCI-GEM-Pipeline-master
eeglab2fieldtrip.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/plugins/dipfit2.3/eeglab2fieldtrip.m
5,533
utf_8
d6ce02769901e24cc6e5dcc5fc0f3df6
% eeglab2fieldtrip() - do this ... % % Usage: >> data = eeglab2fieldtrip( EEG, fieldbox, transform ); % % Inputs: % EEG - [struct] EEGLAB structure % fieldbox - ['preprocessing'|'freqanalysis'|'timelockanalysis'|'companalysis'] % transform - ['none'|'dipfit'] transform channel locations for DIPFIT % ...
github
pylance/BCI-GEM-Pipeline-master
dipfit_reject.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/plugins/dipfit2.3/dipfit_reject.m
1,823
utf_8
7d157ab7d3da320a78bb851d5d3b5669
% dipfit_reject() - remove dipole models with a poor fit % % Usage: % >> dipout = dipfit_reject( model, reject ) % % Inputs: % model struct array with a dipole model for each component % % Outputs: % dipout struct array with a dipole model for each component % % Author: Robert Oostenveld, SMI/FCDC, Nijmegen 2003 ...
github
pylance/BCI-GEM-Pipeline-master
pop_dipplot.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/plugins/dipfit2.3/pop_dipplot.m
8,649
utf_8
f0e67d40c3bd34a95443673ebb76b95b
% pop_dipplot() - plot dipoles. % % Usage: % >> pop_dipplot( EEG ); % pop up interactive window % >> pop_dipplot( EEG, comps, 'key1', 'val1', 'key2', 'val2', ...); % % Graphic interface: % "Components" - [edit box] enter component number to plot. By % all the localized components are plotted. Comma...
github
pylance/BCI-GEM-Pipeline-master
dipplot.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/plugins/dipfit2.3/dipplot.m
61,429
utf_8
65efa49f492935c7a8e31aa84235841c
% dipplot() - Visualize EEG equivalent-dipole locations and orientations % in the MNI average MRI head or in the BESA spherical head model. % Usage: % >> dipplot( sources, 'key', 'val', ...); % >> [sources X Y Z XE YE ZE] = dipplot( sources, 'key', 'val', ...); % % Inputs: % sources - structure a...
github
pylance/BCI-GEM-Pipeline-master
fieldtripchan2eeglab.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/plugins/dipfit2.3/fieldtripchan2eeglab.m
1,612
utf_8
0328813bbaaba65a3bcfde10ecb26e8b
% fieldtripchan2eeglab() - convert Fieldtrip channel location structure % to EEGLAB channel location structure % % Usage: % >> chanlocs = fieldtripchan2eeglab( fieldlocs ); % % Inputs: % fieldlocs - Fieldtrip channel structure. See help readlocs() % % Outputs: % chanlocs - EEGLAB channel...
github
pylance/BCI-GEM-Pipeline-master
sph2spm.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/plugins/dipfit2.3/sph2spm.m
3,331
utf_8
67c8de53ef88fdbaa69eea504e17997b
% sph2spm() - compute homogenous transformation matrix from % BESA spherical coordinates to SPM 3-D coordinate % % Usage: % >> trans = sph2spm; % % Outputs: % trans - homogenous transformation matrix % % Note: head radius for spherical model is assumed to be 85 mm. % % Author: Robert Oostenveld, SMI/FC...
github
pylance/BCI-GEM-Pipeline-master
homogenous2traditional.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/plugins/dipfit2.3/homogenous2traditional.m
5,576
utf_8
1cd0a7b795501f24b35360ecec62e420
function f = homogenous2traditional(H) % HOMOGENOUS2TRADITIONAL estimates the traditional translation, rotation % and scaling parameters from a homogenous transformation matrix. It will % give an error if the homogenous matrix also describes a perspective % transformation. % % Use as % f = homogenous2traditional(H) ...
github
pylance/BCI-GEM-Pipeline-master
electroderealign.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/plugins/dipfit2.3/electroderealign.m
26,943
utf_8
c09b21089e582b6d28a1fc065011b317
function [norm] = electroderealign(cfg); % ELECTRODEREALIGN rotates and translates electrode positions to % template electrode positions or towards the head surface. It can % either perform a rigid body transformation, in which only the % coordinate system is changed, or it can apply additional deformations % to the i...
github
pylance/BCI-GEM-Pipeline-master
pop_dipfit_nonlinear.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/plugins/dipfit2.3/pop_dipfit_nonlinear.m
19,264
utf_8
38b5b9d5f0129b1a4aaf3230c2578eac
% pop_dipfit_nonlinear() - interactively do dipole fit of selected ICA components % % Usage: % >> EEGOUT = pop_dipfit_nonlinear( EEGIN ) % % Inputs: % EEGIN input dataset % % Outputs: % EEGOUT output dataset % % Author: Robert Oostenveld, SMI/FCDC, Nijmegen 2003 % Arnaud Delorme, SCCN, La Jolla...
github
pylance/BCI-GEM-Pipeline-master
dipfit_1_to_2.m
.m
BCI-GEM-Pipeline-master/scripts/eeglab13_4_4b/plugins/dipfit2.3/dipfit_1_to_2.m
2,252
utf_8
1a1a49c9adb0d94ff59b4a2206a3f2f4
% dipfit_1_to_2() - convert dipfit 1 structure to dipfit 2 structure. % % Usage: % >> EEG.dipfit = dipfit_1_to_2(EEG.dipfit); % % Note: % For non-standard BESA models (where the radii or the conductances % have been modified, users must create a new model in Dipfit2 from % the default BESA model. % % Author: Arnaud D...