Switch to unified view

a b/functions/adminfunc/eeg_helpsigproc.m
1
%EEGLAB signal processing functions (sigprocfunc folder):
2
%  <a href="matlab:helpwin acsobiro">acsobiro</a>             - A. Chickocki's robust Second-Order Blind Identification (SOBI)...
3
%  <a href="matlab:helpwin axcopy">axcopy</a>               - Copy a Matlab figure axis and its graphic objects to a new pop-up window...
4
%  <a href="matlab:helpwin binica">binica</a>               - Run stand-alone binary version of RUNICA from the...
5
%  <a href="matlab:helpwin biosig2eeglab">biosig2eeglab</a>        - Convert BIOSIG structure to EEGLAB structure...
6
%  <a href="matlab:helpwin biosig2eeglabevent">biosig2eeglabevent</a>   - Convert biosig events to EEGLAB event structure...
7
%  <a href="matlab:helpwin blockave">blockave</a>             - Make block average of concatenated data sets of same size...
8
%  <a href="matlab:helpwin cart2topo">cart2topo</a>            - Convert xyz-cartesian channel coordinates...
9
%  <a href="matlab:helpwin cbar">cbar</a>                 - Display full or partial color bar...
10
%  <a href="matlab:helpwin celltomat">celltomat</a>            - Convert cell array to matrix...
11
%  <a href="matlab:helpwin chancenter">chancenter</a>           - Recenter cartesian X,Y,Z channel coordinates...
12
%  <a href="matlab:helpwin changeunits">changeunits</a>          - Takes one or more points in one axes and gives its position...
13
%  <a href="matlab:helpwin compvar">compvar</a>              - Project selected components and compute the variance of...
14
%  <a href="matlab:helpwin condstat">condstat</a>             - Accumulate surrogate data for comparing two data conditions...
15
%  <a href="matlab:helpwin convertlocs">convertlocs</a>          - Convert electrode locations between coordinate systems...
16
%  <a href="matlab:helpwin copyaxis">copyaxis</a>             - Helper function for AXCOPY...
17
%  <a href="matlab:helpwin coregister">coregister</a>           - Co-register measured or template electrode locations with a...
18
%  <a href="matlab:helpwin dipoledensity">dipoledensity</a>        - Compute and optionally plot a measure of the 3-D spatial...
19
%  <a href="matlab:helpwin eegfilt">eegfilt</a>              - (high|low|band)-pass filter data using two-way least-squares...
20
%  <a href="matlab:helpwin eegfiltfft">eegfiltfft</a>           - (high|low|band)-pass filter data using inverse fft...
21
%  <a href="matlab:helpwin eegplot">eegplot</a>              - Scroll (horizontally and/or vertically) through multichannel data.
22
%  <a href="matlab:helpwin eegplot2event">eegplot2event</a>        - Convert EEGPLOT rejections into events...
23
%  <a href="matlab:helpwin eegplot2trial">eegplot2trial</a>        - Convert EEGPLOT rejections into trial and electrode...
24
%  <a href="matlab:helpwin eegplot_readkey">eegplot_readkey</a>      - Eegplot helper function to read key strokes...
25
%  <a href="matlab:helpwin eegrej">eegrej</a>               - Reject/excise arbitrary periods from continuous EEG data...
26
%  <a href="matlab:helpwin eegthresh">eegthresh</a>            - Reject trials with out-of-bounds channel values within a...
27
%  <a href="matlab:helpwin entropy_rej">entropy_rej</a>          - Calculation of entropy of a 1D, 2D or 3D array and...
28
%  <a href="matlab:helpwin env">env</a>                  - Return envelope of rows of a data matrix, or optionally...
29
%  <a href="matlab:helpwin envtopo">envtopo</a>              - No help information...
30
%  <a href="matlab:helpwin epoch">epoch</a>                - Extract epochs time locked to specified events from continuous EEG data.
31
%  <a href="matlab:helpwin erpimage">erpimage</a>             - Plot a colored image of a collection of single-trial data epochs, optionally...
32
%  <a href="matlab:helpwin eventalign">eventalign</a>           - Function called by POP_IMPORTEVENT to find the best...
33
%  <a href="matlab:helpwin eventlock">eventlock</a>            - DEPRECATED: Please use EEGALIGN instead.
34
%  <a href="matlab:helpwin eyelike">eyelike</a>              - Calculate a permutation matrix P and a scaling (diagonal) maxtrix S...
35
%  <a href="matlab:helpwin fastif">fastif</a>               - Fast if function.
36
%  <a href="matlab:helpwin floatread">floatread</a>            - Read matrix from float file ssuming four byte floating point number...
37
%  <a href="matlab:helpwin floatwrite">floatwrite</a>           - Write data matrix to float file.
38
%  <a href="matlab:helpwin forcelocs">forcelocs</a>            - Rotate location in 3-D so specified electrodes...
39
%  <a href="matlab:helpwin gettempfolder">gettempfolder</a>        - Return the temporary folder...
40
%  <a href="matlab:helpwin headplot">headplot</a>             - Plot a spherically-splined EEG field map on a semi-realistic...
41
%  <a href="matlab:helpwin icaact">icaact</a>               - Compute ICA activation waveforms = weights*sphere*(data-meandata)...
42
%  <a href="matlab:helpwin icadefs">icadefs</a>              - Function to read in a set of EEGLAB system-wide (i.e. lab-wide)...
43
%  <a href="matlab:helpwin icaproj">icaproj</a>              - Project ICA component activations through the...
44
%  <a href="matlab:helpwin icavar">icavar</a>               - Project ICA component activations through the ICA weight matrices...
45
%  <a href="matlab:helpwin imagesctc">imagesctc</a>            - DEPRECATED. never completed or documented.
46
%  <a href="matlab:helpwin isscript">isscript</a>             - Function checking if a specific file is a script or a function...
47
%  <a href="matlab:helpwin jader">jader</a>                - Blind separation of real signals using JADE (v1.5, Dec. 1997).
48
%  <a href="matlab:helpwin jointprob">jointprob</a>            - Rejection of odd columns of a data array  using...
49
%  <a href="matlab:helpwin kmeanscluster">kmeanscluster</a>        - Simple k means clustering algorithm...
50
%  <a href="matlab:helpwin kurt">kurt</a>                 - Return kurtosis of input data distribution...
51
%  <a href="matlab:helpwin loadtxt">loadtxt</a>              - Load ascii text file into numeric or cell arrays...
52
%  <a href="matlab:helpwin lookupchantemplate">lookupchantemplate</a>   - Look up channel template.
53
%  <a href="matlab:helpwin matsel">matsel</a>               - Select rows, columns, and epochs from given multi-epoch data matrix...
54
%  <a href="matlab:helpwin mattocell">mattocell</a>            - Convert matrix to cell array...
55
%  <a href="matlab:helpwin metaplottopo">metaplottopo</a>         - Plot concatenated multichannel data epochs in a topographic or...
56
%  <a href="matlab:helpwin movav">movav</a>                - Perform a moving average of data indexed by xvals.
57
%  <a href="matlab:helpwin moveaxes">moveaxes</a>             - Move, resize, or copy Matlab axes using the mouse...
58
%  <a href="matlab:helpwin mri3dplot">mri3dplot</a>            - Plot 3-D density image translucently on top of the mean MR...
59
%  <a href="matlab:helpwin nan_mean">nan_mean</a>             - Average, not considering NaN values...
60
%  <a href="matlab:helpwin parsetxt">parsetxt</a>             - Parse text input into cell array...
61
%  <a href="matlab:helpwin phasecoher">phasecoher</a>           - Implements inter-trial amp/coherence using Gaussian wavelets.
62
%  <a href="matlab:helpwin plotchans3d">plotchans3d</a>          - Plots the 3-D configuration from a Polhemus ELP...
63
%  <a href="matlab:helpwin plotcurve">plotcurve</a>            - Plot curve(s) with optional significance highlighting.
64
%  <a href="matlab:helpwin plotdata">plotdata</a>             - Plot concatenated multichannel data epochs in two-column format...
65
%  <a href="matlab:helpwin ploterp">ploterp</a>              - Plot a selected multichannel data epoch on a common timebase...
66
%  <a href="matlab:helpwin plotmesh">plotmesh</a>             - Plot mesh defined by faces and vertex...
67
%  <a href="matlab:helpwin plotsphere">plotsphere</a>           - This function is used to plot a sphere and...
68
%  <a href="matlab:helpwin plottopo">plottopo</a>             - Plot concatenated multichannel data epochs in a topographic...
69
%  <a href="matlab:helpwin posact">posact</a>               - Make RUNICA activations all RMS-positive.
70
%  <a href="matlab:helpwin projtopo">projtopo</a>             - Plot projections of one or more ICA components along with...
71
%  <a href="matlab:helpwin qqdiagram">qqdiagram</a>            - Empirical quantile-quantile diagram.
72
%  <a href="matlab:helpwin quantile">quantile</a>             - Computes the quantiles of the data sample from a distribution X...
73
%  <a href="matlab:helpwin readedf">readedf</a>              - Read eeg data in EDF format.
74
%  <a href="matlab:helpwin readeetraklocs">readeetraklocs</a>       - Read 3-D location files saved using the EETrak...
75
%  <a href="matlab:helpwin readegi">readegi</a>              - Read EGI Simple Binary datafile (versions 2,3,4,5,6,7).
76
%  <a href="matlab:helpwin readegihdr">readegihdr</a>           - Read header information from EGI (versions 2,3,4,5,6,7) data file.
77
%  <a href="matlab:helpwin readegilocs">readegilocs</a>          - Look up locations for EGI EEG dataset.
78
%  <a href="matlab:helpwin readelp">readelp</a>              - Read electrode locations from an .elp (electrode positions)...
79
%  <a href="matlab:helpwin readlocs">readlocs</a>             - Read electrode location coordinates and other information from a file.
80
%  <a href="matlab:helpwin readtxtfile">readtxtfile</a>          - Read text file into a Matlab variable...
81
%  <a href="matlab:helpwin realproba">realproba</a>            - Compute the effective probability of the value...
82
%  <a href="matlab:helpwin rejkurt">rejkurt</a>              - Calculation of kutosis of a 1D, 2D or 3D array and...
83
%  <a href="matlab:helpwin rejstatepoch">rejstatepoch</a>         - Reject bad eeg trials based a statistical measure. Can...
84
%  <a href="matlab:helpwin rejtrend">rejtrend</a>             - Detect linear trends in EEG activity and reject the...
85
%  <a href="matlab:helpwin reref">reref</a>                - Convert common reference EEG data to some other common reference...
86
%  <a href="matlab:helpwin rmbase">rmbase</a>               - Subtract basevector channel means from multi-epoch data matrix...
87
%  <a href="matlab:helpwin runica">runica</a>               - Perform Independent Component Analysis (ICA) decomposition...
88
%  <a href="matlab:helpwin runica_ml">runica_ml</a>            - Perform Independent Component Analysis (ICA) decomposition...
89
%  <a href="matlab:helpwin runica_ml2">runica_ml2</a>           - Perform Independent Component Analysis (ICA) decomposition...
90
%  <a href="matlab:helpwin runica_mlb">runica_mlb</a>           - Perform Independent Component Analysis (ICA) decomposition...
91
%  <a href="matlab:helpwin sbplot">sbplot</a>               - Create axes in arbitrary subplot grid positions and sizes...
92
%  <a href="matlab:helpwin shuffle">shuffle</a>              - Shuffle a given dimension in an array...
93
%  <a href="matlab:helpwin signalstat">signalstat</a>           - Computes and plots statistical characteristics of a signal,...
94
%  <a href="matlab:helpwin slider">slider</a>               - Add slider to a figure...
95
%  <a href="matlab:helpwin snapread">snapread</a>             - Read data in Snap-Master Standard Binary Data File Format...
96
%  <a href="matlab:helpwin sobi">sobi</a>                 - Second Order Blind Identification (SOBI) by joint diagonalization of...
97
%  <a href="matlab:helpwin spec">spec</a>                 - Power spectrum. This function replaces PSD function if the signal...
98
%  <a href="matlab:helpwin spectopo">spectopo</a>             - Plot the power spectral density (PSD) of winsize length segments of data...
99
%  <a href="matlab:helpwin sph2topo">sph2topo</a>             - Convert from a 3-column headplot file in spherical coordinates...
100
%  <a href="matlab:helpwin spher">spher</a>                - Return the sphering matrix for given input data...
101
%  <a href="matlab:helpwin spherror">spherror</a>             - CHANCENTER sub function to compute minimum distance...
102
%  <a href="matlab:helpwin strmultiline">strmultiline</a>         - Format a long string as a multi-line string.
103
%  <a href="matlab:helpwin textsc">textsc</a>               - Places text in screen coordinates and places...
104
%  <a href="matlab:helpwin timefdetails">timefdetails</a>         - Details of the TIMEF function for time/frequency analysis...
105
%  <a href="matlab:helpwin timtopo">timtopo</a>              - Plot all channels of a data epoch on the same axis...
106
%  <a href="matlab:helpwin topo2sph">topo2sph</a>             - Convert a TOPOPLOT style 2-D polar-coordinate...
107
%  <a href="matlab:helpwin topoplot">topoplot</a>             - Plot a topographic map of a scalp data field in a 2-D circular view...
108
%  <a href="matlab:helpwin transformcoords">transformcoords</a>      - Select nazion and inion in anatomical MRI images.
109
%  <a href="matlab:helpwin trial2eegplot">trial2eegplot</a>        - Convert eeglab format to eeplot format of rejection window...
110
%  <a href="matlab:helpwin uigetfile2">uigetfile2</a>           - Same as uigetfile but remember folder location.
111
%  <a href="matlab:helpwin uiputfile2">uiputfile2</a>           - Same as uigputfile but remember folder location.
112
%  <a href="matlab:helpwin writelocs">writelocs</a>            - Write a file containing channel location, type and gain information...