Gradient Adaptive Laguerre Lattice Filter

Single pole order recursive gradient adaptive lattice filter

이 제출물을 팔로우합니다

Implements the order recursive adaptive laguerre filter from Fejzo and Lev-Ari (1997). Advantages:

*Fewer parameter to model than FIR filters modeling long impulse responses

*guaranteed stability, unique global minimum, small number of parameter for prescribed modelling error

*numerically robust & and low computational complexity ( O(M) ).

*Fast convergence (RLS equivalent) with no apriori learning rate required

*Order recursive, so filter coefficients are uncorrelated with each other, allowing for modular implementation.


Setting the pole parameter to 0 yields the standard classical gradient adaptive FIR algorithm.

Includes simple example on cross-talk resistant echo cancellation to show how to use it.

인용 양식

Ikaro Silva (2026). Gradient Adaptive Laguerre Lattice Filter (https://kr.mathworks.com/matlabcentral/fileexchange/19817-gradient-adaptive-laguerre-lattice-filter), MATLAB Central File Exchange. 검색 날짜: .

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

Added figure from example