#include <State.h>
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]