This tutorial introduces the LMS (least mean
squares) and the RLS (recursive least-squares) algorithm for the
design of adaptive transversal filters. These algorithms are
applied for identification of an unknown system.
Unzip AdaptiveFilter.zip which will generate a
subdirectory AdaptiveFilter/matlab where you can find the
Matlab program(s).
Add the path AdaptiveFilter/matlab to the matlab
search path with a command like
addpath('C:\Work\AdaptiveFilter\matlab') if you are
using a Windows machine or
addpath('/home/jack/AdaptiveFilter/matlab') if you are
using a Unix/Linux machine.