dfilt.latticemamax - Discrete-time, lattice, moving-average filter

Syntax

Hd = dfilt.latticemamax(k)
Hd = dfilt.latticemamax

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.

Diagram of a moving average maximum phase lattice filter

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:

k = [.66 .7 .44 .33];
Hd = dfilt.latticemamax(k)
Hd =
  FilterStructure: 'Lattice Moving-Average (MA) 
                    For Maximum Phase'
       Arithmetic: 'double'
          Lattice: [0.6600 0.7000 0.4400 0.3300]
 PersistentMemory: false

See Also

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

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS