Application of an LMS filter
Mostrar comentarios más antiguos
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.
Respuestas (3)
Wayne King
el 18 de Feb. de 2012
0 votos
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 comentario
Wayne King
el 18 de Feb. de 2012
can you briefly describe your application?
Anmk
el 18 de Feb. de 2012
0 votos
1 comentario
Wayne King
el 18 de Feb. de 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
el 18 de Feb. de 2012
0 votos
Categorías
Más información sobre Adaptive Filters en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!