-
Notifications
You must be signed in to change notification settings - Fork 50
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
Adjust waterfall settings to better visualize 2 Hz fading. #487
Conversation
This is a nice improvement, seems to reduce CPU load quite a bit too. |
Neat, I wasn't even aiming for lower CPU 👍 |
Would it be possible to have an averaging function on the spectrum display? Maybe allow 1, 2 or 3 sweeps, the new spectrum is a bit noisier and I think it would help to make signals a bit clearer. I am assuming that the waterfall changes can be retained without the spectrum plot affecting those. |
…to ms-waterfall-maint
I added something that I think might do what you're asking. Let me know how it looks? It seems to smooth things out a bit more here, anyway. |
This is good for me, the only thing is that the averaging setting is not saved, would be nice if it were. |
Resolves #79 and #148 by adjusting some of the waterfall settings to prevent filtering out fast fades. This includes:
MODEM_STATS_NSPEC
x 1 temporary image and having wxWidgets resize to the correct width anddy
.Additionally, this PR adds the ability to average the spectrum plot across 1-3 samples.