Online Parameter Estimation of Plant model

조회 수: 1 (최근 30일)
Luke
Luke 2019년 1월 18일
답변: David Fink 2019년 1월 21일
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?

답변 (1개)

David Fink
David Fink 2019년 1월 21일
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.

카테고리

Help CenterFile Exchange에서 Linear Model Identification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by