-
Notifications
You must be signed in to change notification settings - Fork 77
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
Automatic Gain Control #53
Comments
Hi, I am not familiar with this software and implementation so definitely worthwhile to look into. I also saw recently this snippet: https://www.rtl-sdr.com/tag/automatic-gain-control/. Worthwhile to look into and great suggestion. At the same time I am trying to create plots in the webpart to help calibrate the dongles. The PPM graphs are reasonably useful to calibrate frequency. The gain plot is rubbish and needs work. I will definitely look into this. Thanks for the reference. |
I'm talking about it https://github.com/flightaware/dump1090/blob/master/README.adaptive-gain.md |
Thank you |
Good pictures to illustrate the approach. Need some time but will have a look. |
I also noticed something strange, immediately after the Ais-Catcher restart, there is a reception of distant and weak signals, but then they stop. AGC is turned off. Here are my settings: |
Is there a way to structurally test and repeat this, e.g. by recording a signal using rtl-sdr? I don't necessarily see anything from the two tables. |
I noticed this in the process of setting gain. It’s just that every time I change the gain level, I received a reception of weak signals, but after a short time they disappeared. I again changed of gain level and the situation was repeated, then I noticed that just restarting the Ais-Catcher is the same thing. |
The software works very well with an RSP1A. |
There is no limit to the number of vessels displayed. I have ran it with Norwegian coastal data as input (~3000 vessels) to stress test and it still works then. So must be something else. Are you missing the vessel in the webclient or also in the UDP output? I find it difficult to say anything sensible. Is it one particular vessel? If you do capture the signal occasionally might be worthwhile to have a look at the signal level and drift in the output (-M DT -o 3 or -o 5) and compare that against the nearby vessels that you do receive. And start from there. Worst case you might wat to run it with a simple FM decoder:
This decoder receives less messages than the default one but less sensitive for frequency drift in a signal. You might also try to see if you can use a simple RTL-SDR dongle if you have happen to have that at hand. |
Hi Jasper! Is it possible to implement the Automatic Gain Control (ADAPTIVE_DYNAMIC_RANGE and ADAPTIVE_BURST) by type of what is implemented in DUMP1090-FA?
Thank you so much for the work!
The text was updated successfully, but these errors were encountered: