-
Notifications
You must be signed in to change notification settings - Fork 1
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
Signal strength jumps sporadically in rare cases #24
Comments
RTLSDR devices not only do have the gain control already configurable in pyradiotracking, but also another AGC which seems to be part of RTL2832. It has been reverse engineered about 10 years ago and is available in pyrtlsdr: The details of the implementation are also discussed in this German article. Initially we thought having it not disables could be a reason for the signal strength jumps, however it seems to be disabled by default. Explicitly disabling it in pyradiotracking did not change gain levels, however explicitly enabling it increased gain levels which leads to the assumption, that it is disabled by default. |
There do exist rtlsdr devices build with an E4000 aka. e4k tuner, which has 6 intermediate frequency (IF) gain stages, that can be used to specifically amplify the signal. A great explanation is given by @paultag on his blog. However, the tuner which is currently regularly used with pyradiotracking is the Nooelec NESDR SMArt, which contains an R802T2 tuner. |
Oh wow humbled you came across that and found it useful! Happy to share what I know in the course of playing with this all! It's very fiddly. Additionally, this datasheet may help! https://www.nooelec.com/files/e4000datasheet.pdf |
Explicitly disabling the AGC was implemented in 5de9e6d. |
In some cases we observe a plateau of increased signal strength of a single frequency / duration combination on a single receiver. The jump was observed in lab scenarios, as well as in the field with no users near the station.
The text was updated successfully, but these errors were encountered: