[−][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
b
is the Array containing the coefficients of the filterx
is the input signal to filter
Return Values
Filtered Array