Skip to main content

fir

Function fir 

Source
pub fn fir<B, X>(b: &Array<B>, x: &Array<X>) -> Array<X>
where B: HasAfEnum, X: HasAfEnum,
Expand description

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