/biquad-designer-notebook

A biquad IIR filter designer in a Jupyter notebook.

Primary LanguageJupyter NotebookMIT LicenseMIT

Biquad Designer Notebook

A biquad IIR filter designer in a Jupyter notebook using the formulas from the Audio EQ Cookbook.

$$ H(z) = \frac{b_0 + b_1z^{-1} + b_2z^{-2}}{a_0 + a_1z^{-1} + a_2z^{-2}} $$