vinniefalco / DSPFilters

A Collection of Useful C++ Classes for Digital Signal Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent gain at cutoff frequency

Stefeg opened this issue · comments

I've noticed that the gain at the cutoff frequency is not consistently -3dB, and that it changes based on the order and filter type.
For the Butterworth filter it appears to be consistently -3dB, but for the others it varies.
Did anybody notice this? Or does anybody know why this is happening and how to fix it.