Decrease the AGC bandwidth during signal acquisition
All checks were successful
/ build-hamnet70 (push) Successful in 32s
/ build-doc (push) Successful in 29s
/ deploy-doc (push) Has been skipped

This prevents rapid squelch activation/deactivation if only noise is present.
The AGC bandwidth was tuned such that it still allows preambles to be detected
reliably.
This commit is contained in:
Thomas Kolb 2024-09-20 23:10:49 +02:00
parent ccd9af6664
commit 44921bd65d

View file

@ -33,7 +33,7 @@
#define HEADER_SIZE_BYTES 2
#define FREQ_EST_L 24
#define AGC_BW_ACQUISITION 5e-2f
#define AGC_BW_ACQUISITION 3e-2f
#define AGC_BW_TRACKING 1e-4f
#define SQUELCH_TIMEOUT_MS 2