OTTO
OTTO copied to clipboard
Implement a DIRECT FORM I biquad filter in Gamma
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.
Hi, I have a Software Methodology class that requires me to contribute to two open-source projects. I am interested in this issue. I saw that the issue was opened in 2019, but there is no update and it still uses Direct Form 2 (BiquadSoftReset.hpp)
Can I contribute if you are looking to implement a direct Form 1 biquad filter?