Main Content

本页翻译不是最新的。点击此处可查看最新英文版本。

可调模型

具有可调或参数化系数的模型

可调广义 LTI 模型表示同时具有固定和可调(或参数化)系数的系统。使用控制设计模块来表示控制系统的可调组件。将它们与数值 LTI 模型相结合以创建可调的广义 LTI 模型。有关示例,请参阅Control System with Tunable Components

使用可调广义 LTI 模型,您可以:

  • 对控制系统的可调(或参数化)组件(例如可调低通滤波器)进行建模。

  • 对同时包含以下两种组件的控制系统进行建模:

    • 固定组件,如被控对象动态特性和传感器动态特性

    • 可调组件,如滤波器和补偿器

  • 使用 systune 等调节命令或控制系统调节器,将控制系统调节为您指定的设计目标。

函数

全部展开

tunableGainTunable static gain block
tunablePIDTunable PID controller
tunablePID2Tunable two-degree-of-freedom PID controller
tunableSSTunable fixed-order state-space model
tunableTFTunable transfer function with fixed number of poles and zeros
realpReal tunable parameter
AnalysisPointPoints of interest for linear analysis
genssGeneralized state-space model
genfrdGeneralized frequency response data (FRD) model
genmatGeneralized matrix with tunable parameters
getLoopTransferOpen-loop transfer function of control system represented by genss model
getIOTransferClosed-loop transfer function from generalized model of control system
getSensitivitySensitivity function from generalized model of control system
getCompSensitivityComplementary sensitivity function from generalized model of control system
getPointsGet list of analysis points in generalized model of control system
replaceBlockReplace or update control design blocks in generalized model
sampleBlockSample Control Design blocks in generalized model
rsampleBlockRandomly sample Control Design blocks in generalized model
getValueCurrent value of generalized model
setValueModify current value of control design block
getBlockValueGet current value of Control Design Block in Generalized Model
setBlockValueModify value of Control Design Block in Generalized Model
showBlockValueDisplay current values of Control Design Blocks in Generalized Model
showTunableDisplay current value of tunable Control Design Blocks in Generalized Model
nblocksNumber of control design blocks in generalized LTI model or generalized matrix
getLFTModelDecompose generalized LTI model

主题