Difference Between IIR and FIR Filters

Filters are used in digital signal processing to remove undesirable parts of the signal, such as random noise, or to extract useful parts of the signal, such as the parts of the signal belonging to a particular range.

/10

Science Quiz

Test your knowledge about topics related to science

1 / 10

The purpose of choke in tube light is?

2 / 10

The first link in all food chains is-

3 / 10

Name the fabric which is used in making bulletproof jackets?

4 / 10

Which of the following metals remain in liquid for under normal conditions?

5 / 10

The element common to all acids is

6 / 10

What is the fuel in the Sun?

7 / 10

Marsh gas is

8 / 10

The hardest substance available on earth is

9 / 10

The substances that enter a chemical reaction are called __________.

10 / 10

DNA carries the instructions for an organism to grow. DNA stands for.....

Your score is

0%

For instance, audio recorded with poor equipment can be filtered to remove the undesired elements from the signal, making it sound as close to the original audio (without disturbances) as possible.

Digital filters can be classified into FIR (finite-duration impulse response) and IIR (infinite-duration impulse response) filters. When a system is provided with some input, the outcome or response achieved is known as its impulse response. 

Key Takeaways

  1. IIR filters have feedback in their structure, allowing them to have an infinite impulse response, while FIR filters do not have feedback and have a finite impulse response.
  2. IIR filters are recursive and can create unstable responses, while FIR filters are non-recursive and always stable.
  3. IIR filters require less computational power than FIR filters, but FIR filters can have a better frequency response and a linear phase.

IIR vs FIR Filters

FIR and IIR filters differ because the former’s impulse response is nonzero for only a few samples.  IIR filters have an infinite number of nonzero samples.

IIR vs FIR Filters

Want to save this article for later? Click the heart in the bottom right corner to save to your own articles box!

Comparison Table

Parameter of ComparisonFIR FilterIIR Filter
NatureNon-recursive in nature because it does not reuse its outputs as inputs.Recursive in nature because it re-uses one or more of its outputs as inputs.
EfficiencyLess computationally efficient.More computationally efficient.
Ease of implementation in a circuitDue to the absence of a feedback mechanism, it is easier to implement in a circuit.Due to a feedback mechanism, it is more difficult to implement in a circuit.
Feedback mechanismDo not use feedback circuitry.Uses a feedback mechanism in which the previous output, in conjunction with the present and past input, is given as the present input.
StabilityMore stable as the present output does not hold any relationship with the previous output.Less stable as it uses previous output samples as well.
Input required to generate current outputPresent and past samples of inputPresent and past samples of input along with past output.
Delay offeredOffers more delay in providing a responseOffers lesser delay in providing a response
Memory requirementRequires more memoryRequires less memory
SensitivityLess sensitiveMore sensitive
Ease of controllabilityEasy to controlQuite difficult to control

What is an FIR filter?

Digital filters that generate a finite impulse response of a dynamic system are known as FIR filters. The impulse response provided by FIR filters is of finite duration.

FIR filters do not have a feedback mechanism. Their present input consists of only the present and past input values.

What is an IIR filter?

Digital filters that generate an infinite impulse response of a dynamic system are known as IIR filters. The present and past inputs are taken as the present input in conjunction with the past outputs.

IIR filter operates in a way that the present and past inputs and the past output sample are also considered. This feedback circuitry is what differentiates them from FIR filters.

The internal feedback mechanism makes these filters recursive. They never allow their response to settle at 0 for an applied impulse.

IR filters are best used for applications that require no phase information, for example, for monitoring signal amplitudes.

Main Differences Between FIR Filters and IIR Filters

  1. FIR filters are non-recursive. IIR filters are recursive as they have a feedback mechanism. The latter uses a feedback mechanism in which the previous output, in conjunction with the present and past input, is given as the present input.
  2. FIR filters are easier to implement but are less computationally efficient than IIR filters. Due to a feedback loop, IIR filters are difficult to implement in a circuit.
  3. FIR filters offer a higher delay in their response. IIR filters offer lesser delay in responding.
  4. FIR filters require more memory as compared to IIR filters. FIR filters are also more stable due to their non-recursive nature. IIR filters, being recursive, are unstable.
  5. FIR filters are less sensitive and are easier to control than IIR filters.
One request?

I’ve put so much effort writing this blog post to provide value to you. It’ll be very helpful for me, if you consider sharing it on social media or with your friends/family. SHARING IS ♥️

Leave a Comment

Your email address will not be published. Required fields are marked *