Filter Design Toolbox    
dfilt.calattice

Construct a discrete-time, coupled-allpass, lattice filter object

Syntax

Description

Hd = dfilt.calattice(k1,k2,beta) returns a discrete-time, coupled-allpass, lattice filter object, Hd, which is two allpass, lattice filter structures coupled together. The lattice coefficients for each structure are vectors, k1 and k2. Input argument beta is shown in the diagram below

Hd = dfilt.calattice returns a default, discrete-time coupled-allpass, lattice filter object, Hd. The default values are k1 k2 = [ ], which is the default value for dfilt.latticeallpass, and beta = 1. This filter passes the input through to the output unchanged.

Example

Specify a third-order lattice coupled-allpass filter structure for a dfilt filter, Hd with the following code.

See Also

dfilt.calatticepc

dfilt.latticeallpass, dfilt.latticear, dfilt.latticearma, dfilt.latticemamax, dfilt.latticemamin in your Signal Processing Toolbox documentation


  denormalmin dfilt.calatticepc