Skip to content
Snippets Groups Projects
Contents.m 3.61 KiB
Newer Older
marwan's avatar
marwan committed
% Cross Recurrence Plot Toolbox.
% Version 5.17  (R28.20) 12-Mar-2014
marwan's avatar
marwan committed
%
%   ace            - Finds optimal transformation and maximal correlation.
%   adjust         - Adjusts two two-column vectors.
%   arfit          - AR parameter estimation via Yule-Walker method.
%   choosecolormap - GUI for choosing a colormap.
marwan's avatar
marwan committed
%   corrgram       - Calculate windowed cross correlation between two signals.
marwan's avatar
marwan committed
%   crp            - Cross recurrence plot/ recurrence plot of given data series.
marwan's avatar
marwan committed
%   crp_big        - Cross recurrence plot/ recurrence plot of given data series for long data series.
marwan's avatar
marwan committed
%   crp2           - Cross recurrence plot/ recurrence plot of given vectors and the line of synchronization.
%   crpclean       - Removes the CRP toolbox.
%   crqa           - Recurrence quantification analysis.
%   crqad          - Recurrence quantification analysis diagonalwise.
marwan's avatar
marwan committed
%   crqad          - Recurrence quantification analysis diagonalwise for long data series.
marwan's avatar
marwan committed
%   dl             - Distribution and measures of diagonal RP structures.
%   entropy        - Entropy of a distribution.
marwan's avatar
marwan committed
%   fnn            - Dimension estimation by false nearest neighbours.
marwan's avatar
marwan committed
%   french         - French's flag color map.
%   hist2          - Two-dimensional histogram.
%   histn          - Multi-dimensional histogram.
marwan's avatar
marwan committed
%   jrp            - Joint recurrence plot/ recurrence plot of given data series.
%   jrqa           - Joint recurrence quantification analysis.
marwan's avatar
marwan committed
%   mcf            - Plots maximal correlation function.
%   mgui           - Starts a GUI for data analysis programmes.
%   mi             - Multi-dimensional mutual information.
marwan's avatar
marwan committed
%   migram         - Calculate windowed mutual information between two signals.
marwan's avatar
marwan committed
%   normalize      - Normalizes data series.
marwan's avatar
marwan committed
%   phasespace     - Embedding of time series in a phase space.
%   phasesynchro   - Indicator of phase synchronisation by means of recurrences.
marwan's avatar
marwan committed
%   pss            - Computes phase space size.
marwan's avatar
marwan committed
%   recons         - Reconstruct a time series from a recurrence plot.
marwan's avatar
marwan committed
%   rpde           - Computes the recurrence time entropy.
marwan's avatar
marwan committed
%   rrspec         - Tau-recurrence rate spectrum.
%   rtspec         - Recurrence time spectrum.
%   taucrp         - Creates a close returns plot.
marwan's avatar
marwan committed
%   trackplot      - Estimates the line of synchronization in a CRP. 
%   trafo          - Transforms data to a desired distribution.
%   tt             - Distribution and measures of vertical RP structures.
marwan's avatar
marwan committed
%   twinsurr       - Creates twin surrogates for statistical tests.
marwan's avatar
marwan committed
%   waitbar        - Display wait bar (the improved Mathworks waitbar).
%   winplot        - Windowed plot.
%   xcf            - Computes and plots crosscorrelation.
%
%
marwan's avatar
marwan committed
% Copyright (c) 2008-2010
marwan's avatar
marwan committed
% Norbert Marwan, Potsdam Institute for Climate Impact Research, Germany
% http://www.pik-potsdam.de
%
% Copyright (c) 1998-2008
marwan's avatar
marwan committed
% Norbert Marwan, Potsdam University, Germany
% http://www.agnld.uni-potsdam.de
%
% This toolbox 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 any later version.
%
% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License 
%        gpl - click here to view the GNU Public License
% along with this program; if not, write to the Free Software
% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

% Modified at 12-Mar-2014 17:31:26 by MAKEINSTALL