FIR filter with LMS algorithm

1 view (last 30 days)
Dion Brown
Dion Brown on 7 Feb 2012
Hello I am trying to implement a FIR Filter that uses the Least Mean Square algorithm for channel equalisation but I am struggling to get started as I am new to matlab, I hear using simulink would be easier/simpler but the brief says it should be in Matlab Code?

Accepted Answer

Wayne King
Wayne King on 7 Feb 2012
Do you have the DSP System Toolbox? If so, see adaptfilt.lms
  2 Comments
Dion Brown
Dion Brown on 7 Feb 2012
Just checked I dont seem to have the DSP system toolbox, but I have found a filter design toolbox which has the adaptfilt.lms function within it, would that do
Honglei Chen
Honglei Chen on 7 Feb 2012
Yes, that would be fine.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!