From b3bf95f107b23c412858be654f869ab5144274f1 Mon Sep 17 00:00:00 2001
From: marwan <>
Date: Mon, 29 Feb 2016 20:35:24 +0000
Subject: [PATCH] bug in normalise and method option fixed

---
 phasesynchro.m | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/phasesynchro.m b/phasesynchro.m
index b3a7ee9..92d959a 100644
--- a/phasesynchro.m
+++ b/phasesynchro.m
@@ -64,6 +64,9 @@ function CPRout = phasesynchro(varargin);
 % $Revision$
 %
 % $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
 % Help text modified
 %
@@ -238,8 +241,8 @@ end
 
 
 % compute RR-tau
-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(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});
 
 
 %
-- 
GitLab