From 2a65b7a92a7d49a87796f1f4e559d6b39e8352d6 Mon Sep 17 00:00:00 2001 From: awe Date: Tue, 14 Apr 2026 19:48:37 +0300 Subject: [PATCH] fix freq range --- rfg_adc_plotter/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfg_adc_plotter/constants.py b/rfg_adc_plotter/constants.py index e3f937c..79345c5 100644 --- a/rfg_adc_plotter/constants.py +++ b/rfg_adc_plotter/constants.py @@ -5,7 +5,7 @@ FFT_LEN = 2048 BACKGROUND_MEDIAN_SWEEPS = 64 SWEEP_FREQ_MIN_GHZ = 3.3 -SWEEP_FREQ_MAX_GHZ = 14.3 +SWEEP_FREQ_MAX_GHZ = 6.3 LOG_BASE = 10.0 LOG_SCALER = 0.001