How can I use FRD objects with the LTI System block in Simulink 7.9 (R2012a)?
6 ビュー (過去 30 日間)
古いコメントを表示
I have converted a Simulink 7.9 (R2012a) model to an FRD object using the FRESTIMATE command. I would then like to use this object in an LTI System block (or equivalent) back in Simulink for part of a simulation.
Is this possible?
採用された回答
MathWorks Support Team
2013 年 10 月 18 日
The LTI System block only supports SS, TF and ZPK objects because these are time-domain objects and Simulink is a time-domain simulator. FRD objects, which are in the frequency domain, therefore are not compatible with Simulink.
The best way to work with FRD objects is to use the System Identification Toolbox to estimate time-domain systems for these FRD objects. The following examples describe how this can be done:
<http://www.mathworks.com/help/releases/R2014a/ident/examples/index.html>
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!