c2dOptions
Specify discretization method for continuous-time to discrete-time conversions
Description
Use c2dOptions
to specify the discretization method and
associated quantities for discretizing models with c2d
.
Creation
Description
returns the default options for opts
= c2dOptions
c2d
. Customize options by using dot
notation to change the properties of opts
.
sets properties using one or more name-value arguments. For example, to use the bilinear
(Tustin) approximation method, set opts
= c2dOptions
(Name,Value
)'Method'
to
'tustin'
.
Properties
Examples
References
[1] Franklin, G.F., Powell, D.J., and Workman, M.L., Digital Control of Dynamic Systems (3rd Edition), Prentice Hall, 1997.