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

Miscellaneous improvements #230

Closed
wants to merge 8 commits into from

Conversation

sultanqasim
Copy link
Contributor

  • More FFT timespan and waterfall update rate options
  • Finer frequency resolution (larger FFT size) for panoramic spectrum to see narrower frequency peaks in wide frequency ranges
  • Quicker GUI timer interval so that playback progress bar updates more smoothly (visually appealingly) on short recordings
  • Properly handle setting the sample rate and center frequency when loading recordings for playback
  • Fix some compiler warnings

When loading a new profile for a new file source, things like the sample
rate may have changed from the current value that the rest of the UI was
operating on. We need UIMediator to propagate these changes to the
profile throughout the app, so we shouldn't clear the profile changed
flags prematurely before the changes propagated.
Smoother scrolling time slider
Some source config widgets (such as the file source) can change the
frequency and sample rate of the profile. Make sure the UI gets updated
according to their changes to the profile.
@sultanqasim
Copy link
Contributor Author

wrong branch on my end (I use develop for active development rather than PRs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant