lattice filters
12 views (last 30 days)
Show older comments
In "Adaptive Filter Theory," 4th Ed., pp. 181-184, a description is given of using a lattice filter to solve the joint-estimation problem. In Fig. 3.13 (p.183), a diagram of the filter is given, where basically we have the backward prediction errors from the lattice filter used as input for a transversal filter. I'd like to use this filter. My question is: does adaptfilt.lsl, for example, have a similar structure? For example, does the example given in help for this function
ha = adaptfilt.lsl(32,lam,del); [y,e] = filter(ha,x,d);
perform this function? (x is the input signal and d is the desired signal.)
Thanks in advance,
Brad
0 Comments
Answers (1)
Wayne King
on 6 Jan 2012
Hi, Yes, it does. As you suggest, x is the input signal and d is the desired signal.
0 Comments
See Also
Categories
Find more on Octave in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!