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 个)

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.
I think this function can find the model from any input to any output, including Analysis Points
doc getIOTransfer

2 个评论

Only linear analysis, transfer function freq resp etc., comes from getIOTransfer. time-domain data is not part of that.
getIOTransfer returns a model that can then be used with typical functions to generate time domain responses, like step() and lsim(). I thought that was the goal.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Time and Frequency Domain Analysis 的更多信息

产品

版本

R2021b

提问:

2022-2-27

评论:

2022-3-1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by