Function arrayfire::fir [] [src]

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

Finite impulse filter

Parameters

  • b is the Array containing the coefficients of the filter
  • x is the input signal to filter

Return Values

Filtered Array