Skip to content
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

Allow adjustment of IF bandwidth. #22

Open
darksidelemm opened this issue Mar 30, 2020 · 1 comment
Open

Allow adjustment of IF bandwidth. #22

darksidelemm opened this issue Mar 30, 2020 · 1 comment

Comments

@darksidelemm
Copy link

After some interesting discussions with the Airspy developer on Twitter, he pointed at some source code from LinRad which provides information on what registers to set (using airspy_r820t_write) to adjust the R820T2's IF bandwidth.

See here for the register values (and corresponding bandwidths): https://sourceforge.net/p/linrad/code/HEAD/tree/trunk/airspy.c#l383
and here for the register addresses: https://sourceforge.net/p/linrad/code/HEAD/tree/trunk/airspy.c#l968

Allowing adjustment of IF bandwidth gives another lever to adjust in optimising receive performance. It would be nice if all the R820T2 registers were documented somewhere, but I suspect the full documentation is only available under NDA, so making use of what information is available from other open source projects will have to do!

I guess the SoapySDR set/listBandwidth functions would be the correct place to expose these settings?

@guruofquality
Copy link
Contributor

Sounds right, can you make a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants