Skip to content
Snippets Groups Projects
Commit 88386da7 authored by marwan's avatar marwan
Browse files

new functions (corrgram, migram)

parent f81d5bdd
No related branches found
Tags v5.17
No related merge requests found
% Cross Recurrence Plot Toolbox. % 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. % ace - Finds optimal transformation and maximal correlation.
% adjust - Adjusts two two-column vectors. % adjust - Adjusts two two-column vectors.
% arfit - AR parameter estimation via Yule-Walker method. % arfit - AR parameter estimation via Yule-Walker method.
% choosecolormap - GUI for choosing a colormap. % 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 - Cross recurrence plot/ recurrence plot of given data series.
% crp_big - Cross recurrence plot/ recurrence plot of given data series for long 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. % crp2 - Cross recurrence plot/ recurrence plot of given vectors and the line of synchronization.
...@@ -23,19 +24,29 @@ ...@@ -23,19 +24,29 @@
% mcf - Plots maximal correlation function. % mcf - Plots maximal correlation function.
% mgui - Starts a GUI for data analysis programmes. % mgui - Starts a GUI for data analysis programmes.
% mi - Multi-dimensional mutual information. % mi - Multi-dimensional mutual information.
% migram - Calculate windowed mutual information between two signals.
% normalize - Normalizes data series. % 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. % pss - Computes phase space size.
% recons - Reconstruct a time series from a recurrence plot. % 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. % trackplot - Estimates the line of synchronization in a CRP.
% trafo - Transforms data to a desired distribution. % trafo - Transforms data to a desired distribution.
% tt - Distribution and measures of vertical RP structures. % tt - Distribution and measures of vertical RP structures.
% twinsurr - Creates twin surrogates for statistical tests.
% waitbar - Display wait bar (the improved Mathworks waitbar). % waitbar - Display wait bar (the improved Mathworks waitbar).
% winplot - Windowed plot. % winplot - Windowed plot.
% xcf - Computes and plots crosscorrelation. % 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 % Norbert Marwan, Potsdam University, Germany
% http://www.agnld.uni-potsdam.de % http://www.agnld.uni-potsdam.de
% %
...@@ -54,4 +65,4 @@ ...@@ -54,4 +65,4 @@
% along with this program; if not, write to the Free Software % along with this program; if not, write to the Free Software
% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. % 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment