The module BIQUAD calculates the value y(n) = a0 · x(n) + a1 · x(n - 1) + a2 · x(n - 2) - b1 · y(n - 1) - b2 · y(n - 2)
Arg |
Description |
---|---|
0 |
Name of the input signal x |
1 |
1 (reserved for sample rate ratio) |
2 |
coefficient a0 |
3 |
coefficient a1 |
4 |
coefficient a2 |
5 |
coefficient b1 |
6 |
coefficient b2 |