MATLAB: Question about lms adaptive algorithm

lms

im working on lms algorithm i want to use the lms function to update my filter coefficients instead of this :"w = w + mu * u * e(n)" any help please?

Best Answer

Not sure what you mean by using lms function, but you can take a look at the following reference page. There is an example in it.
HTH
Related Question