Image Processing Toolbox User's Guide Previous page   Next Page

FIR Filters

The Image Processing Toolbox supports one class of linear filter, the two-dimensional finite impulse response (FIR) filter. FIR filters have a finite extent to a single point, or impulse. All filter design functions in the Image Processing Toolbox return FIR filters.

FIR filters have several characteristics that make them ideal for image processing in the MATLAB environment:

Another class of filter, the infinite impulse response (IIR) filter, is not as suitable for image processing applications. It lacks the inherent stability and ease of design and implementation of the FIR filter. Therefore, this toolbox does not provide IIR filter support.


Previous page  Filter Design Frequency Transformation Method Next page

© 1994-2005 The MathWorks, Inc.