OTTO icon indicating copy to clipboard operation
OTTO copied to clipboard

Implement a DIRECT FORM I biquad filter in Gamma

Open jmidt opened this issue 5 years ago • 1 comments

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.

jmidt avatar Jul 30 '19 15:07 jmidt

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?

Sea-Shore-Sahil avatar Jan 23 '22 20:01 Sea-Shore-Sahil