Butterworth Filter Design in C++

A low-pass filter is a filter which removes high frequencies from a signal. Low-pass filters are very useful in digital audio applications. For example: Removing artifacts when resampling. Emulating the response of a speaker cabinet. Removing harsh sounding frequencies introduced by wave shaping effects such as overdrive. In this post, we will be looking at … Read more