c2dOptions
Create option set for continuous- to discrete-time conversions
Syntax
opts
= c2dOptions
opts
= c2dOptions('OptionName
', OptionValue
)
Description
returns the default
options for opts
= c2dOptionsc2d
.
accepts one or more comma-separated name/value pairs that specify options for the opts
= c2dOptions('OptionName
', OptionValue
)c2d
command. Specify OptionName
inside single
quotes.
Input Arguments
Name-Value Arguments
|
Discretization method, specified as one of the following values:
For information about the algorithms for each conversion method, see Continuous-Discrete Conversion Methods. Default: | ||||||||||||
|
Prewarp frequency for Default: 0 | ||||||||||||
|
Fit order for Default: ' | ||||||||||||
|
Maximum order of the Thiran filter used to approximate fractional delays in the
Default: 0 |
Examples
References
[1] Franklin, G.F., Powell, D.J., and Workman, M.L., Digital Control of Dynamic Systems (3rd Edition), Prentice Hall, 1997.
Version History
Introduced in R2012a