increase wiggle

master
Sebastien Bourdeauducq 2020-08-11 16:09:12 +08:00
parent d4812e1f83
commit c80e30d505
1 changed files with 1 additions and 1 deletions

View File

@ -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))))