From b7ac72c715ed15f613105d7eb7fc236f091d60d6 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 8 Jul 2026 17:32:37 -0400 Subject: [PATCH] Update frequency.py frequency typo --- frequency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frequency.py b/frequency.py index 1784ffe9..460220fc 100644 --- a/frequency.py +++ b/frequency.py @@ -820,7 +820,7 @@ if (doppler_mode == 'sim'): tx_doppler_shift_hz = rx_doppler_shift_hz tx_doppler_freq_hz = tx_doppler_start_hz + tx_doppler_shift_hz rx_doppler_freq_hz = rx_doppler_start_hz + rx_doppler_shift_hz - check_freuquency() + check_frequency() print(f"Tx Doppler shift: {tx_doppler_freq_hz:.0f}") print(f"Rx Doppler shift: {rx_doppler_freq_hz:.0f}")