iir1
List of all members
Iir::DirectFormI Class Reference

#include <State.h>

Detailed Description

State for applying a second order section to a sample using Direct Form I

Difference equation:

y[n] = (b0/a0)*x[n] + (b1/a0)*x[n-1] + (b2/a0)*x[n-2]


The documentation for this class was generated from the following file: