Looking for adaptive RLS with variable forgetting factor?
Afficher commentaires plus anciens
Hi Currently working on RLS Adaptive with a variable forgetting factor, wondering if someone has worked on Matlab?
lambda(.95:.98)=lambda_s; %Forgetting Factor
err(k) = mse(d,s) % Mean square error
while k=1:50
I precisely want to acheive that if my mean square error goes 20% above the certain threshold program can concider the variable Forgetting factor for better results.
Let me know if someone has worked on it.
Thanks
1 commentaire
Miguel Allan Garcia-Naude
le 30 Avr 2023
Hi there. I am trying to do the same thing in simulink by using an adaptive forgetting factor. Unfortunatel, the recursive least squares estimator does not allow you to vary the forgetting factor during the simulation:
Cannot change parameter 'Forgetting Factor: (AdaptationParameter)' of 'indirectSTR_fuzzy/Recursive Least Squares Estimator' while simulation is running
Have you managed to solve your issue?
Réponses (0)
Catégories
En savoir plus sur Adaptive Filters dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!