Is there an error in documentation of the SIGNLMS function in the Communications Toolbox 3.3 (R2006a)?

1 view (last 30 days)
When I type the following commands at the MATLAB command prompt
stepsize = 0.5;
alg = lms(stepsize,'Sign LMS')
I receive the following error message
??? Parameter must be scalar.
Error in ==> lms at 29
alg = adaptalg.lms(stepSize, varargin{:});
I would like to use the SIGNLMS function and specify the algorithm type.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
There is an error in the documentation of the SIGNLMS function in the Communications Toolbox.
The documentation should read
alg = signlms(stepsize,algtype)
instead of
alg = lms(stepsize,algtype)

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products


Release

R2006a

Community Treasure Hunt

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

Start Hunting!