Looking for adaptive RLS with variable forgetting factor?
显示 更早的评论
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 个评论
Miguel Allan Garcia-Naude
2023-4-30
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?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Adaptive Filters 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!