-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSP1A and rf notch #71
Comments
SdrGlut uses SoapySDR and there you set rfnotch_cntrl to true to turn on the notch filter. If osmocom is passing the options to soapy, the option name would also be rfnotch_cntrl and rfnotch_cntrl=1 or rfnotch_cntrl=true should work. |
Thanks @righthalfplane Franco |
@fventuri The fix you applied to SoapySDRPlay3 to deal with this seems to work fine for me with SoapySDRPlay2. Why not apply it to SoapySDRPlay2, as all the option handling in the writeSetting() function is already there - patch below? (As an aside, strictly speaking you ought to include the 'utility' header because that is where std::pair is found but the same applies to SoapySDRPlay3 and the patch below just reproduces what you have done in that repository.)
|
@ChrisVine - thanks for the useful suggestion! I just created a new branch called Also, I was able to build it it here without adding #include <utility>, so I suspect it is already included in one of the other standard header files. Anyhow, please give it a try with version 2 of the SDRplay API (I just built it here, but I didn't install it since I run version 3), and let me know how it goes. If it works for you, I'll merge this change into the Franco |
I have tested setting options for a RSP1A device with the proprietary sdrplay 2.13.1 driver and gnuradio-3.9.4.0, using the add_writeSettings_to_constructor branch of SoapySDRPlay2, as follows:
So all seems good. |
Thanks for the thorough validation Chris; I just merged this change into Franco |
Greetings everyone.
What key should be added to driver=sdrplay,soapy=0 so that the notch filter function is always enabled when using RSP1A via osmocom? Thank you! :)
OR notch filter can only be activated manually and only in the CubicSDR.
The text was updated successfully, but these errors were encountered: