Chowdhury-DSP / chowdsp_utils

JUCE module with utilities for ChowDSP
Other
236 stars 24 forks source link

Filter differences between juce Butterworth filters #403

Open 7sharp9 opened 1 year ago

7sharp9 commented 1 year ago

Hi, thanks for making this library, I was just wondering what the difference were between the filters you have defined here and those that are implemented in juce like the Butterworth filter.

Thanks! Dave.

jatinchowdhury18 commented 1 year ago

Sure, so there's a few differences:

JUCE contains some "general" filter types

chowdsp_filters has these types of filters as well, but with a few differences:

This library also has some higher-order filter types:

And then there's a few other odds and ends, which are probably not needed as often, but can be kind of fun: