Signal Processing Toolbox Previous page   Next Page
dfilt.scalar

Discrete-time, scalar filter

Syntax

Description

Hd = dfilt.scalar(g) returns a discrete-time, scalar filter, Hd, with gain g, where g is a scalar.

Hd = dfilt.scalar returns a default, discrete-time scalar gain filter, Hd, with gain 1.

Example

Create a direct-form I filter and a scalar object with a gain of 3 and cascade them together.

To view the stages of the cascaded filter, use

and

See Also

dfilt, dfilt.cascade


Previous page  dfilt.parallel dfilt.statespace Next page

© 1994-2005 The MathWorks, Inc.