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

Fix #319 - internal gaussian limit distribution was clipping #322

Conversation

w7sst
Copy link
Owner

@w7sst w7sst commented Jun 9, 2024

  • The internal RndGaussLim() function was clipping values outside of the specified limits. This resulted in a non-gaussian distribution.
  • The fix is now discarding any over-limit values.

w7sst added 2 commits June 9, 2024 16:32
- Previous code was creating QRM stations with ~0.1 second timeout.
- This timeout is the time between transmissions.
- timeout delay is now 2 to 6 seconds using a limited gaussian distribution
- The internal RndGaussLim() function was clipping values outside
  of the specified limits. This resulted in a non-gaussian distribution.
- The fix is now discarding any over-limit values.
@w7sst w7sst requested review from f6fvy, scotthibbs, jr8ppg and K6OK June 9, 2024 23:44
@w7sst w7sst self-assigned this Jun 9, 2024
Base automatically changed from 320-qrm-stations-have-near-zero-delay-times-between-transmissions to main June 14, 2024 18:49
@w7sst w7sst merged commit 5fd1dd9 into main Jun 14, 2024
@w7sst w7sst linked an issue Jun 14, 2024 that may be closed by this pull request
3 tasks
@w7sst w7sst deleted the 319-internal-limited-gaussian-distribution-function-should-not-clip-edge-values branch June 14, 2024 18:51
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.

Internal limited gaussian distribution function should not clip edge values
1 participant