diff options
Diffstat (limited to 'code/rtt/rttests.py')
| -rw-r--r-- | code/rtt/rttests.py | 2 |
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 |
