Signal Processing Toolbox Previous page   Next Page

Filters and Transfer Functions

In general, the z-transform Y(z) of a digital filter's output y(n) is related to the z-transform X(z) of the input by

where H(z) is the filter's transfer function. Here, the constants b(i) and a(i) are the filter coefficients and the order of the filter is the maximum of n and m.

MATLAB stores the coefficients in two vectors, one for the numerator and one for the denominator. By convention, MATLAB uses row vectors for filter coefficients.

Filter Coefficients and Filter Names

Many standard names for filters reflect the number of a and b coefficients present:

The acronyms AR, MA, and ARMA are usually applied to filters associated with filtered stochastic processes.


Previous page  Filter Implementation and Analysis Filtering with the filter Function Next page

© 1994-2005 The MathWorks, Inc.