c2dOptions
Specify discretization method for continuous-time to discrete-time conversions
说明
Use c2dOptions to specify the discretization method and associated quantities for discretizing models with c2d.
创建对象
Description
returns the default options for opts = c2dOptionsc2d. 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'.
属性
示例
参考
[1] Franklin, G.F., Powell, D.J., and Workman, M.L., Digital Control of Dynamic Systems (3rd Edition), Prentice Hall, 1997.