Online Parameter Estimation of Plant model

1 visualización (últimos 30 días)
Luke
Luke el 18 de En. de 2019
Respondida: David Fink el 21 de En. de 2019
I have Simulink Model of my Plant. I have measured input signals in total five signals which I gave input to the Model and model gives one output. Now I am doing parameter estimation of the model of my plant based on model output and measured output (already have output signal from sensor) using trust region algorithm of non linear least square method.
This part has been succesfully done and now I want to do same thing but now this time is online parameter estimation of model. it means, I am getting input signals data at every 100ms from other software in to matlab workspace and based on current measured data, I want to write an algorithm which compare the output signal from model and measured signal in real time.
any suggestion on online parameter estimation method?

Respuestas (1)

David Fink
David Fink el 21 de En. de 2019
The System Identification Toolbox has command-line and Simulink functionality for Online Parameter Estimation:
This page lists some built-in alogorithms to serve that purpose.
If there is an algorithm you're looking for that isn't there, please let us know via MathWorks Technical Support.

Categorías

Más información sobre Online Parameter Estimation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by