PureData CEAMMC library web documentation
available since version: 0.1
Digital biquad filter is a second-order recursive linear filter, containing two poles and two zeros. transfer function: H(z)=(b0 + b1z⁻¹ + b2z⁻²)/(1 + a1z⁻¹ + a2z⁻²)
See also: [flt.c_bpf~] [flt.c_hpf~]
Authors: Alex Nadzharov, Serge Poltavsky
License: GPL3 or later