[−][src]Function arrayfire::fir
pub fn fir<B, X>(b: &Array<B>, x: &Array<X>) -> Array<X> where
B: HasAfEnum,
X: HasAfEnum, Finite impulse filter
Parameters
bis the Array containing the coefficients of the filterxis the input signal to filter
Return Values
Filtered Array