Biquad DF2 Low Pass Filter. When dealing with high-order IIR filters, they can get unstable. To prevent this, BiQuadratic filters (second order) are used. Converted from https://github.com/tttapa/Filters/blob/master/src/BiQuad.h Use float or double (and not a integer type) as type parameter.
More...
#include <Filter.h>
template<
typename T>
class audio_tools::LowPassFilter< T >
Biquad DF2 Low Pass Filter. When dealing with high-order IIR filters, they can get unstable. To prevent this, BiQuadratic filters (second order) are used. Converted from https://github.com/tttapa/Filters/blob/master/src/BiQuad.h Use float or double (and not a integer type) as type parameter.
- Author
- pschatzmann
- Copyright
- GNU General Public License v3.0
- Template Parameters
-
◆ LowPassFilter() [1/2]
◆ LowPassFilter() [2/2]
◆ begin()
◆ process()
◆ a_1
◆ a_2
◆ b_0
◆ b_1
◆ b_2
◆ w_0
◆ w_1
The documentation for this class was generated from the following file:
- src/AudioTools/CoreAudio/AudioFilter/Filter.h