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
wangsuyuan/Imageprocesingtoobox-master
iccProfileCache.m
.m
Imageprocesingtoobox-master/colorspaces/private/iccProfileCache.m
3,125
utf_8
0d1af3e6d092b20833195eaf5a969ff5
function requestedProfiles = iccProfileCache(requestedDir) %iccProfileCache Cache ICC profiles into memory, return in a cell array. % % PROFILES = iccProfileCache(DIRECTORY) loads all of the valid ICC % profiles in the given DIRECTORY into a persistent memory cache and % returns the cache as a cell array in the...
github
wangsuyuan/Imageprocesingtoobox-master
encode_color.m
.m
Imageprocesingtoobox-master/colorspaces/private/encode_color.m
7,766
utf_8
5884b63dee82439e9564de83ec2ffc49
function out = encode_color(in, cspace, encode_in, encode_out) %ENCODE_COLOR Convert encoding of color data. % OUT = ENCODE_COLOR(IN, CSPACE, ENCODE_IN, ENCODE_OUT) changes % the encoding of the data in IN from ENCODE_IN to ENCODE_OUT, % returning the results in OUT. ENCODE_IN and ENCODE_OUT % can be 'double',...
github
wangsuyuan/Imageprocesingtoobox-master
applyclut.m
.m
Imageprocesingtoobox-master/colorspaces/private/applyclut.m
14,307
utf_8
1f9f958d5637f3116dafff4fb178d679
function out = applyclut(varargin) %APPLYCLUT Convert color data using ICC CLUT-based transform. % OUT = APPLYCLUT(IN, LUTTAG, ISXYZIN, ISXYZOUT) converts data % from one space to another -- including the ICC profile connection % spaces (XYZ and L*a*b*), various device spaces, or a gamut alarm % -- using a CLUT...
github
wangsuyuan/Imageprocesingtoobox-master
applycurve.m
.m
Imageprocesingtoobox-master/colorspaces/private/applycurve.m
4,109
utf_8
6ab9436f08a6f43a2a18bffda9532eab
function out = applycurve(in, curve, inverse, method) %APPLYCURVE processes vector data through a function % OUT = APPLYCURVE(IN, CURVE, INVERSE, METHOD) remaps the input % vector IN through a tag of curveType or parametricCurveType % to compute the output vector OUT. The tag is defined by % CURVE, which is...
github
ZijingMao/baselineeegtest-master
eeglab.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/eeglab.m
110,746
utf_8
56cbc9c3855016194dd332ea1e3634fd
% eeglab() - Matlab graphic user interface environment for % electrophysiological data analysis incorporating the ICA/EEG toolbox % (Makeig et al.) developed at CNL / The Salk Institute, 1997-2001. % Released 11/2002- as EEGLAB (Delorme, Makeig, et al.) at the Swartz Center % for Computational Neuroscience,...
github
ZijingMao/baselineeegtest-master
display.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@memmapdata/display.m
1,180
utf_8
d3d679b5764eca6d062540923f669f7b
% display() - display an EEG data class underlying structure % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 ...
github
ZijingMao/baselineeegtest-master
reshape.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@memmapdata/reshape.m
1,449
utf_8
d59a7e256f6fc43fe77f3be9319fcc46
% reshape() - reshape of memory mapped underlying array % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 ...
github
ZijingMao/baselineeegtest-master
end.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@memmapdata/end.m
901
utf_8
0e38d125a547083cb574fbd3bb455fbd
% end() - last index to memmapdata array % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 Founda...
github
ZijingMao/baselineeegtest-master
subsasgn.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@memmapdata/subsasgn.m
1,590
utf_8
6b2894eb17dab5aae0637b84992ffb7d
% subsasgn() - define index assignment for eegdata objects % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 Fr...
github
ZijingMao/baselineeegtest-master
isnumeric.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@memmapdata/isnumeric.m
877
utf_8
34baf204e1b984ee69cf7f462fe2e524
% isnumeric() - returns 1 % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 v...
github
ZijingMao/baselineeegtest-master
length.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@memmapdata/length.m
913
utf_8
f0841237745a123f3215e00164cc4a1a
% length() - length of memory mapped underlying array % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 So...
github
ZijingMao/baselineeegtest-master
sum.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@memmapdata/sum.m
1,913
utf_8
dbd7353e16ccf6a1a0b69875cd9050cb
% sum() - sum of memory mapped underlying array % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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...
github
ZijingMao/baselineeegtest-master
size.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@memmapdata/size.m
1,383
utf_8
c7033b3ab1405ded2c8794f2c214beb9
% size() - size of memory mapped underlying array % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 Softwa...
github
ZijingMao/baselineeegtest-master
subsref.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@memmapdata/subsref.m
4,622
utf_8
096fd75b6454f11ffee5a172000a64c1
% subsref() - index eegdata class % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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; e...
github
ZijingMao/baselineeegtest-master
ndims.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@memmapdata/ndims.m
1,169
utf_8
8c3ed2dde450e1422a2552d22e9c150b
% ndims() - number of dimension of memory mapped underlying array % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 %...
github
ZijingMao/baselineeegtest-master
memmapdata.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@memmapdata/memmapdata.m
1,994
utf_8
5f967fcb7b637954900e09789144dde6
% memmapdata() - create a memory-mapped data class % % Usage: % >> data_class = memmapdata(data); % % Inputs: % data - input data or data file % % Outputs: % data_class - output dataset class % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % ...
github
ZijingMao/baselineeegtest-master
display.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@mmo/display.m
1,161
utf_8
b43db5e3387d5dcb39fafa9aa03939f9
% display() - display an EEG data class underlying structure % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 ...
github
ZijingMao/baselineeegtest-master
reshape.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@mmo/reshape.m
1,242
utf_8
cc03295fbaa6179eb2e8b266daf6b644
% reshape() - reshape of memory mapped underlying array % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 ...
github
ZijingMao/baselineeegtest-master
subsasgn_old.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@mmo/subsasgn_old.m
9,802
utf_8
0fc68a1bfa60e3118b3a4b6efd10fa52
% subsasgn() - define index assignment for eegdata objects % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 Fr...
github
ZijingMao/baselineeegtest-master
end.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@mmo/end.m
901
utf_8
0e38d125a547083cb574fbd3bb455fbd
% end() - last index to memmapdata array % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 Founda...
github
ZijingMao/baselineeegtest-master
subsasgn.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@mmo/subsasgn.m
10,331
utf_8
5788e61c5645defe830043553e4122ff
% subsasgn() - define index assignment for eegdata objects % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 Fr...
github
ZijingMao/baselineeegtest-master
isnumeric.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@mmo/isnumeric.m
877
utf_8
34baf204e1b984ee69cf7f462fe2e524
% isnumeric() - returns 1 % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 v...
github
ZijingMao/baselineeegtest-master
checkcopies_local.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@mmo/checkcopies_local.m
634
utf_8
8eb8d5fec95c91346e91a09010082b47
% subfunction checking the number of local copies % ----------------------------------------------- function ncopies = checkcopies_local(obj, arg); ncopies = 0; if isstruct(arg) for ilen = 1:length(arg) for index = fieldnames(arg)' ncopies = ncopies + checkcopies_local(obj, arg(ilen).(index{1}))...
github
ZijingMao/baselineeegtest-master
changefile.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@mmo/changefile.m
187
utf_8
e75127c90da43ddce182d36cf0abbdee
% this function is called when the file is being saved function obj = changefile(obj, newfile) movefile(obj.dataFile, newfile); obj.dataFile = newfile; obj.writable = false;
github
ZijingMao/baselineeegtest-master
var.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@mmo/var.m
1,416
utf_8
2360192fa42b3c35ebd7743ffe4fe8b6
% var() - variance of memory mapped underlying array % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 Sof...
github
ZijingMao/baselineeegtest-master
length.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@mmo/length.m
913
utf_8
f0841237745a123f3215e00164cc4a1a
% length() - length of memory mapped underlying array % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 So...
github
ZijingMao/baselineeegtest-master
sum.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@mmo/sum.m
1,212
utf_8
2fbce1d1b6e2a5edf32742897441a732
% sum() - sum of memory mapped underlying array % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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...
github
ZijingMao/baselineeegtest-master
size.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@mmo/size.m
1,751
utf_8
daf6932de04161ccb2df3df31b45203a
% size() - size of memory mapped underlying array % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 Softwa...
github
ZijingMao/baselineeegtest-master
subsref.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@mmo/subsref.m
2,711
utf_8
1da2db6dbbc53f36d6d2954f095f9064
% subsref() - index eegdata class % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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; e...
github
ZijingMao/baselineeegtest-master
ndims.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/@mmo/ndims.m
1,095
utf_8
7ddcbafa2aaf95308a1a4de4a272f0ae
% ndims() - number of dimension of memory mapped underlying array % % Author: Arnaud Delorme, SCCN, INC, UCSD, Nov. 2008 % Copyright (C) 2008 Arnaud Delorme, SCCN, INC, UCSD % % 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 %...
github
ZijingMao/baselineeegtest-master
correctfit.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/correctfit.m
3,222
utf_8
69c8b2f965023329820bdfd3c7e82176
% correctfit() - correct fit using observed p-values. Use this function % if for some reason, the distribution of p values is % not uniform between 0 and 1 % % Usage: % >> [p phat pci zerofreq] = correctfit(pval, 'key', 'val'); % % Inputs: % pval - input p value % % Optional inputs...
github
ZijingMao/baselineeegtest-master
timef.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/timef.m
42,818
utf_8
6663467d76d01722baccf168fec18e1b
% timef() - Returns estimates and plots of mean event-related spectral % perturbation (ERSP) and inter-trial coherence (ITC) changes % across event-related trials (epochs) of a single input time series. % * Uses either fixed-window, zero-padded FFTs (fastest), wavelet % 0-padded D...
github
ZijingMao/baselineeegtest-master
rsadjust.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/rsadjust.m
2,955
utf_8
45d8f416e2d360293ee83cb15f5e3976
% rsadjust() - adjust l-values (Ramberg-Schmeiser distribution) % with respect to signal mean and variance % % Usage: p = rsadjust(l3, l4, m, var, skew) % % Input: % l3 - value lambda3 for Ramberg-Schmeiser distribution % l4 - value lambda4 for Ramberg-Schmeiser distribution % m - mean of t...
github
ZijingMao/baselineeegtest-master
newcrossf.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/newcrossf.m
63,870
utf_8
cb2a530dbabd60d30681d5c293194574
% newcrossf() - Returns estimates and plots event-related coherence (ERCOH) % between two input data time series. A lower panel (optionally) shows % the coherence phase difference between the processes. In this panel: % In the plot output by > newcrossf(x,y,...); % 90 degrees (orang...
github
ZijingMao/baselineeegtest-master
crossf.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/crossf.m
59,309
utf_8
7d2f2a441e7b0fe30b888345f54f4a47
% crossf() - Returns estimates and plots event-related coherence (ERCOH) % between two input data time series (X,Y). A lower panel (optionally) % shows the coherence phase difference between the processes. % In this panel, output by > crossf(X,Y,...); % 90 degrees (orange) means X l...
github
ZijingMao/baselineeegtest-master
dftfilt2.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/dftfilt2.m
5,665
utf_8
fa2b4cd1d3a209b72ce506ee4e6fee46
% dftfilt2() - discrete complex wavelet filters % % Usage: % >> wavelet = dftfilt2( freqs, cycles, srate, cyclefact) % % Inputs: % freqs - frequency array % cycles - cycles array. If one value is given, all wavelets have % the same number of cycles. If two values are given, the % tw...
github
ZijingMao/baselineeegtest-master
newtimef.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/newtimef.m
97,226
utf_8
0d13409bc327af6c60c24ec01c7f89a5
% newtimef() - Return estimates and plots of mean event-related (log) spectral % perturbation (ERSP) and inter-trial coherence (ITC) events across % event-related trials (epochs) of a single input channel time series. % % * Also can compute and statistically compare transforms for two time %...
github
ZijingMao/baselineeegtest-master
rspdfsolv.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/rspdfsolv.m
2,680
utf_8
f54da2906c104216b972ff3b6bbf6f3e
% rspdfsolv() - sub-function used by rsfit() to searc for optimal % parameter for Ramberg-Schmeiser distribution % % Usage: res = rspdfsolv(l, l3, l4) % % Input: % l - [lambda3 lamda4] parameters to optimize % skew - expected skewness % kurt - expected kurtosis % % Output: % res - residual % %...
github
ZijingMao/baselineeegtest-master
dftfilt.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/dftfilt.m
2,686
utf_8
b950c4302f749a1e9cffcd4c7f4ebe6a
% dftfilt() - discrete Fourier filter % % Usage: % >> b = dftfilt(n,W,c,k,q) % % Inputs: % n - number of input samples % W - maximum angular freq. relative to n, 0 < W <= .5 % c - cycles % k - oversampling % q - [0;1] 0->fft, 1->c cycles % % Authors: Sigurd Enghoff, Arnaud Delorme & Scott Makeig, % ...
github
ZijingMao/baselineeegtest-master
rspfunc.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/rspfunc.m
1,468
utf_8
d6a6d26022ec2e38fa4adca9a28a5dde
% rspfunc() - sub-function used by rsget() % % Usage: res = rspfunc(pval, l, rval) % % Input: % pval - p-value to optimize % l - [l1 l2 l3 l4] l-values for Ramberg-Schmeiser distribution % rval - expected r-value % % Output: % res - residual % % Author: Arnaud Delorme, SCCN, 2003 % % See also: rsget() % % R...
github
ZijingMao/baselineeegtest-master
correct_mc.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/correct_mc.m
5,698
utf_8
92f18a363d2fec001a50fafbcf9e06b5
% correct_mc() - compute an upper limit for the number of independant % time-frequency estimate in a given time-frequency image. % This number can be used to correct for multiple comparisons. % % Usage: % [ncorrect array] = correct_mc( EEG, cycles, maxfreq, timesout); % % Inputs: % ...
github
ZijingMao/baselineeegtest-master
pac.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/pac.m
21,849
utf_8
a7d13b249d1c873e24a0f43a7cda2c5c
% pac() - compute phase-amplitude coupling (power of first input % correlation with phase of second). There is no graphical output % to this function. % % Usage: % >> pac(x,y,srate); % >> [coh,timesout,freqsout1,freqsout2,cohboot] ... % = pac(x,y,srate,'key1', 'val1', 'key2', val...
github
ZijingMao/baselineeegtest-master
bootstat.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/bootstat.m
20,825
utf_8
406a9744b6812cd9f9f1eed16ca63e82
% bootstat() - accumulate surrogate data to assess significance by permutation of some % measure of two input variables. % % If 'distfit','on', fits the psd with a 4th-order polynomial using the % data kurtosis, as in Ramberg, J.S., Tadikamalla, P.R., Dudewicz E.J., % ...
github
ZijingMao/baselineeegtest-master
timefreq.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/timefreq.m
33,427
utf_8
dc70f7b5afd51d05bcf926a934072865
% timefreq() - compute time/frequency decomposition of data trials. This % function is a compute-only function called by % the more complete time/frequency functions newtimef() % and newcrossf() which also plot timefreq() results. % % Usage: % >> [tf, freqs, times] =...
github
ZijingMao/baselineeegtest-master
pac_cont.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/pac_cont.m
17,447
utf_8
9b94d431be58419e3715e54645687469
% pac_cont() - compute phase-amplitude coupling (power of first input % correlation with phase of second). There is no graphical output % to this function. % % Usage: % >> pac_cont(x,y,srate); % >> [pac timesout pvals] = pac_cont(x,y,srate,'key1', 'val1', 'key2', val2' ...); % % Inputs: % x ...
github
ZijingMao/baselineeegtest-master
dftfilt3.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/dftfilt3.m
7,390
utf_8
7ef2a5114ee38513d5a55a8f38553cb1
% dftfilt3() - discrete complex wavelet filters % % Usage: % >> [wavelet,cycles,freqresol,timeresol] = dftfilt3( freqs, cycles, srate, varargin) % % Inputs: % freqs - vector of frequencies of interest. % cycles - cycles array. If cycles=0, then the Hanning tapered Short-term FFT is used. % If o...
github
ZijingMao/baselineeegtest-master
rsget.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/rsget.m
1,800
utf_8
47daf6498859ced84787d07802f22789
% rsget() - get the p-value for a given collection of l-values % (Ramberg-Schmeiser distribution) % % Usage: p = getfit(l, val) % % Input: % l - [l1 l2 l3 l4] l-values for Ramberg-Schmeiser distribution % val - value in the distribution to get a p-value estimate at % % Output: % p - p-value % % Aut...
github
ZijingMao/baselineeegtest-master
rsfit.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/rsfit.m
6,481
utf_8
ea9ce35750ccb745a5f9471fc6554a91
% rsfit() - find p value for a given value in a given distribution % using Ramberg-Schmeiser distribution % % Usage: >> p = rsfit(x, val) % >> [p c l chi2] = rsfit(x, val, plot) % % Input: % x - [float array] accumulation values % val - [float] value to test % plot - [0|1|2] plot fit. Using...
github
ZijingMao/baselineeegtest-master
timewarp.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/timewarp.m
3,452
utf_8
910bc9b6a9fca6b6a50908d815239dc6
% timewarp() - Given two event marker vectors, computes a matrix % that can be used to warp a time series so that its % evlatencies match newlatencies. Values of the warped % timeserie that falls between two frames in the original % timeserie will be linear ...
github
ZijingMao/baselineeegtest-master
angtimewarp.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/timefreqfunc/angtimewarp.m
4,506
utf_8
f97d91021b5c9c68983b7721b21206fb
% angtimewarp() - Given two event marker vectors, computes a % warping of the input angular time series so that its % evlatencies match newlatencies. Values of the warped % timeserie that falls between two frames in the original % timeserie will be linearl...
github
ZijingMao/baselineeegtest-master
shortread.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/shortread.m
2,642
utf_8
7efadd1fb9c9395f1cd3c917e6a93675
% shortread() - Read matrix from short file. % % Usage: % >> A = shortread(filename,size,'format',offset) % % Inputs: % filename - Read matrix a from specified file while assuming four byte % short integers. % size - The vector SIZE determine the number of short elements to be % read...
github
ZijingMao/baselineeegtest-master
scanfold.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/scanfold.m
2,396
utf_8
fc03538051488f1358961f46484d958d
% scanfold() - scan folder content % % Usage: % >> [cellres textres] = scanfold(foldname); % >> [cellres textres] = scanfold(foldname, ignorelist, maxdepth); % % Inputs: % foldname - [string] name of the folder % ignorelist - [cell] list of folders to ignore % maxdepth - [integer] maximum folder dep...
github
ZijingMao/baselineeegtest-master
datlim.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/datlim.m
641
utf_8
f4c0160c492f5049e9dbcc932cafe0e7
% datlim() - return min and max of a matrix % % Usage: % >> limits_vector = datlim(data); % % Input: % data - numeric array % Outputs: % limits_vector = [minval maxval] % % Author: Scott Makeig, SCCN/INC/UCSD, May 28, 2005 function [limits_vector] = datlim(data) if ~isnumeric(data) erro...
github
ZijingMao/baselineeegtest-master
lapplot.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/lapplot.m
4,148
utf_8
bbfb726aee519b4b7b446c516439e24f
% lapplot() - Compute the discrete laplacian of EEG scalp distribution(s) % % Usage: % >> laplace = lapplot(map,eloc_file,draw) % % Inputs: % map - Activity levels, size (nelectrodes,nmaps) % eloc_file - Electrode location filename (.loc file) % For format, see >> topo...
github
ZijingMao/baselineeegtest-master
compmap.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/compmap.m
9,132
utf_8
91717f8d02db6c0193adc7ece08828ca
% compmap() - Plot multiple topoplot() maps of ICA component topographies % Click on an individual map to view separately. % Usage: % >> compmap (winv,'eloc_file',compnos,'title',rowscols,labels,printflag) % % Inputs: % winv - Inverse weight matrix = EEG scalp maps. Each column is a % ...
github
ZijingMao/baselineeegtest-master
topoimage.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/topoimage.m
21,312
utf_8
952b9066313797fa812f1352f2586565
% topoimage() - plot concatenated multichannel time/frequency images % in a topographic format % Uses a channel location file with the same format as topoplot() % or else plots data on a rectangular grid of axes. % Click on individual images to examine separatel...
github
ZijingMao/baselineeegtest-master
getallmenuseeglab.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/getallmenuseeglab.m
3,609
utf_8
3f20087025ca923857b9ce9ec4553255
% getallmenuseeglab() - get all submenus of a window or a menu and return % a tree. The function will also look for callback. % % Usage: % >> [tree nb] = getallmenuseeglab( handler ); % % Inputs: % handler - handler of the window or of a menu % % Outputs: % tree - text output % nb ...
github
ZijingMao/baselineeegtest-master
loglike.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/loglike.m
1,238
utf_8
b9a8aa64d20e0fc72257880d837f9f19
% loglike() - log likehood function to estimate dependence between components % % Usage: f = loglike(W, S); % % Computation of the log-likelihood function under the model % that the ICs are 1/cosh(s) distributed (according to the tanh % nonlinearity in ICA). It does not exactly match for the logistic % nonlinearity, b...
github
ZijingMao/baselineeegtest-master
corrimage.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/corrimage.m
25,394
utf_8
aaddb89d7d26c507e8075ec38d644f0a
% corrimage() - compute correlation image between an event and amplitude % and phase in the time-frequency domain. % % Usage: % corrimage(data, sortvar, times); % [times, freqs, alpha, sigout, limits ] = corrimage(data, sortvar, ... % times, 'key1', val1, 'key2'...
github
ZijingMao/baselineeegtest-master
dendhier.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/dendhier.m
1,290
utf_8
4ad99782a7d86d471c4ce68b9a0dbf1e
% DENDHIER: Recursive algorithm to find links and distance coordinates on a % dendrogram, given the topology matrix. % % Usage: [links,topology,node] = dendhier(links,topology,node) % % links = 4-col matrix of descendants, ancestors, descendant % distances, and ancest...
github
ZijingMao/baselineeegtest-master
runicalowmem.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/runicalowmem.m
62,951
utf_8
ae726ddb4771edbac5539b0c00cf3fb9
% runica() - Perform Independent Component Analysis (ICA) decomposition % of input data using the logistic infomax ICA algorithm of % Bell & Sejnowski (1995) with the natural gradient feature % of Amari, Cichocki & Yang, or optionally the extended-ICA % algorithm of Lee, G...
github
ZijingMao/baselineeegtest-master
eeg_time2prev.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/eeg_time2prev.m
6,514
utf_8
b09492c5bf451c4d42c06b87dc8921af
% eeg_time2prev() - returns a vector giving, for each event of specified ("target") type(s), % the delay (in ms) since the preceding event (if any) of specified % ("previous") type(s). Requires the EEG.urevent structure, plus % EEG.event().urevent pointers to it....
github
ZijingMao/baselineeegtest-master
helpforexe.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/helpforexe.m
2,556
utf_8
dc086adf5a27490f1a3e39f6d218bbd1
% helpforexe() - Write help files for exe version % % Usage: % histtoexe( mfile, folder) % % Inputs: % mfile - [cell of string] Matlab files with help message % folder - [string] Output folder % % Output: % text files name help_"mfile".m % % Author: Arnaud Delorme, 2006 % % See also: eeglab() % Copyright (C)...
github
ZijingMao/baselineeegtest-master
imagesclogy.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/imagesclogy.m
3,685
utf_8
73cfa531e2316e4148fec6793f6f8646
% imagesclogy() - make an imagesc(0) plot with log y-axis values (ala semilogy()) % % Usage: >> imagesclogy(times,freqs,data); % Usage: >> imagesclogy(times,freqs,data,clim,xticks,yticks,'key','val',...); % % Inputs: % times = vector of x-axis values % freqs = vector of y-axis values (LOG spaced) % data = matr...
github
ZijingMao/baselineeegtest-master
gauss.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/gauss.m
431
utf_8
ac68a4b38603e75bbb97ab7770117c1c
% gauss() - return a smooth Gaussian window % % Usage: % >> outvector = gauss(frames,sds); % % Inputs: % frames = window length % sds = number of +/-std. deviations = steepness % (~0+ -> flat; >>10 -> spike) function outvec = gauss(frames,sds) outvec = []; if nargin < 2 help gauss return end ...
github
ZijingMao/baselineeegtest-master
runpca2.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/runpca2.m
2,347
utf_8
bec4863264e507c374a64d5ecbfe4132
% runpca() - perform principal component analysis (PCA) using singular value % decomposition (SVD) using Matlab svd() or svds() % >> inv(eigvec)*data = pc; % Usage: % >> [pc,eigvec,sv] = runpca(data); % >> [pc,eigvec,sv] = runpca(data,num,norm) % % Inputs: % data - input d...
github
ZijingMao/baselineeegtest-master
loc_subsets.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/loc_subsets.m
8,435
utf_8
0d9bef14db75412fc13a4088966c510a
% loc_subsets() - Separate channels into maximally evenly-spaced subsets. % This is achieved by exchanging channels between subsets so as to % increase the sum of average of distances within each channel subset. % Usage: % >> subset = loc_subsets(chanlocs, nchans); % select an eve...
github
ZijingMao/baselineeegtest-master
pcexpand.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/pcexpand.m
2,210
utf_8
23a7b8149ced0eebf1a7428fbd14244f
% pcexpand() - expand data using Principal Component Analysis (PCA) % returns data expanded from a principal component subspace % [compare pcsquash()] % Usage: % After >> [eigenvectors,eigenvalues,projections] = pcsquash(data,ncomps); % then >> [expanded_data...
github
ZijingMao/baselineeegtest-master
detectmalware.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/detectmalware.m
1,726
utf_8
805aa37c62f2d84ecb6d36df2499d684
% this function detects potential malware in the current folder and subfolders % % Author: A. Delorme, Cotober 2013 function detectmalware(currentFolder); if nargin < 1 currentFolder = pwd; end; folderContent = dir(currentFolder); folderContent = { folderContent.name }; malwareStrings = { 'eval(' 'evalin(' 'eva...
github
ZijingMao/baselineeegtest-master
loadelec.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/loadelec.m
2,360
utf_8
655d4fbe32be8c99d9d4a2f4deb754a6
% loadelec() - Load electrode names file for eegplot() % % Usage: >> labelmatrix = loadelec('elec_file'); % % Author: Colin Humprhies, CNL / Salk Institute, 1996 % % See also: eegplot() % Copyright (C) Colin Humphries, CNL / Salk Institute, Aug, 1996 % % This program is free software; you can redistribute it and/or m...
github
ZijingMao/baselineeegtest-master
erpregout.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/erpregout.m
3,083
utf_8
a7430431f9ce614aaa04b826032bfcd5
% erpregout() - regress out the ERP from the data % % Usage: % newdata = erpregout(data); % [newdata erp factors] = erpregout(data, tlim, reglim); % % Inputs: % data - [float] 2-D data (times x trials) or 3-D data % (channels x times x trials). % % Optional inputs: % tlim - [min max] time limi...
github
ZijingMao/baselineeegtest-master
compdsp.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/compdsp.m
7,154
utf_8
d81cd429eda825751f36ef7706ea02bc
% compdsp() - Display standard info figures for a data decomposition % Creates four figure windows showing: Component amplitudes, % scalp maps, activations and activation spectra. % Usage: % >> compdsp(data,weights,locfile,[srate],[title],[compnums],[amps],[act]); % % Inputs: % data =...
github
ZijingMao/baselineeegtest-master
perminv.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/perminv.m
1,386
utf_8
d5fe91da3ab79a692c0adbd6b4a9498a
% perminv() - returns the inverse permutation vector % % Usage: >> [invvec] = perminverse(vector); % % Author: Scott Makeig, SCCN/INC/UCSD, La Jolla, 11-30-96 % Copyright (C) 11-30-96 Scott Makeig, SCCN/INC/UCSD, scott@sccn.ucsd.edu % % This program is free software; you can redistribute it and/or modify % it under t...
github
ZijingMao/baselineeegtest-master
runicatest.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/runicatest.m
40,794
utf_8
39e884850dab339c9c4e2a052d4cf934
% runicatest() - Perform Independent Component Analysis (ICA) decomposition % using natural-gradient infomax - the infomax ICA algorithm of % Bell & Sejnowski (1995) with the natural gradient method % of Amari, Cichocki & Yang, the extended-ICA algorithm % of Lee, Girolami...
github
ZijingMao/baselineeegtest-master
headmovie.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/headmovie.m
8,690
utf_8
38629f7b7a3e0c3097687e8c0aaf3250
% ########## This function is deprecated. Use eegmovie instead. ########## % % headmovie() - Record a Matlab movie of scalp data. % Use seemovie() to display the movie. % % Usage: >> [Movie,Colormap] = headmovie(data,elec_loc,spline_file); % >> [Movie,Colormap,minc,maxc] = headmovie(data,elec_lo...
github
ZijingMao/baselineeegtest-master
arrow.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/arrow.m
51,888
utf_8
6310afbf5a0ed2b3cfdc0469d9b0c9cd
% arrow() - Draw a line with an arrowhead. % % Usage: % >> arrow('Property1',PropVal1,'Property2',PropVal2,...) % >> arrow(H,'Prop1',PropVal1,...) % >> arrow(Start,Stop) % >> arrow(Start,Stop,Length,BaseAngle,TipAngle,Width,Page,CrossDir) % >> arrow demo %2-D demos of the capabilities of arrow() % >> arrow demo...
github
ZijingMao/baselineeegtest-master
runpca.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/runpca.m
2,702
utf_8
6fff3a9e04e75993c00583d5969ea9ec
% runpca() - perform principal component analysis (PCA) using singular value % decomposition (SVD) using Matlab svd() or svds() % >> inv(eigvec)*data = pc; % Usage: % >> [pc,eigvec,sv] = runpca(data); % >> [pc,eigvec,sv] = runpca(data,num,norm) % % Inputs: % data - input d...
github
ZijingMao/baselineeegtest-master
dendplot.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/dendplot.m
2,407
utf_8
b7fd4f2ab62ff9c468fbca95378a2da7
% DENDPLOT: Plots a dendrogram given a topology matrix. % % Usage: dendplot(topology,{labels},{fontsize}) % % topology = [(n-1) x 4] matrix summarizing dendrogram topology: % col 1 = 1st OTU/cluster being grouped at current step % col 2 = 2nd OTU/cluster % ...
github
ZijingMao/baselineeegtest-master
qrtimax.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/qrtimax.m
4,605
utf_8
64e79c295baa267e2aacf1bcca2c6769
% qrtimax() - perform Quartimax rotation of rows of a data matrix. % % Usage: >> [Q,B] = qrtimax(data); % >> [Q,B] = qrtimax(data,tol,'[no]reorder'); % % Inputs: % data - input matrix % tol - the termination tolerance {default: 1e-4} % noreorder - rotate without negation/reord...
github
ZijingMao/baselineeegtest-master
matcorr.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/matcorr.m
5,853
utf_8
d0e3089eda2df7656eb20c1f476894f8
% matcorr() - Find matching rows in two matrices and their corrs. % Uses the Hungarian (default), VAM, or maxcorr assignment methods. % (Follow with matperm() to permute and sign x -> y). % % Usage: >> [corr,indx,indy,corrs] = matcorr(x,y,rmmean,method,weighting); % % Inputs: % x = first i...
github
ZijingMao/baselineeegtest-master
seemovie.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/seemovie.m
2,366
utf_8
e435662809faced2ec20372ec434b114
% seemovie() - see an EEG movie produced by eegmovie() % % Usage: >> seemovie(Movie,ntimes,Colormap) % % Inputs: % Movie = Movie matrix returned by eegmovie() % ntimes = Number of times to display {0 -> -10} % If ntimes < 0, movie will play forward|backward % Colormap = C...
github
ZijingMao/baselineeegtest-master
abspeak.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/abspeak.m
2,026
utf_8
2258e70a7386f00bc23dd3f8620aa48b
% abspeak() - find peak amps/latencies in each row of a single-epoch data matrix % % Usage: % >> [amps,frames,signs] = abspeak(data); % >> [amps,frames,signs] = abspeak(data,frames); % % Inputs: % data - single-epoch data matrix % frames - frames per epoch in data {default|0 -> whole data} % % Outp...
github
ZijingMao/baselineeegtest-master
eegplotgold.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/eegplotgold.m
12,958
utf_8
d4c4acff7303a59ede1e32c3911c3af7
% eegplotgold() - display EEG data in a clinical format % % Usage: % >> eegplotgold('dataname', samplerate, 'chanfile', 'title', yscaling, range) % % Inputs: % 'dataname' - quoted name of a desktop global variable (see Ex. below) % samplerate - EEG sampling rate in Hz (0 -> default 256 Hz) % 'chanfile' - file of ...
github
ZijingMao/baselineeegtest-master
makehelpfiles.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/makehelpfiles.m
4,318
utf_8
8a0860d1b106b9754aedcaed8ace4442
% makehelpfiles() - generate function help pages % % Usage: % >> makehelpfiles(list); % % Input: % 'folder' - [string] folder name to process % 'outputfile' - [string] file in which to write the help % 'title' - [string] title for the help % % Author: Arnaud Delorme, UCSD, 2013 % % Example: Generate ...
github
ZijingMao/baselineeegtest-master
gauss2d.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/gauss2d.m
2,336
utf_8
eb62296c929c63d59753f67dac83f70d
% gauss2d() - generate a 2-dimensional gaussian matrix % % Usage: % >> [ gaussmatrix ] = gauss2d( rows, columns, ... % sigmaR, sigmaC, peakR, peakC, mask) % % Example: % >> imagesc(gauss2d(50, 50)); % image a size (50,50) 2-D gaussian matrix % % Inputs: % rows - number of rows in m...
github
ZijingMao/baselineeegtest-master
logimagesc.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/logimagesc.m
3,574
utf_8
343cd485721e4ef9c77204704ae0180c
% logimagesc() - make an imagesc(0) plot with log y-axis values (ala semilogy()) % % Usage: >> [logfreqs,dataout] = logimagesc(times,freqs,data); % % Input: % times = vector of x-axis values % freqs = vector of y-axis values % data = matrix of size (freqs,times) % % Optional Input: % plot = ['on'|'off'] plot ...
github
ZijingMao/baselineeegtest-master
eucl.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/eucl.m
4,052
utf_8
d05e24c412ee9044fefe12a801a4f9aa
% EUCL: Calculates the euclidean distances among a set of points, or between a % reference point and a set of points, or among all possible pairs of two % sets of points, in P dimensions. Returns a single distance for two points. % % Syntax: dists = eucl(crds1,crds2) % % crds1 = [N1 x P] matrix...
github
ZijingMao/baselineeegtest-master
uniquef.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/uniquef.m
2,819
utf_8
81584771d690f2251ea088c5ccfebb54
% UNIQUEF: Given a matrix containing group labels, returns a vector containing % a list of unique group labels, in the sequence found, and a % vector of corresponding frequencies of each group. % Optionally sorts the indices into ascending sequence. % % Note: it might be necessary to...
github
ZijingMao/baselineeegtest-master
getipsph.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/getipsph.m
2,850
utf_8
d0e227ab4596c6de73b76d9f3bd83f99
% getipsph() - Compute "in place" (m by n) sphering or quasi-sphering matrix for an (n by t) % input data matrix. Quasi-sphering reduces dimensionality of the data, while % maintaining approximately the "original" positions of the axes. That is, % quasi-sphering "rotates back" a...
github
ZijingMao/baselineeegtest-master
gauss3d.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/gauss3d.m
2,601
utf_8
8b9e654379dccd6f84b0036766f86da3
% gauss3d() - generate a 3-dimensional gaussian matrix % % Usage: % >> [ gaussmatrix ] = gauss2d( nX, nY, nZ); % >> [ gaussmatrix ] = gauss2d( nX, nY, nZ, ... % sigmaX, sigmaY, sigmaZ, ... % centerX, centerY, centerZ, mask) % % Example: % >> gauss3d(3,3,3)...
github
ZijingMao/baselineeegtest-master
means.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/means.m
2,133
utf_8
9692b1df9d31cb08b359424b637cfeff
% MEANS: Means, standard errors and variances. For column vectors, means(x) % returns the mean value. For matrices or row vectors, means(x) is a % row vector containing the mean value of each column. The basic % difference from the Matlab functions mean() and var() is for a row vector, %...
github
ZijingMao/baselineeegtest-master
eegdrawg.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/eegdrawg.m
3,602
utf_8
5bf94e46002cff31e2f4befee9f9d78f
% eegdrawg() - subroutine used by eegplotgold() to plot data. % % Author: Colin Humphries, CNL, Salk Institute, La Jolla, 7/96 % Copyright (C) Colin Humphries, CNL, Salk Institute 7/96 from eegplot() % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public...
github
ZijingMao/baselineeegtest-master
averef.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/averef.m
2,628
utf_8
a00dedfa26c8a0304625f45a9689b499
% averef() - convert common-reference EEG data to average reference % Note that this old function is not being used in EEGLAB. The % function used by EEGLAB is reref(). % % Usage: % >> data = averef(data); % >> [data_out W_out S_out meandata] = averef(data,W); % % Inputs: % data - 2D data ma...
github
ZijingMao/baselineeegtest-master
laplac2d.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/laplac2d.m
2,365
utf_8
1b371aaa27a868a1cba1dfb75b3ed92d
% laplac2d() - generate a 2 dimensional gaussian matrice % % Usage : % >> [ gaussmatrix ] = laplac2d( rows, columns, sigma, ... % meanR, meanC, cut) % % Example : % >> laplac2d( 5, 5) % % Inputs: % rows - number of rows % columns - number of columns % sigma - stan...
github
ZijingMao/baselineeegtest-master
varsort.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/varsort.m
3,451
utf_8
f28836747df60204b4cb5eba5a4f1810
% varsort() - reorder ICA components, largest to smallest, by % the size of their MEAN projected variance % across all time points % Usage: % >> [windex,meanvar] = varsort(activations,weights,sphere); % % Inputs: % activations = (chans,framestot) the runica() activations % weights = ...
github
ZijingMao/baselineeegtest-master
eegdraw.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/eegdraw.m
3,816
utf_8
8cf02a8c097d9de09a6aa145d4bfba65
% eegdraw() - subroutine used by eegplotold() to plot data. % % Author: Colin Humphries, CNL, Salk Institute, La Jolla, 7/96 % Copyright (C) Colin Humphries, CNL, Salk Institute 7/96 from eegplot() % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public L...
github
ZijingMao/baselineeegtest-master
eegmovie.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/eegmovie.m
10,994
utf_8
e8d4266027ffe169448945aed8f2b937
% eegmovie() - Compile and view a Matlab movie. % Uses scripts eegplotold() and topoplot(). % Use seemovie() to display the movie. % Usage: % >> [Movie,Colormap] = eegmovie(data,srate,elec_locs, 'key', val, ...); % % Or legacy call % >> [Movie,Colormap] = eegmovie(data,srate,elec_locs,title,m...
github
ZijingMao/baselineeegtest-master
gabor2d.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/gabor2d.m
3,449
utf_8
669aa44c02685a4e73e5568196a23efb
% gabor2d() - generate a two-dimensional gabor matrice. % % Usage: % >> [ matrix ] = gabor2d(rows, columns); % >> [ matrix ] = gabor2d( rows, columns, freq, ... % angle, sigmaR, sigmaC, meanR, meanC, dephase, cut) % Example : % >> imagesc(gabor2d( 50, 50)) % % Inputs: % rows - n...
github
ZijingMao/baselineeegtest-master
makehtml.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/makehtml.m
13,268
utf_8
ab43eb5b6d347b47f14edde57f938911
% makehtml() - generate .html function-index page and function help pages % composed automatically from formatted Matlab function help messages % % Usage: % >> makehtml(list, outputdir); % >> makehtml(list, outputdir, 'key1', val1, 'key2', val2, ...); % % Input: % list - (1) List (cell arra...
github
ZijingMao/baselineeegtest-master
covary.m
.m
baselineeegtest-master/External Software/EEGLAB/eeglab13_4_4b/functions/miscfunc/covary.m
1,482
utf_8
be5b9b3870c8f6344a4441160ea51bf0
% covary() - For vectors, covary(X) returns the variance of X. % For matrices, covary(X)is a row vector containing the % variance of each column of X. % % Notes: % covary(X) normalizes by N-1 where N is the sequence length. % This makes covary(X) the best unbiased estimate of th...