tunableGain
Tunable static gain block
Description
Model object for creating tunable static gains. tunableGain
lets you parametrize tunable static gains for parameter studies or for automatic tuning with
tuning commands such as systune
or looptune
.
tunableGain
is part of the Control Design Block family of parametric models. Other
Control Design Blocks include tunablePID
, tunableSS
, and tunableTF
.
Creation
Description
Input Arguments
Properties
Examples
Tips
Use the
blk.Gain.Free
field ofblk
to specify additional structure or fix the values of specific entries in the block. To fix the gain value from inputi
to outputj
, setblk.Gain.Free(i,j) = 0
. To allowhinfstruct
to tune this gain value, setblk.Gain.Free(i,j) = 1
.To convert a
tunableGain
parametric model to a numeric (non-tunable) model object, use model commands such astf
,zpk
, orss
.
Version History
Introduced in R2016aSee Also
tunablePID
| tunablePID2
| tunableTF
| tunableSS
| systune
| looptune
| genss
| hinfstruct
(Robust Control Toolbox)