Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement a DIRECT FORM I biquad filter in Gamma #128
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Gamma dsp library has a biquad filter that uses the direct form II implementation. The problem is that this often pops and cracks when parameters are changed mid-stream. The direct form I should be more resilient to this.
I should probably be made as a separate struct in the util/dsp folder.