From cd91412ee110d68026fc89251e391a5663d198be Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 27 Oct 2025 22:47:40 -0400 Subject: [PATCH] Update auto-tune.py scale by 100 --- groundstation/auto-tune.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/auto-tune.py b/groundstation/auto-tune.py index 7c508163..5efc2123 100644 --- a/groundstation/auto-tune.py +++ b/groundstation/auto-tune.py @@ -72,7 +72,7 @@ if __name__ == "__main__": x = amplitude_spectrum # print(x) min_value = min(x) - max_value = max(x) * 10 + max_value = max(x) * 100 #freq_min = np.argmax(min_value) # print(np.argmax(x))