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

bug in normalise and method option fixed

parent 22687628
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,9 @@ function CPRout = phasesynchro(varargin); ...@@ -64,6 +64,9 @@ function CPRout = phasesynchro(varargin);
% $Revision$ % $Revision$
% %
% $Log$ % $Log$
% Revision 5.7 2013/08/22 06:35:49 marwan
% minor fix: parameter settings
%
% Revision 5.6 2010/06/30 12:03:10 marwan % Revision 5.6 2010/06/30 12:03:10 marwan
% Help text modified % Help text modified
% %
...@@ -238,8 +241,8 @@ end ...@@ -238,8 +241,8 @@ end
% compute RR-tau % compute RR-tau
X = taucrp(x, m0, 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)); 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