c2dOptions
为连续时间到离散时间的转换指定离散化方法
说明
使用 c2dOptions 为通过 c2d 进行模型离散化指定离散化方法及关联的量。
创建对象
描述
返回 opts = c2dOptionsc2d 的默认选项。可通过使用圆点表示法更改 opts 的属性来自定义这些选项。
使用一个或多个名称-值参量设置属性。例如,要使用双线性(突斯汀)逼近方法,请将 opts = c2dOptions(PropertyName=Value)'Method' 设置为 'tustin'。
属性
示例
参考
[1] Franklin, G.F., Powell, D.J., and Workman, M.L., Digital Control of Dynamic Systems (3rd Edition), Prentice Hall, 1997.