lattice filters
조회 수: 12 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Wayne King
2012년 1월 6일
Hi, Yes, it does. As you suggest, x is the input signal and d is the desired signal.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Octave에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!