Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CRP Toolbox for MATLAB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Norbert Marwan
CRP Toolbox for MATLAB
Commits
88386da7
Commit
88386da7
authored
15 years ago
by
marwan
Browse files
Options
Downloads
Patches
Plain Diff
new functions (corrgram, migram)
parent
f81d5bdd
No related branches found
Branches containing commit
Tags
v5.17
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Contents.m
+15
-4
15 additions, 4 deletions
Contents.m
with
15 additions
and
4 deletions
Contents.m
+
15
−
4
View file @
88386da7
% Cross Recurrence Plot Toolbox.
% Cross Recurrence Plot Toolbox.
% Version 5.1
2
(R2
5) 19-Jun
-200
7
% Version 5.1
4
(R2
7.1) 24-Sep
-200
8
%
%
% 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
-200
7
1
5
:0
1
:5
2
by MAKEINSTALL
% Modified at
24-Sep
-200
8
1
2
:0
9
:5
3
by MAKEINSTALL
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment