increase wiggle
This commit is contained in:
parent
d4812e1f83
commit
c80e30d505
|
@ -120,7 +120,7 @@ class Stabilizer:
|
||||||
self.tolerance = 10e3
|
self.tolerance = 10e3
|
||||||
self.lock_counter_threshold = 60
|
self.lock_counter_threshold = 60
|
||||||
self.unlock_counter_threshold = 600
|
self.unlock_counter_threshold = 600
|
||||||
self.wiggle = 0.1
|
self.wiggle = 0.2
|
||||||
|
|
||||||
def input(self, samples):
|
def input(self, samples):
|
||||||
spectrum = np.abs(np.fft.fft(samples*blackmanharris(len(samples))))
|
spectrum = np.abs(np.fft.fft(samples*blackmanharris(len(samples))))
|
||||||
|
|
Loading…
Reference in New Issue