increase unlock_counter_threshold
This commit is contained in:
parent
028155a54e
commit
b28d0ad337
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue