From 1aafb89d85b615a5ef11bf0eadbd771dd86bfb0a Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Fri, 23 Nov 2018 21:18:11 -0500 Subject: all the plots for rtt part 1 --- code/rtt/rttests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/rtt/rttests.py') diff --git a/code/rtt/rttests.py b/code/rtt/rttests.py index 6356397..fdc99bb 100644 --- a/code/rtt/rttests.py +++ b/code/rtt/rttests.py @@ -46,7 +46,7 @@ def writeestRTTs(datapath, samples, estimates): def calcEST(samples): ests = [] K = 4 - G = 0.1 # =100 msec + G = 0.001 # =100 msec alpha = 1/8.0 beta = 1/4.0 -- cgit v1.2.3