-
Notifications
You must be signed in to change notification settings - Fork 123
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
[airspy] AGC seems to be not working #390
Comments
I did something in 66832e2. Now the AGC does something but there is still something to do. @mpbraendli How did you found the value 200? I changed it to 10 to make the AGC faster. welle.io/src/input/airspy_sdr.cpp Line 204 in 66832e2
Is the value 0.2 found by experiments or is some formula behind? welle.io/src/input/airspy_sdr.cpp Line 208 in 66832e2
|
On my airspy unit setting maximum gain manually is not optimal, because the constellation becomes more fuzzy. A bit above mid-range is where the optimum is. Those values were experimentally found, so you can also try different values to see if it is better. |
I can confirm the problem with my airspy mini. I get about 8 .. 10dB lower SNR compared to qt-dab. This is for manual gain setting too! Because libairspy functions for gain settings are used I think the problem must have another root cause. Found AirSpy board 1 |
@dwarning If you like you can check qt-dabs code to find differences. PRs are welcome! |
In my setup I need the maximum gain to receive a signal. The airspy AGC doesn't increase the gain in my case, so I need the use the manual gain.
The text was updated successfully, but these errors were encountered: