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

Evaluate and maybe add optimizations to GCC implementation #94

Open
mengelbart opened this issue Jan 13, 2022 · 0 comments
Open

Evaluate and maybe add optimizations to GCC implementation #94

mengelbart opened this issue Jan 13, 2022 · 0 comments

Comments

@mengelbart
Copy link
Contributor

There are a couple of optimizations that could improve the current GCC implementation which I'd like to test and add if they prove useful:

  • [] Implement linear regression as an alternative to the kalman filter
  • [] Improve efficiency of pkg/gcc/rtt_estimator.go:
    • [] Use a better ring buffer implementation
    • [] Calculate rate once and afterwards only update with new measurements
  • [] pkg/gcc/rate_controller.go uses bitsPerFrame calculated by assuming 30 frames per second, can/should we make this configurable?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant