Real-time linearization in Simulink for nonlinear MISO system
5 ビュー (過去 30 日間)
古いコメントを表示
I am developing a model-predictive controller for a nonlinear multiple-input-single-output system and need to linearize the Simulink model in real time to get two transfer functions. Unless there is a better way to do this, I am trying to use the Time-based linearization block in Simulink. If I have two possible input-output pairs (after declaring two input points and one output point), how do I distinguish and access the transfer function I want using the Time-based linearization block?
0 件のコメント
回答 (3 件)
Kaustubha Govind
2012 年 4 月 17 日
If you have two inputs and one output, I'm not sure how you can get two distinct transfer functions for the same output. Is it possible to break the output into two components - one that depends only on the first input and one that depends only on the second input? If yes, you may want to create your model so that you have two output ports, one for each component.
3 件のコメント
Kaustubha Govind
2012 年 4 月 18 日
But linearize is a static analysis tool. You cannot use it while the model is running. I don't know a lot about Controls, but you might also want to check out this toolbox: http://www.mathworks.com/help/releases/R2011b/toolbox/mpc/mpc_product_page.html
Arkadiy Turevskiy
2012 年 4 月 19 日
You cannot use linearize in real time.
Your best bet is to linearize the model at several operating conditions offline, design MPC controller for each linear model, and then switch between these MPC controllers at run time as shown in this demo.
HTH.
Arkadiy
0 件のコメント
maddikayala venkateswarlu
2017 年 3 月 17 日
Try this link, here you will get idea that how to model a MISO system. https://in.mathworks.com/help/ident/examples/dealing-with-multi-variable-systems-identification-and-analysis.html?searchHighlight=steamEng&s_tid=doc_srchtitle
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!