Application of an LMS filter
Afficher commentaires plus anciens
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.
Réponses (3)
Wayne King
le 18 Fév 2012
0 votes
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 commentaire
Wayne King
le 18 Fév 2012
can you briefly describe your application?
Anmk
le 18 Fév 2012
0 votes
1 commentaire
Wayne King
le 18 Fév 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
le 18 Fév 2012
0 votes
Catégories
En savoir plus sur Adaptive Filters dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!