- 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" ?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Alborz Sakhaei
am 24 Jul. 2020
Beantwortet: Rajiv Singh
am 25 Jul. 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 Kommentare
Akzeptierte Antwort
Rajiv Singh
am 25 Jul. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Transfer Function Models finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!