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

Feature: Add support for higher order IIR filters with biquad chains #2

Open
pleepleus opened this issue Nov 27, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@pleepleus
Copy link
Contributor

Higher order IIR filters are frequently implemented with chains of biquads to avoid quantization affects of high order IIR coefficients. While this can be done with the existing API, a dedicated chain of biquads could be simpler to use and more efficiency as Direct Form 1 allows sharing of registers between links.

@pleepleus pleepleus added the enhancement New feature or request label Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant