SDRPlusPlus icon indicating copy to clipboard operation
SDRPlusPlus copied to clipboard

Frequency range not locked to source limitations

Open helioshk opened this issue 2 years ago • 2 comments

When connecting to a spyserver, the signal frequencies are 6250 Hz too low, in the FFT as well as the audio, compared to other spyserver client (sdr#) and calibrated reference.

6250 Hz would be half the NFM bandwidth, but I don't know where that is coming from.

When connecting with sdrpp to a local Airspy, the frequency is accurate.

helioshk avatar Sep 20 '23 08:09 helioshk

I think the problem is, that the frequency range can be changed in SDR++, even if spyserver doesn't allow changing the frequency:

# Allow clients to retune and change of gain of the device
#
allow_control = 0

helioshk avatar Sep 29 '23 08:09 helioshk

Not a bug, SDR++ just doesn't support locking the frequency range.

AlexandreRouma avatar Sep 29 '23 12:09 AlexandreRouma