iir1
Loading...
Searching...
No Matches
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]

  • (a1/a0)*y[n-1] - (a2/a0)*y[n-2]

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