Main Content
designopts
Valid input arguments and values for specification object and method
Syntax
OPTS = designopts(D,METHOD)
Description
OPTS = designopts(D,METHOD)
returns
a structure array with the default design parameters used by the design
method METHOD
. METHOD
must be
one of the options returned by designmethods
.
Use help(D,METHOD)
to get a description
of the design parameters.
If you have DSP System Toolbox™ software
installed, OPTS
has the SystemObject
property
if at least one of the structures available for that design method
is supported by System objects. However, not all structures for that
design method are supported by System objects.
Examples
Version History
Introduced in R2009a