-
Notifications
You must be signed in to change notification settings - Fork 80
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
auto gain issues #88
Comments
Replace action with reason. But this should be sufficient for debugging: Which gain setting are you using exactly? Reduced gain might not go back up if there is a lot of noise. |
I have been using standard gain settings for the most part but e.g. reduced |
While you could translate to dB values it would still not be intuitive. Decreasing loudThreshold seems like the correct thing to do in your situation. Pushed a version that has that extra debug output fixed up.
|
I need to double check that situation where some nearby transponder signals are not triggering any gain change at all. Btw, how can I disable Just to confirm what the values are doing:
One more question: assuming a ~30dB dynamic range of the rtlsdr, how would this translate to the 0..255 values? |
just to complement, these are the values I found to work for my setup for the time being: |
tuner AGC can't be disabled as the highest gain step. lowestGain is an absolute limit that autogain won't go below. Stop asking about dB please, i already said that even if you were to calculate that it likely wouldn't make sense. |
Alright, will monitor my current setting and report. |
As discussed I am experimenting with auto gain - initial results are not fully convincing. Some nearby transponder signals are not triggering any gain change at all, sometimes a reduced gain won't recover although no signal is around. I have compiled a more verbose output version but this line here won't compile:
readsb/readsb.c
Line 830 in bfc4a0b
action
is not defined. Can you clarify? Are there any other debug messages that I could use? The receiver is located on top of our airport tower.The text was updated successfully, but these errors were encountered: