Error when trying to use dsp.LMfilter

3 views (last 30 days)
Stefan
Stefan on 5 Aug 2014
Commented: Rizwan Bagwan on 18 Mar 2018
Hello,
I searched in this forum for adptive filtering which resulted in many related threads but thought to start with examples here
I aam getting this error "undefined variable "dsp" or class "dsp.LMfilter" when the example is used. I have signal processign toolbox but not DSP toolbox(i think).Can I know how to get DSP toolbox.BTW,I am using MATLAB7(R2008b).
Thanks.

Answers (1)

Honglei Chen
Honglei Chen on 5 Aug 2014
You release don't have this newer feature. If you have access to Filter Design Toolbox and would like to use an LMS filter, you can try adaptfilt.lms
  1 Comment
Stefan
Stefan on 5 Aug 2014
Edited: Stefan on 5 Aug 2014
But I wonder if this adaptfilt.lms will work same as dsp.LMfilter for cancelling the signal as expalined in here in MAtlabexample1
Can I know how to use this adaptfilt.lms to cancel the signal noise because the Matlabexample2 of adaptfilt.lms shows its usage for system identification but not signal noise canellation.
If possible an example showing the usage of adaptfilt.lms to filter noise from signal.

Sign in to comment.

Products

Community Treasure Hunt

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

Start Hunting!