On Sun, Apr 17, 2016 at 10:41 AM, Brad Ramsey <
bradley...@gmail.com> wrote:
> You're not technically wrong, of course, but I am making mods to address a
> specific feature, based on two issues:
>
> 1. Repeaters typically employ a low-frequency tone to discriminate from
> non-intentional use. These tones are noticeable on the audio unless they are filtered out. Most receivers
> include a high pass filter to eliminate the tones. Gqrx does not. My mod add this feature.
>
> 2. Most receivers also use the tones to gate the squelch so that audio is
> passed only when the pre-programmed tone is present on the audio. I plan to add a new control to select a gating
> tone frequency and the ability to display the tone on the currently-tuned
> audio. This plan is directly and uniquely related to squelch.
I am fully aware of this, all I meant was that these two items are in
my opinion different topics / tasks in the sense that one does not
depend on the other.
> I don't know of any other reasonable use-case for a post-detection audio
> filter. But that may be do to my own ignorance. If you really do have a
> use-case for a band-pass or (really?) low-pass filter then I'm willing to add
> them to the implementation. My changes are general, they can accommodate
> any filter that you wish.
In SDR it is often necessary with a post-demod low pass filter to
remove high frequency noise. The audio sample rate in gqrx in 48 kHz
but the voice bandwidth is usually only 3 kHz. In SSB the lack of
audio filter is not a problem because signal is already band limited
by the channel filter; however, the output from FM demodulator will be
the full audio spectrum, in this case 24 kHz.
In fact, the only case when you don't want a low pass filter following
an FM demodulator is if you are receiving data or if the audio sample
rate is already low, e.g 8 kHz.
But this was just an idea and you don't have to worry about it.
Alex