-
Notifications
You must be signed in to change notification settings - Fork 452
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
10kHz doppler errors when simultaneous pass #1682
Comments
If you look in the log file, do you see messages SatelliteTrackerWorker::doppler satName For both satellites? |
yes sorry, I waited to have again the same configuration (i.e. a simultaneous passage of the 2 satellites).
|
Oops - that patch has a bug. Will fix in a bit. |
Hello @srcejon , |
|
Can you describe the problem a little more - that log appears to be showing doppler being applied to SSBDemod. E.g. m_inputFrequencyOffset: is set to -21 (Although looks like it might be doing it twice unecessarily) For additional debug, you could add the following line:
In plugins/feature/satellitetracker/satellitetrackerworker.cpp on line 922 (Just before if (!ChannelWebAPIUtils::setFrequencyOffset ...) |
Sorry for my late reply, but for some reason the bug doesn't show up every time. |
Hi @f4exb and @srcejon ,
I use sdrangel (SDRangel 7.8.3-8-g0c9686511 Qt 5.15.3 x86_64 Ubuntu 22.04.2 LTS) to receive amateur radio satellites like uvsqsat, inspiresat-7 and many others.
I don't know how to explain it but lately I have been getting regular 10kHz doppler errors when uvsqsat and inspiresat-7 are passing by simultaneously.
The prioritization works well, i.e. it targets the right satellite but the doppler starts at +/- 20kHz and goes to about 0Hz which is fine but 10kHz off...
I have made presets for each of the satellites and when they don't arrive at the same time I don't have this problem.
Do you know where this can come from?
Thanks,
F4JIZ
The text was updated successfully, but these errors were encountered: