summaryrefslogtreecommitdiff
path: root/code/rtt/rttests.py
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2018-11-24 02:18:11 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2018-11-24 02:18:11 +0000
commit1aafb89d85b615a5ef11bf0eadbd771dd86bfb0a (patch)
treebd704e5de72b457ceec58f042df6fcbc2207d685 /code/rtt/rttests.py
parent7f04bf71821481e4b838614e9e8e5c3629c7dbe6 (diff)
all the plots for rtt part 1
Diffstat (limited to 'code/rtt/rttests.py')
-rw-r--r--code/rtt/rttests.py2
1 files changed, 1 insertions, 1 deletions
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