|
Class IIRFilter |
|
The Infinite Impulse Response (IIR) filter, also called a recursive filter, has it's response y(t) given by
| y(t) + | N å i=1 | ai ´ y(t - i) = | N å i=0 | bi ´ x(t - i) |
| Methods |
| Public Class methods |
| new(aList=nil, bList=nil, options=nil, &op_block) src |
Valid options are
*WARNING:* At this time at most one recursive entry, a1, is supported.