validstructures
Structures for specification object with design method
Syntax
Description
returns a structure of cell arrays, filtstruct
= validstructures(designSpecs
,'Systemobject',true)filtstruct
, which contains a set of
valid filter structures for the filter specification object
designSpecs
. When you set 'Systemobject'
to
true
, validstructures
returns a list of
structures that support filter System objects. Each field in filtstruct
lists a set of filter structures for the design method specified.
returns the valid structures for the filter specification object,
filtstruct
= validstructures(designSpecs
,method
,'Systemobject',true)designSpecs
, and the design method, method
, in a
cell array of character vectors.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2009a
See Also
design
| designmethods
| designopts
| fdesign