-
Notifications
You must be signed in to change notification settings - Fork 447
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
Sdrangel crashes when decoding FT8 cross 6K bandwidth #2339
Comments
Something fishy here although one would never use such a large bandwidth but as it is proposed...
31280 + 59176 = 90456 so |
Thank you so much for taking a look on this issue. Sdrangel has a super good FT8 performance and user friendly interface especially for multi-band FT8. I’m listening on 10m-160m FT8 band almost 7/24 by Sdrangel. There’re 17 frequency slots from 10m-160m,but my web SDR device limit to only 13 channels output. So 6K FT8 bandwidth helps a lot to let me cover more FT8 frequency like at 20m/30m/40m. Maybe this is a rare use case, but hope to make Sdrangel be better and better. ^^ |
It is true that in some cases the 3k bands are adjacent |
I don't really understand the algorithm but it seems that for the upper bound of the filter we cannot go as close to the internal sample rate (12k) divided by two (6k). There must be a guard of ~200 Hz. So by limiting the upper bound to 5.8k this should fix the problem. |
Many thanks for the fix! |
Now in commit ec4d14b |
Deployed in v7.22.5 |
I’m a newbie of SDR and love to use Sdrangel.
There are some FT8 bands like 7.071MHz and 7.074MHz which can be covered by one FT8 demodulator with 6K bandwidth. But Sdrangel crashes in a few seconds or minutes if set the FT8 demodulator to 6K bandwidth.
I use the Windows version of Sdrangel 7.22.4 on windows11 home edition, and tested by Kiwisdr and RSP1, both can reproduce this issue. But it is strange that if reduce FT8 decoding bandwidth from 6K to 5.6K, Sdrangel doesn’t crash.
Thanks.
The text was updated successfully, but these errors were encountered: