increase unlock_counter_threshold

master
Sebastien Bourdeauducq 2020-08-11 16:24:11 +08:00
parent 028155a54e
commit b28d0ad337
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class Stabilizer:
self.k = 50.0e-6
self.tolerance = 10e3
self.lock_counter_threshold = 60
self.unlock_counter_threshold = 600
self.unlock_counter_threshold = 1000
self.wiggle = 0.2
def input(self, samples):