| Signal Processing Toolbox | ![]() |
Construct a discrete-time, lattice, moving-average filter object
Syntax
Description
Hd = dfilt.latticemamin(k)
returns a discrete-time, lattice, moving-average, minimum phase, filter object, Hd, with lattice coefficients k.
Hd = dfilt.latticemamin
returns a default discrete-time, lattice, moving-average, minimum phase, filter object, Hd, with k=[ ]. This filter passes the input through to the output unchanged.
Examples
Specify a third-order lattice, moving-average, minimup phase, filter structure for a dfilt object, Hd, with the following code:
k = [.66 .7 .44]; Hd = dfilt.latticemamin(k) Hd = FilterStructure: 'Lattice moving-average (MA)' Lattice: [0.6600 0.7000 0.4400] NumberOfSamplesProcessed: 0 ResetStates: 'on' States: [3x1 double]
See Also
dfilt, dfilt.latticeallpass, dfilt.latticear, dfilt.latticearma, dfilt.latticemamax
| dfilt.latticemamax | dfilt.parallel | ![]() |
Learn more about the latest releases of MathWorks products: |
| © 1994-2010 The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |