[−][src]Function arrayfire::iir
pub fn iir<T: HasAfEnum>(b: &Array<T>, a: &Array<T>, x: &Array<T>) -> Array<T>
Infinite impulse response filter
Parameters
bis the Array containing the feedforward coefficientsais the Array containing the feedback coefficientsxis the input signal to filter
Return Values
Filtered Array