Signal Processing Toolbox Previous page   Next Page
dfilt.cascade

Cascade of discrete-time filters

Syntax

Description

Hd = dfilt.cascade(Hd1,Hd2,...) returns a discrete-time filter, Hd, of type cascade, which is a serial interconnection of two or more dfilt filters, Hd1, Hd2, and so on. Each filter in a cascase is a separate stage.

You can also use the nondot notation format for calling a cascade:

Examples

Cascade a lowpass filter and a highpass filter to produce a bandpass filter:

To view details of a stage, use

To view the states of a stage, use

You can display states for individual stages only.

See Also

dfilt, dfilt.parallel, dfilt.scalar


Previous page  dfilt dfilt.df1 Next page

© 1994-2005 The MathWorks, Inc.