Indicating a Choice of Adaptive Algorithm

After you have chosen the adaptive algorithm you want to use, you must indicate your choice when creating the equalizer object mentioned in Basic Procedure for Equalizing a Signal. The functions listed in the table below provide a way to indicate your choice of adaptive algorithm.

Adaptive Algorithm FunctionType of Adaptive Algorithm
lmsLeast mean square (LMS)
signlmsSigned LMS, signed regressor LMS, sign-sign LMS
normlmsNormalized LMS
varlmsVariable-step-size LMS
rlsRecursive least squares (RLS)
cmaConstant modulus algorithm (CMA)

Two typical ways to use a function from the table are as follows:

In practice, the two ways are equivalent when your goal is to create an equalizer object or to equalize a signal.


© 1994-2005 The MathWorks, Inc.