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

Panoramic spectrum improvements and fixes #86

Merged
merged 4 commits into from
May 16, 2024

Conversation

sultanqasim
Copy link
Contributor

  • Redefine fft_min_samples (computed from RTT field of panoramic dialog) to not include retune time. Now this field represents the number of samples to discard due to buffering of data.
  • Allow setting stream arguments such as RTL-SDR buffer size
  • Fix initial setting of setting sweep strategy and relative bandwidth from SigDigger
  • Fix invalid initial frequency during continuous progressive sweep

Use the prefix "stream:" akin to the prefix "setting:" used for device
settings. Stream arguments are useful for adjusting the buffer chunk
size for RTL-SDR ("stream:bufflen"), as an example.
Partially reverts 41ba42f
Late initialization of the wide worker parameters was overwriting
SigDigger's attempts to set initial values for sweep strategy and
relative bandwidth.
Retune time is variable depending on the frequency hop being made, but
we don't need to always wait a long time for short hops.
@BatchDrake BatchDrake merged commit 0d779b8 into BatchDrake:develop May 16, 2024
3 of 5 checks passed
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.

2 participants