fix freq range

This commit is contained in:
awe
2026-04-14 19:48:37 +03:00
parent 5aa4da9beb
commit 2a65b7a92a

View File

@ -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