Chebyshev Type II filter using specification object
chebTwoFilter= design(d,'cheby2','SystemObject',true)
chebTwoFilter = design(d,'cheby2',designoption,value,designoption,
value,'SystemObject',true)
chebTwoFilter= design(d,'cheby2','SystemObject',true)
designs
a Chebyshev II IIR digital filter using the specifications supplied
in the object d
.
chebTwoFilter = design(d,'cheby2',designoption,value,designoption,
returns a Chebyshev
II IIR filter where you specify design options as input arguments.
value,'SystemObject',true)
To determine the available design options, use designopts
with the specification object
and the design method as input arguments as shown.
designopts(d,'method')
For complete help about using cheby2
, refer
to the command line help system. For example, to get specific information
about using cheby2
with d
, the
specification object, enter the following at the MATLAB prompt.
help(d,'cheby2')