From 1d19b07833e63761a507bcb73e9c56f081c751a4 Mon Sep 17 00:00:00 2001 From: ha7ilm Date: Sun, 30 Oct 2016 10:23:12 +0100 Subject: [PATCH] Added some comments to config_webrx --- config_webrx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config_webrx.py b/config_webrx.py index 1e3e3cf..e402bc1 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -70,7 +70,7 @@ sdrhu_public_listing = False dsp_plugin="csdr" fft_fps=9 fft_size=4096 -fft_voverlap_factor=0.3 +fft_voverlap_factor=0.3 #If it is above 0, multiple FFTs will be used for creating a line on the diagram. samp_rate = 250000 center_freq = 145525000 rf_gain = 5 #in dB. For an RTL-SDR, rf_gain=0 will set the tuner to auto gain mode, else it will be in manual gain mode. @@ -160,6 +160,7 @@ waterfall_auto_level_margin = (5, 40) #waterfall_min_level = -115 #in dB #waterfall_max_level = 0 #waterfall_auto_level_margin = (20, 30) +##For the old colors, you might also want to set [fft_voverlap_factor] to 0. #Note: When the auto waterfall level button is clicked, the following happens: # [waterfall_min_level] = [current_min_power_level] - [waterfall_auto_level_margin[0]]