fventuri / gr-sdrplay3

Out-of-tree GNU Radio module for SDRplay RSP devices - SDRplay API V3.X
GNU General Public License v3.0
45 stars 7 forks source link

'gr-sdrplay3' module changes to defaults for AGC, DC offset correction, IQ imbalance correction #30

Open fventuri opened 9 months ago

fventuri commented 9 months ago

This topic is to discuss changing the defaults for AGC, DC offset correction, IQ imbalance correction in the 'gr-sdrplay3' module to be consistent with other SDRplay applications like SDRconnect and SDRuno.

These are the exact changes that would be implemented (depending on the feedback):

I imagine the choice between these options would depend on your use case for the 'gr-sdrplay3' OOT module. If you use GNU Radio and this module as a receiver to listen to a radio station, you might prefer having these useful features enabled by default; if you instead use your SDRplay RSP with GNU Radio for research and measurement purposes, you might prefer to leave the defaults unchanged.

You comments, suggestions, and ideas for improvement are most welcome!

fventuri commented 8 months ago

A few days ago I pushed the proposed changes to the defaults for AGC, DC offset correction, and IQ imbalance correction to the change-defaults branch: https://github.com/fventuri/gr-sdrplay3/tree/change-defaults

Franco