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
09d3ec30
Commit
09d3ec30
authored
6 years ago
by
marwan
Browse files
Options
Downloads
Patches
Plain Diff
minor mods
parent
0d65f87a
No related branches found
Branches containing commit
Tags
v5.22
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Contents.m
+2
-2
2 additions, 2 deletions
Contents.m
Readme.m
+15
-11
15 additions, 11 deletions
Readme.m
crp_man.pdf
+0
-0
0 additions, 0 deletions
crp_man.pdf
jrqa.m
+4
-4
4 additions, 4 deletions
jrqa.m
with
21 additions
and
17 deletions
Contents.m
+
2
−
2
View file @
09d3ec30
% Cross Recurrence Plot Toolbox.
% Version 5.2
0
(R3
0.5) 13-Jul
-201
6
% Version 5.2
2
(R3
2.2) 14-May
-201
8
%
% ace - Finds optimal transformation and maximal correlation.
% adjust - Adjusts two two-column vectors.
...
...
@@ -66,4 +66,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 1
3-Jul
-201
6
10:
12:47
by MAKEINSTALL
% Modified at 1
4-May
-201
8
10:
30:21
by MAKEINSTALL
This diff is collapsed.
Click to expand it.
Readme.m
+
15
−
11
View file @
09d3ec30
...
...
@@ -113,7 +113,7 @@ pure command-line application of the programmes is also possible.
</p>
<p>
This toolbox requires M
atlab
7 or newer.
This toolbox requires M
ATLAB
7 or newer.
</p>
<p>
...
...
@@ -128,18 +128,18 @@ Parameters in [ ] are optional.
<table
bgcolor=
"#FF6666"
cellpadding=
10
width=
"80%"
align=
center
>
<tr><td>
<font
color=
"#000000"
>
Starting with Release R2014b, M
atlab
contains significant changes that
is causing some problems for running the CRP Toolbox in new M
atlab
Starting with Release R2014b, M
ATLAB
contains significant changes that
is causing some problems for running the CRP Toolbox in new M
ATLAB
versions. We have tried to fix several serious issues and
provide an updated CRP Toolbox (R29.0) that
might be mainly compatible to the M
atlab
releases starting with R2014b.
might be mainly compatible to the M
ATLAB
releases starting with R2014b.
However, due to a new
but less efficient handling of objects within M
atlab
R2014b, the speed of
but less efficient handling of objects within M
ATLAB
R2014b, the speed of
some functions of the CRP Toolbox will be lowered by a factor up to 10(!).
We have not yet found a good solution to speed up the code (the problem
is not the implementation of the CRP Toolbox but in some M
atlab
internal
is not the implementation of the CRP Toolbox but in some M
ATLAB
internal
functions related to the object handling).
<br><br>
At the moment it is strongly recommend to use M
atlab
versions up to release
At the moment it is strongly recommend to use M
ATLAB
versions up to release
R2014a and to avoid R2014b (and later).
</font>
</td></tr>
...
...
@@ -192,6 +192,7 @@ George Tzagkarakis (Paris, France),
Arian Taghvamanesh (Tehran, Iran),
Vahndi Minah (London, UK),
Florian Ruch (Munich, Germany),
Mircea Stoica (Hamburg Eppendorf, Germany),
and many more
who have sent me error reports and hints for further improvement of
the toolbox.
...
...
@@ -200,11 +201,11 @@ the toolbox.
<h4>
Remarks
</h4>
<p>
This toolbox needs M
atlab 7 (Matlab
2007) or newer because it uses commands
This toolbox needs M
ATLAB 7 (MATLAB
2007) or newer because it uses commands
that are not available in previous versions. It is working with
M
atlab
2014b, but we recommend to use a M
atlab
version before this
release because M
atlab
2014b is significantly slower than previous
M
atlab
versions.
M
ATLAB
2014b, but we recommend to use a M
ATLAB
version before this
release because M
ATLAB
2014b is significantly slower than previous
M
ATLAB
versions.
</p>
<p>
...
...
@@ -277,6 +278,9 @@ current version: <i><?PHP echo $ver;?></i><br>
last revision:
<i>
<?PHP echo $time; ?>
</i>
</p>
<p>
<a
href=
"https://www.pik-potsdam.de/impressum"
>
Impressum
</a>
</p>
<br>
</td><td>
...
...
This diff is collapsed.
Click to expand it.
crp_man.pdf
+
0
−
0
View file @
09d3ec30
No preview for this file type
This diff is collapsed.
Click to expand it.
jrqa.m
+
4
−
4
View file @
09d3ec30
...
...
@@ -35,10 +35,7 @@ function xout=jrqa(varargin)
% As the last numeric parameter, the size of the Theiler
% window TW can be specified (default is 1). This window
% excludes the recurrence points parallel to the main
% diagonal from the analysis. The application of the
% Theiler window is useful only for recurrence plots. In
% joint recurrence plots, the size of the Theiler window will
% be set automatically to zero.
% diagonal from the analysis.
%
% Further parameters can be used to switch between various
% methods of finding the neighbours of the phasespace
...
...
@@ -128,6 +125,9 @@ function xout=jrqa(varargin)
% $Revision$
%
% $Log$
% Revision 2.12 2018/05/14 08:29:34 marwan
% fix bug with Theiler window in jrqa
%
% Revision 2.11 2016/03/03 14:57:40 marwan
% updated input/output check (because Mathworks is removing downwards compatibility)
% bug in crqad_big fixed (calculation of xcf).
...
...
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