Nonrecursive filter

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ottawahitech (talk | contribs) at 18:13, 18 August 2015 (added Category:Recursion; removed {{uncategorized}} using HotCat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A non-recursive filter only uses input values like x[n − i], unlike recursive filter where it uses privious output values Non-recursive digital filters are often known as Finite Impulse Response (FIR) Filters as a non-recursive digital filter has a finite number of coefficients in the impulse response h[n].


Example: y[n] = 0.5x[n − 1] + 0.5x[n].