Decrease the AGC bandwidth during signal acquisition
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:
parent
ccd9af6664
commit
44921bd65d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue