Signal Processing Toolbox Previous page   Next Page
dfilt.latticemamax

Discrete-time, lattice, moving-average filter

Syntax

Description

Hd = dfilt.latticemamax(k) returns a discrete-time, lattice, moving-average filter, Hd, with lattice coefficients k.

Hd = dfilt.latticemamax returns a default discrete-time, lattice, moving-average filter, Hd, with k=[ ]. This filter passes the input through to the output unchanged.

The resulting filter states column vector is

Examples

Form a fourth-order lattice, moving-average, maximum phase filter structure for a dfilt object, Hd, using the following lattice coefficients:

See Also

dfilt, dfilt.latticeallpass, dfilt.latticear, dfilt.latticearma, dfilt.latticemamin


Previous page  dfilt.latticearma dfilt.latticemamin Next page

© 1994-2005 The MathWorks, Inc.