Tune FFT size and squelch to reduce false-positive recordings
Increase fft_size from 512 (default) to 2048 for better NFM channel isolation, and add squelch_snr_threshold = 15.0 dB per channel to reject noise-triggered recordings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Channels: 3 (26.985 MHz), 7 (27.035 MHz), 10 (27.075 MHz)
|
||||
|
||||
localtime = false;
|
||||
fft_size = 1024;
|
||||
fft_size = 2048;
|
||||
|
||||
devices:
|
||||
({
|
||||
@@ -20,6 +20,7 @@ devices:
|
||||
freq = 26.985;
|
||||
bandwidth = 8000;
|
||||
modulation = "nfm";
|
||||
squelch_snr_threshold = 15.0;
|
||||
label = "CB-CH03";
|
||||
outputs: (
|
||||
{
|
||||
@@ -35,6 +36,7 @@ devices:
|
||||
freq = 27.035;
|
||||
bandwidth = 8000;
|
||||
modulation = "nfm";
|
||||
squelch_snr_threshold = 15.0;
|
||||
label = "CB-CH07";
|
||||
outputs: (
|
||||
{
|
||||
@@ -50,6 +52,7 @@ devices:
|
||||
freq = 27.075;
|
||||
bandwidth = 8000;
|
||||
modulation = "nfm";
|
||||
squelch_snr_threshold = 15.0;
|
||||
label = "CB-CH10";
|
||||
outputs: (
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user