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

improve adaptive LPC order search #7

Open
justinruggles opened this issue May 26, 2010 · 1 comment
Open

improve adaptive LPC order search #7

justinruggles opened this issue May 26, 2010 · 1 comment

Comments

@justinruggles
Copy link
Owner

The speed of the adaptive LPC order search can likely be improved a good bit.
Things to try:

  • Split search with direction threshold, similar to BGMC param search. Possibly only if order is above a certain value.
  • Progressive autocorrelation + levinson-durbin (probably won't work with split search though)
@justinruggles
Copy link
Owner Author

Still working on this, but I want to push more LPC changes upstream before complicating the code even more.

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

No branches or pull requests

1 participant