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

bug in embedding dimension fixed

parent 1898a129
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,9 @@ function CPRout = phasesynchro(varargin);
% $Revision$
%
% $Log$
% Revision 5.2 2008/04/29 14:49:30 marwan
% window size bug
%
% Revision 5.1 2008/01/25 12:47:25 marwan
% initial import
%
......@@ -219,8 +222,8 @@ end
% compute RR-tau
X = taucrp(x, m, t, e, w, check_meth(method),check_norm(nonorm+1));
X_ = taucrp(y, m, t, e, w, check_meth(method),check_norm(nonorm+1));
X = taucrp(x, m0, t, e, w, check_meth(method),check_norm(nonorm+1));
X_ = taucrp(y, m0, t, e, w, check_meth(method),check_norm(nonorm+1));
%
......
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