FIR General Information

FIR, or Finite Impulse Response, filters have the distinctive trait that their impulse response lasts for a finite duration of time as opposed to IIR, or Infinite Impulse Response, filters whose impulse response is infinite in duration. This trait is due to the fact that there are no feedback paths in the filter. All Z transform terms are in the numerator. Z transforms written in the Z**-1 notation only contain a "1" in the denominator. Z transforms written in the Z**+1 notation, as in FilterSolutions, only have a Z**N in the denominator, where N is the number of states in the filter.

FIR filters offer several advantages over IIR filters:

FIR filters also come with some disadvantages as well:

FilterSolutions allows up to 10,000 taps to create the FIR filter.