Function arrayfire::iir
[−]
[src]
pub fn iir(b: &Array, a: &Array, x: &Array) -> Array
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