cheby2
Chebyshev Type II filter using specification object
Syntax
Description
designs a type II Chebyshev IIR digital filter using specifications in the object
chebTwoFilter
= cheby2(designSpecs
,SystemObject=true)designSpecs
.
Depending on the filter specification object designSpecs
, the
cheby2
design method might not be valid. Use designmethods
with the filter specification object to determine if a Chebyshev
type II filter design is possible.
designmethods(designSpecs,SystemObject=true)
returns a type II Chebyshev IIR digital filter with one or more specified designed options
and the corresponding values.chebTwoFilter
= cheby2(designSpecs
,designoption=value,...
SystemObject=true)
To view a list of available design options, run the designoptions
function on the specification object. The function also lists the default design options the
filter uses.
designoptions(designSpecs,'cheby2')
is an alternative syntax for designing the type II Chebyshev IIR digital filter.chebTwoFilter
= design(designSpecs
,'cheby2',SystemObject=true)
For complete help about using the cheby2
design method for a
specification object, designSpecs
, enter the following at the
MATLAB® command prompt.
help(designSpecs,'cheby2')
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2011aSee Also
Functions
butter
|cheby1
|design
|designmethods
|designoptions
|fdesign
|ellip
|equiripple
|kaiserwin