Signal Processing Toolbox    
dfilt.cascade

Construct a cascade of discrete-time filter objects

Syntax

Description

Hd = dfilt.cascade(Hd1,Hd2,...) returns a discrete-time filter object, Hd, of type cascade, which is a serial interconnection of two or more dfilt filter objects, Hd1, Hd2, and so on.

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:

See Also

dfilt, dfilt.parallel, dfilt.scalar


  dfilt dfilt.df1