- If you can work with <=3 poles and <=1 zero, try PROCEST. This is a process model estimator.
- Otherwise, consider a grey-box formulation where your parameters are the real poles. See for example:
How to force tfest to estimate the process with "only real poles" ?
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Alborz Sakhaei
il 24 Lug 2020
Risposto: Rajiv Singh
il 25 Lug 2020
System Identification App (>> systemIdentification) has an option to force tfest to estimate the process with only real poles instead of generic complex poles. Given that tfest is the "under-the-hood" fucntion to run the app, how can we set that option when running tfset ?
0 Commenti
Risposta accettata
Rajiv Singh
il 25 Lug 2020
TFEST cannot guarantee real poles.
The downside to using grey-box approach is that you will need to initialize the parameter values manually; the software will not do that for you. You can run TFEST and use the poles of the resulting model to may be take a guess at the initial real pole values for grey-box estimation.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Transfer Function Models in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!