lattice filters
12 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Wayne King
am 6 Jan. 2012
Hi, Yes, it does. As you suggest, x is the input signal and d is the desired signal.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Octave finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!