STATES parameter in adaptfilt.lms()
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello everyone,
I was trying to understand the various parameters used in adaptfilt.lms() function
The general form is:
H = adaptfilt.lms(L,STEPSIZE,LEAKAGE,COEFFS,STATES)
Here, L : lemgth of the adaptive filter
STEPSIZE : μ
LEAKAGE : α
COEFFS :
, i.e., Initial coefficient vector of the adaptive filter
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/563461/image.png)
where,
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/563466/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/563471/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/563476/image.png)
But, i was not able to figure out what is STATES ?
In Matlab, it is given that STATES is a vector of initial filter states. It must be a length L-1 vector.
STATES defaults to a length L-1 vector of all zeros.
But I don't understand how it is related to LMS Algorithm described by the above equations
so, please anyone explain it
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Adaptive Filters에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!