- 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 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Rajiv Singh
2020-7-25
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Transfer Function Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!