Skip to content
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

qtgui: implement fixed frame rate scrolling for waterfall sink #3627

Open
noc0lour opened this issue Jul 7, 2020 · 0 comments
Open

qtgui: implement fixed frame rate scrolling for waterfall sink #3627

noc0lour opened this issue Jul 7, 2020 · 0 comments

Comments

@noc0lour
Copy link
Member

noc0lour commented Jul 7, 2020

The waterfall sink currently uses a crutch to limit the frame rate of the display called "update period" and it literally does leave out a whole lot of frames from the display and thus loses a lot of information.

Instead of doing that a fixed frame rate can be calculated based on sample rate and number of bins and the data can be aggregated in a separate buffer and then displayed in a smooth scrolling instead of spitting out everything received from upstream.

@mormj mormj added this to To do in Release 3.11 via automation Jan 20, 2022
@mormj mormj moved this from To do to Proposed in Release 3.11 Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants