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
f3f348f7
Commit
f3f348f7
authored
17 years ago
by
marwan
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
32f5a754
No related branches found
Branches containing commit
Tags
v5.6
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Contents.m
+7
-4
7 additions, 4 deletions
Contents.m
Readme.m
+81
-22
81 additions, 22 deletions
Readme.m
crp_man.pdf
+0
-0
0 additions, 0 deletions
crp_man.pdf
with
88 additions
and
26 deletions
Contents.m
+
7
−
4
View file @
f3f348f7
% Cross Recurrence Plot Toolbox.
% Version
4.8.1.6 (R19.3) 08-Apr
-200
5
% Version
5.12 (R25) 19-Jun
-200
7
%
% 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.
% 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.
% crpclean - Removes the CRP toolbox.
% crqa - Recurrence quantification analysis.
% crqad - Recurrence quantification analysis diagonalwise.
% crqad - Recurrence quantification analysis diagonalwise for long data series.
% dl - Distribution and measures of diagonal RP structures.
% entropy - Entropy of a distribution.
% fnn - Dimension estimation by false nearest neighbours.
% french - French's flag color map.
% hist2 - Two-dimensional histogram.
% histn - Multi-dimensional histogram.
...
...
@@ -24,6 +26,7 @@
% normalize - Normalizes data series.
% phasespace - Embedding of time series in a phase space
% pss - Computes phase space size.
% recons - Reconstruct a time series from a recurrence 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.
...
...
@@ -32,7 +35,7 @@
% xcf - Computes and plots crosscorrelation.
%
%
% Copyright (c) 1998-200
3
by AMRON
% Copyright (c) 1998-200
6
by AMRON
% Norbert Marwan, Potsdam University, Germany
% http://www.agnld.uni-potsdam.de
%
...
...
@@ -51,4 +54,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
08-Apr
-200
5
1
1
:0
3:09
by MAKEINSTALL
% Modified at
19-Jun
-200
7
1
5
:0
1:52
by MAKEINSTALL
This diff is collapsed.
Click to expand it.
Readme.m
+
81
−
22
View file @
f3f348f7
...
...
@@ -7,8 +7,8 @@
if(strstr($zeile,'%<-- Header begins here -->'))
{
$temp=fgets($fp,300);
$time=strtr(chop(fgets($fp,300)),array ('%
#
' => ''));
$ver=strtr(chop(fgets($fp,300)),array ('%
#
' => ''));
$time=strtr(chop(fgets($fp,300)),array ('%
@
' => ''));
$ver=strtr(chop(fgets($fp,300)),array ('%
@
' => ''));
}
}
fclose($fp);
...
...
@@ -27,7 +27,7 @@
<link
rel=
"section"
href=
"content_notes.php"
title=
"release notes"
>
<link
rel=
"section"
href=
"content_gpl.html"
title=
"GNU general public license"
>
<link
rel=
"section"
href=
"content_theory.html"
title=
"theoretical background"
>
<link
rel=
"section"
href=
"content_install.
html
"
title=
"installation"
>
<link
rel=
"section"
href=
"content_install.
php
"
title=
"installation"
>
<link
rel=
"section"
href=
"content_error.html"
title=
"error handling"
>
<link
rel=
"section"
href=
"content_doc.html"
title=
"printable reference manual"
>
<link
rel=
"section"
href=
"content_ace.html"
title=
"ace"
>
...
...
@@ -55,7 +55,20 @@
<link
rel=
"bookmark"
href=
"http://www.agnld.uni-potsdam.de"
title=
"AGNLD"
>
<link
rel=
"bookmark"
href=
"http://www.uni-potsdam.de"
title=
"University of Potsdam"
>
<link
rel=
"search"
href=
"http://www.google.com/search"
title=
"Suchen"
>
<script
language=
"JavaScript"
></script>
<script
src=
"framecheck.js"
type=
"text/javascript"
></script>
<script
language=
"JavaScript"
>
<!--
index
=
parent
.
location
.
href
.
lastIndexOf
(
'
?
'
)
+
1
;
target
=
"
content_notes.php
"
;
if
(
index
>
6
)
{
target
=
parent
.
location
.
href
.
slice
(
index
);
parent
.
frames
[
1
].
location
.
href
=
target
;
}
//-->
</script>
</head>
<body
bgcolor=
"#000000"
text=
"#FFFFCC"
link=
"#FFFFFF"
alink=
"#FF0000"
vlink=
"#FFFFCC"
>
...
...
@@ -69,7 +82,7 @@
<a
href=
"http://www.agnld.uni-potsdam.de"
target=
_parent
>
<img
src=
"http://www.agnld.uni-potsdam.de/~marwan/0.pictures/nld.small.gif"
border=
0
alt=
"nonlinear dynamics group potsdam"
title=
"nonlinear dynamics group potsdam"
align=
left
></a>
<h2
align=
right
>
CROSS RECURRENCE PLOT
<br>
TOOLBOX
<?PHP
$ver2=explode('.',$ver); echo $ver2[0] . '.' . $ver2[1]
;?>
</h2>
<h2
align=
right
>
CROSS RECURRENCE PLOT
<br>
TOOLBOX
<?PHP
echo $ver
;?>
</h2>
<br>
...
...
@@ -110,7 +123,7 @@ Parameters in [ ] are optional.
<h4>
How to get
</h4>
<p>
Look at the
<a
href=
"http://www.agnld.uni-potsdam.de/~marwan/2.toolbox/content_install.
html
"
>
installation notes
</a>
.
<br>
Look at the
<a
href=
"http://www.agnld.uni-potsdam.de/~marwan/2.toolbox/content_install.
php
"
>
installation notes
</a>
.
<br>
</p>
<h4>
How to contact
</h4>
...
...
@@ -159,6 +172,53 @@ warranty for anything related with our programmes. Please send
error messages or comments to our contact address.
<br>
</p>
<h4>
Copyright
</h4>
<table><tr
valign=
"top"
><td>
<a
href=
"http://creativecommons.org/licenses/GPL/2.0/"
>
<img
alt=
"CC-GNU GPL"
border=
"0"
src=
"http://creativecommons.org/images
/public/cc-GPL-a.png"
/></a>
</td><td>
<p>
<b>
©
<?PHP echo strftime("%Y", time()); ?>
SOME RIGHTS PRESERVED!
</b><br>
This toolbox is licensed under the
<a
href=
"http://creativecommons.org/licenses/GPL/2.0/"
>
CC-GNU GPL
</a>
.
<!--
<rdf:RDF xmlns="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<license rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Software" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
<requires rdf:resource="http://web.resource.org/cc/Notice" />
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
<requires rdf:resource="http://web.resource.org/cc/SourceCode" />
</License>
</rdf:RDF>
-->
<b>
Please respect the copyrights!
</b>
The toolbox is protected
by the copyright and the GPL. If you use the provided toolbox
you have to refer to the given publications
(see the user agreement on the
<a
href=
"content_install.php"
>
installation
</a>
site).
</p>
</td></tr></table>
<h4>
Future releases
</h4>
<p>
We plan to improve and accelerate the toolbox routines and to
...
...
@@ -181,22 +241,7 @@ last revision: <i><?PHP echo $time; ?></i>
<br>
</td><td>
<script
type=
"text/javascript"
>
<!--
google_ad_client
=
"
pub-0846676214263759
"
;
google_ad_width
=
120
;
google_ad_height
=
600
;
google_ad_format
=
"
120x600_as
"
;
google_ad_channel
=
"
2748921525
"
;
google_color_border
=
"
669966
"
;
google_color_bg
=
"
99CC99
"
;
google_color_link
=
"
000000
"
;
google_color_url
=
"
00008B
"
;
google_color_text
=
"
336633
"
;
//-->
</script>
<script
type=
"text/javascript"
src=
"http://pagead2.googlesyndication.com/pagead/show_ads.js"
>
</script></td></tr></table>
</td></tr></table>
<table
bgcolor=
"#FF6666"
width=
"100%"
cellpadding=
2
cellspacing=
0
border=
0
>
<tr
valign=
middle
>
...
...
@@ -206,6 +251,20 @@ google_color_text = "336633";
<td
class=
sleeptb
align=
right
width=
10%
height=
19px
><a
href=
"http://www.agnld.uni-potsdam.de/~marwan/2.toolbox/content_gpl.html"
><img
src=
"http://www.agnld.uni-potsdam.de/~marwan/2.toolbox/b_next.gif"
border=
0
></a></td>
</tr></table>
<script
src=
"http://www.google-analytics.com/urchin.js"
type=
"text/javascript"
>
</script>
<script
type=
"text/javascript"
>
_uacct
=
"
UA-57868-5
"
;
urchinTracker
();
</script>
<script
src=
"http://www.google-analytics.com/urchin.js"
type=
"text/javascript"
>
</script>
<script
type=
"text/javascript"
>
_uacct
=
"
UA-57868-1
"
;
urchinTracker
();
</script>
</body>
</html>
This diff is collapsed.
Click to expand it.
crp_man.pdf
+
0
−
0
View file @
f3f348f7
No preview for this file type
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