Update rtl_airband configuration

This commit is contained in:
Michael Smith
2026-03-19 20:59:33 +01:00
parent 3aec32499b
commit d3effff7db

View File

@@ -2,13 +2,13 @@
# Channels: 3 (26.985 MHz), 7 (27.035 MHz), 10 (27.075 MHz) # Channels: 3 (26.985 MHz), 7 (27.035 MHz), 10 (27.075 MHz)
localtime = false; localtime = false;
fft_size = 2048; fft_size = 1024;
devices: devices:
({ ({
type = "rtlsdr"; type = "rtlsdr";
index = 0; index = 0;
gain = 15.0; gain = 25.0;
centerfreq = 27.035; centerfreq = 27.035;
correction = -1; correction = -1;
mode = "multichannel"; mode = "multichannel";
@@ -20,7 +20,7 @@ devices:
freq = 26.985; freq = 26.985;
bandwidth = 8000; bandwidth = 8000;
modulation = "nfm"; modulation = "nfm";
squelch_snr_threshold = 15.0; squelch_snr_threshold = 9.0;
label = "CB-CH03"; label = "CB-CH03";
outputs: ( outputs: (
{ {
@@ -36,7 +36,7 @@ devices:
freq = 27.035; freq = 27.035;
bandwidth = 8000; bandwidth = 8000;
modulation = "nfm"; modulation = "nfm";
squelch_snr_threshold = 15.0; squelch_snr_threshold = 9.0;
label = "CB-CH07"; label = "CB-CH07";
outputs: ( outputs: (
{ {
@@ -52,7 +52,7 @@ devices:
freq = 27.075; freq = 27.075;
bandwidth = 8000; bandwidth = 8000;
modulation = "nfm"; modulation = "nfm";
squelch_snr_threshold = 15.0; squelch_snr_threshold = 9.0;
label = "CB-CH10"; label = "CB-CH10";
outputs: ( outputs: (
{ {