Effacer les filtres
Effacer les filtres

implementation of an LMS adaptive filter in matlab

1 vue (au cours des 30 derniers jours)
Sabna
Sabna le 4 Août 2014
How does 'adaptfilt.lms' work in matlab? Anybody knows what the structure of the filter will be when we create and use
mu = 0.09; % LMS step size ha = adaptfilt.lms(32,mu); [y,e] = filter(ha,x,d); where d-desired output, x-actual output?
x and d are of size 2048 x 1,
i need the structure of the filter.

Réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by