16IIR filter implementation

16.1 Introduction

Infinite impulse response (IIR) filters are the first choice when speed is paramount and the phase non‐linearity characteristic is acceptable. IIR filters are computationally more efficient than finite impulse response (FIR) filters since they require fewer coefficients due to the fact that they use feedback or poles. However, this feedback can result in the filter being unstable if the coefficients deviate from their true values. This can happen during coefficient scaling or quantisation. In this chapter, it will be shown that the design and implementation of IIR filters are different than those for FIR filters.

The general equations of an IIR filter can be expressed as follows:

images

where ak and bk are the filter coefficients.

This transfer function can be factorised to give

where:

  • are the zeros.
  • are the poles.

In terms of ...

Get Multicore DSP now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.