You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not checked your code and do not know how it is implemented but AGC is creating noise when jumping around trying to reduce or increase the gain. This is obviously not coming through in FM mode. But in AM it is absolutely problematic.
Test is simple. Disabling AGC stops this audible spikes.
Further more it seems that the SDR reacts to gain changes even in AGC mode. In this mode gain settings should not affect the gain at all.
The text was updated successfully, but these errors were encountered:
Also please note that the SDRplay RSPs have two independent mechanisms to control the overall gain:
an 'RF' gain control, which is dependent on the RSP model, frequency, etc, and is controlled via an 'index' called LNA state. There is no AGC for this part
an 'IF' gain control, which you can see in the block diagram mentioned before; this one is the same for all the RSP models and typically goes from -20dB to -59dB in steps of 1dB each (the SDRplay API calls it a 'gain reduction' - gRdB - and therefore they use the range 20-59); the AGC refers only to this 'IF' gain
Therefore, even with the IF AGC enabled, the RF gain/LNA state can be changed by the user, and of course these changes affect the overall gain.
Finally gain changes due to the AGC are reported back to the client application via the event callback (see here: https://github.com/fventuri/gr-sdrplay3/blob/master/lib/rsp_impl.cc#L755-L760); they are currently displayed as a log message if the user enables the show_gain_changes flag, but in the future could become part of a GNU Radio message port, as you suggested in another discussion thread (#16 (comment)).
Hello Franco
Playing with the AGC right now.
I did not checked your code and do not know how it is implemented but AGC is creating noise when jumping around trying to reduce or increase the gain. This is obviously not coming through in FM mode. But in AM it is absolutely problematic.
Test is simple. Disabling AGC stops this audible spikes.
Further more it seems that the SDR reacts to gain changes even in AGC mode. In this mode gain settings should not affect the gain at all.
The text was updated successfully, but these errors were encountered: