Function arrayfire::iir [] [src]

pub fn iir(b: &Array, a: &Array, x: &Array) -> Array

Infinite impulse response filter

Parameters

  • b is the Array containing the feedforward coefficients
  • a is the Array containing the feedback coefficients
  • x is the input signal to filter

Return Values

Filtered Array