How do I get time-domain data for Control System Internal AnalysisPoints
古いコメントを表示
In Control System toolbox, using connect, it is easy to add an AnalysisPoint.
But that only allows analysis of a linear response transfer function..
How do I obtain the time-domain data for an AnalysisPoint in a linear simulation of the control system (lsim)?
Internal nodes may have dynamic range limitations, for which this time-domain data is needed.
回答 (2 件)
Star Strider
2022 年 2 月 27 日
0 投票
Likely the best you can do with lsim are to get the state trajectories. See Get state update for simulation of discrete state space system using lsim(). for an example. The AnalysisPoint function likely does not apply in the absence of some sort of connection, otherwise.
Paul
2022 年 3 月 1 日
I think this function can find the model from any input to any output, including Analysis Points
doc getIOTransfer
カテゴリ
ヘルプ センター および File Exchange で Time and Frequency Domain Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!