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
57c31dff
Commit
57c31dff
authored
16 years ago
by
marwan
Browse files
Options
Downloads
Patches
Plain Diff
corrected XCF calculation
parent
9f635848
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
crqad.m
+9
-2
9 additions, 2 deletions
crqad.m
with
9 additions
and
2 deletions
crqad.m
+
9
−
2
View file @
57c31dff
...
@@ -63,7 +63,11 @@ function out=crqad(varargin)
...
@@ -63,7 +63,11 @@ function out=crqad(varargin)
% Nonlinear analysis of bivariate data with cross recurrence plots,
% Nonlinear analysis of bivariate data with cross recurrence plots,
% Phys. Lett. A, 302, 2002.
% Phys. Lett. A, 302, 2002.
% Copyright (c) 2002-2007 by AMRON
% Copyright (c) 2008-2009
% Norbert Marwan, Potsdam Institute for Climate Impact Research, Germany
% http://www.pik-potsdam.de
%
% Copyright (c) 2002-2008
% Norbert Marwan, Potsdam University, Germany
% Norbert Marwan, Potsdam University, Germany
% http://www.agnld.uni-potsdam.de
% http://www.agnld.uni-potsdam.de
%
%
...
@@ -71,6 +75,9 @@ function out=crqad(varargin)
...
@@ -71,6 +75,9 @@ function out=crqad(varargin)
% $Revision$
% $Revision$
%
%
% $Log$
% $Log$
% Revision 2.8 2007/07/18 17:18:44 marwan
% integer values in the arguments supported
%
% Revision 2.7 2007/05/15 17:33:13 marwan
% Revision 2.7 2007/05/15 17:33:13 marwan
% new neighbourhood criterion: fixed RR
% new neighbourhood criterion: fixed RR
%
%
...
@@ -304,7 +311,7 @@ if nargout, XCF=xcf(x1,x2,w,1); end
...
@@ -304,7 +311,7 @@ if nargout, XCF=xcf(x1,x2,w,1); end
if
~
nargout
if
~
nargout
subplot
(
2
,
2
,
1
)
subplot
(
2
,
2
,
1
)
clim
=
1
;
clim
=
1
;
xcf
(
x1
,
x2
,
w
)
xcf
(
x1
(:,
1
),
x2
(:,
1
)
,
w
)
set
(
gca
,
'fonta'
,
'i'
)
set
(
gca
,
'fonta'
,
'i'
)
xlabel
(
'Lag'
),
axis
([
-
w
w
-
clim
clim
])
xlabel
(
'Lag'
),
axis
([
-
w
w
-
clim
clim
])
ylabel
(
'Cross Correlation'
)
ylabel
(
'Cross Correlation'
)
...
...
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