getLoopTransfer
Open-loop transfer function of control system represented by
genss
model
Syntax
Description
returns the point-to-point open-loop transfer function of a control system at
specified analysis points. The control system is represented by a generalized
state-space model L
= getLoopTransfer(T
,Locations
)T
, containing the analysis points specified
by Locations
. The point-to-point open-loop transfer function is
the response obtained by opening the loop at the specified locations, injecting
signals at those locations, and measuring the return signals at the same locations.
Examples
Input Arguments
Output Arguments
Tips
You can use
getLoopTransfer
to extract open-loop responses given a generalized model of the overall control system. This is useful, for example, for validating open-loop responses of a control system that you tune with the a tuning command such assystune
.getLoopTransfer
is thegenss
equivalent to the Simulink® Control Design™ commandgetLoopTransfer
(Simulink Control Design), which works with theslTuner
andslLinearizer
interfaces. Use the Simulink Control Design command when your control system is modeled in Simulink.
Version History
Introduced in R2012b
See Also
AnalysisPoint
| getPoints
| genss
| getIOTransfer
| systune
| getLoopTransfer
(Simulink Control Design)