Skip to content
Snippets Groups Projects
Contents.m 2.74 KiB
Newer Older
marwan's avatar
marwan committed
% Cross Recurrence Plot Toolbox.
marwan's avatar
marwan committed
% Version 4.8.1.6  (R19.3) 08-Apr-2005
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.
%   crp            - Cross recurrence plot/ recurrence plot of given data series.
%   crp_big        - Cross recurrence plot/ recurrence plot of given data series.
%   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.
%   dl             - Distribution and measures of diagonal RP structures.
%   entropy        - Entropy of a distribution.
%   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.
%   normalize      - Normalizes data series.
%   phasespace     - Embedding of time series in a phase space
%   pss            - Computes phase space size.
%   trackplot      - Estimates the line of synchronization in a CRP. 
%   trafo          - Transforms data to a desired distribution.
%   tt             - Distribution and measures of vertical RP structures.
%   waitbar        - Display wait bar (the improved Mathworks waitbar).
%   winplot        - Windowed plot.
%   xcf            - Computes and plots crosscorrelation.
%
%
% Copyright (c) 1998-2003 by AMRON
% 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.

marwan's avatar
marwan committed
% Modified at 08-Apr-2005 11:03:09 by MAKEINSTALL