Application of an LMS filter
Ältere Kommentare anzeigen
Hello, I have trained an LMS filter using these commands
hlms2=dsp.LMSFilter('StepSize', 0.0001, 'Length' , 600)
[output,err]=step(hlms2,x_echo_trainset_orig,new)
and now I want to apply this filter to another signal. Do you know any function that would work for me? I checked the step function put this function needs a desired signal as an argument that I do not have.
Antworten (3)
Wayne King
am 18 Feb. 2012
0 Stimmen
But the adaptive filter presumes you have a desired signal. Otherwise, what is the filter adapting to? Are you sure in your application you want an adaptive filter?
1 Kommentar
Wayne King
am 18 Feb. 2012
can you briefly describe your application?
Anmk
am 18 Feb. 2012
0 Stimmen
1 Kommentar
Wayne King
am 18 Feb. 2012
actually you might be on the right track, but I think you have to describe this signals more. new is not very informative for example.
Anmk
am 18 Feb. 2012
0 Stimmen
Kategorien
Mehr zu Adaptive Filters finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!