From 8a1382f3defc523e34c22d0780fdacb1ab990938 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 27 Oct 2025 16:14:25 -0400 Subject: [PATCH] Update auto-tune.py add 4k offset --- 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 a83d4cd3..7c508163 100644 --- a/groundstation/auto-tune.py +++ b/groundstation/auto-tune.py @@ -81,7 +81,7 @@ if __name__ == "__main__": # print(center_frequency) offset = (np.argmax(x)*(150e3 - 10e3)/(9770 - 709)) - freq_max = center_frequency + offset + freq_max = center_frequency + offset + 4000 print(f" {freq_max:.0f} {max_value:.0f}") #print(f"The minimum signal is {min_value} at frequency {freq_min}")