Azzera filtri
Azzera filtri

How does function idgrey() work?

17 visualizzazioni (ultimi 30 giorni)
Raymond Wong
Raymond Wong il 31 Mar 2023
Modificato: Raymond Wong il 7 Apr 2023
I'm recently working on grey box model identification, and with matlab functions I got some pleasing results. I wonder how grey box model identification function(i.e. idgrey() ) work in principle, like we have to get some specific expressions with state space model. I dive into the definition of idgrey but got nothing, this function seems like calling itself. I also looked up system identification reference and user's guide, but I didn't find the answers

Risposte (1)

Abhijeet
Abhijeet il 4 Apr 2023
Hi,
The idgrey function in MATLAB is a built-in function for system identification of grey-box models. Grey-box models are models that combine known physical knowledge about a system with empirical data. The idgrey function estimates the parameters of a grey-box model based on input-output data.
The specific implementation of idgrey function in MATLAB is not publicly available, but the general idea behind grey-box modeling is to combine a physical model with a statistical model. In the case of idgrey, the physical model is typically expressed as a state-space model with unknown parameters, and the statistical model is used to estimate the unknown parameters based on measured input-output data.
The idgrey function uses optimization algorithms to estimate the unknown parameters of the state-space model. These optimization algorithms iteratively adjust the values of the model parameters to minimize the difference between the model predictions and the measured data. The optimization algorithms used by idgrey depend on the specific estimation method selected by the user.
Thanks
  1 Commento
Raymond Wong
Raymond Wong il 7 Apr 2023
Modificato: Raymond Wong il 7 Apr 2023
Are there any recommended literature for the combination of a physical model and a statistical model?

Accedi per commentare.

Categorie

Scopri di più su Grey-Box Model Estimation in Help Center e File Exchange

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by