From c80e30d505710ec613e579975cd420a1b179fc77 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 11 Aug 2020 16:09:12 +0800 Subject: [PATCH] increase wiggle --- noptica.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noptica.py b/noptica.py index 3998237..5a09c59 100644 --- a/noptica.py +++ b/noptica.py @@ -120,7 +120,7 @@ class Stabilizer: self.tolerance = 10e3 self.lock_counter_threshold = 60 self.unlock_counter_threshold = 600 - self.wiggle = 0.1 + self.wiggle = 0.2 def input(self, samples): spectrum = np.abs(np.fft.fft(samples*blackmanharris(len(samples))))