Signal Processing Toolbox Previous page   Next Page
dfilt.parallel

Discrete-time, parallel structure filter

Syntax

Description

Hd = dfilt.parallel(Hd1,Hd2,...) returns a discrete-time filter, Hd, which is a structure of two or more dfilt filters, Hd1, Hd2, etc. arranged in parallel. Each filter in a parallel structure is a separate stage. You can display states for individual stages only. To view the states of a stage use

You can also use the nondot notation format for calling a parallel structure.

Examples

Using a parallel structure, create a coupled-allpass decomposition of a 7th order lowpass digital, elliptic filter with a normalized cutoff frequency of 0.5, 1 decibel of peak-to-peak ripple and a minimum stopband attenuation of 40 decibels.

See Also

dfilt, dfilt.cascade


Previous page  dfilt.latticemamin dfilt.scalar Next page

© 1994-2005 The MathWorks, Inc.