diff --git a/Contents.m b/Contents.m index 0fe31eb85e38c7ade3bb82ce927b33b84804021f..41ba647ff596c1837a7638d342f2ca9cd27d3ee5 100644 --- a/Contents.m +++ b/Contents.m @@ -1,10 +1,11 @@ % Cross Recurrence Plot Toolbox. -% Version 5.12 (R25) 19-Jun-2007 +% Version 5.14 (R27.1) 24-Sep-2008 % % 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. +% corrgram - Calculate windowed cross correlation between two signals. % crp - Cross recurrence plot/ recurrence plot of given data series. % crp_big - Cross recurrence plot/ recurrence plot of given data series for long data series. % crp2 - Cross recurrence plot/ recurrence plot of given vectors and the line of synchronization. @@ -23,19 +24,29 @@ % mcf - Plots maximal correlation function. % mgui - Starts a GUI for data analysis programmes. % mi - Multi-dimensional mutual information. +% migram - Calculate windowed mutual information between two signals. % normalize - Normalizes data series. -% phasespace - Embedding of time series in a phase space +% phasespace - Embedding of time series in a phase space. +% phasesynchro - Indicator of phase synchronisation by means of recurrences. % pss - Computes phase space size. % recons - Reconstruct a time series from a recurrence plot. +% rrspec - Tau-recurrence rate spectrum. +% rtspec - Recurrence time spectrum. +% taucrp - Creates a close returns plot. % trackplot - Estimates the line of synchronization in a CRP. % trafo - Transforms data to a desired distribution. % tt - Distribution and measures of vertical RP structures. +% twinsurr - Creates twin surrogates for statistical tests. % waitbar - Display wait bar (the improved Mathworks waitbar). % winplot - Windowed plot. % xcf - Computes and plots crosscorrelation. % % -% Copyright (c) 1998-2006 by AMRON +% Copyright (c) 2008-2009 +% Norbert Marwan, Potsdam Institute for Climate Impact Research, Germany +% http://www.pik-potsdam.de +% +% Copyright (c) 1998-2008 % Norbert Marwan, Potsdam University, Germany % http://www.agnld.uni-potsdam.de % @@ -54,4 +65,4 @@ % 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 19-Jun-2007 15:01:52 by MAKEINSTALL +% Modified at 24-Sep-2008 12:09:53 by MAKEINSTALL