Chebyshev Type I filter using specification object
designs a type I Chebyshev IIR digital filter using specifications in the object
chebOneFilter
= cheby1(designSpecs
,'SystemObject',true)designSpecs
.
Depending on the filter specification object designSpecs
, the
cheby1
design method might not be valid. Use designmethods
with the filter specification object to determine if a Chebyshev
type I filter design is possible.
designmethods(designSpecs,'Systemobject',true)
returns a type I Chebyshev IIR digital filter with one or more specified designed options
and the corresponding values.chebOneFilter
= cheby1(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,'cheby1')
is an alternative syntax for designing the type I Chebyshev IIR digital filter.chebOneFilter
= design(designSpecs
,'cheby1','SystemObject',true)
For complete help about using the cheby1
design method for a
specification object, designSpecs
, enter the following at the
MATLAB® command prompt.
help(designSpecs,'cheby1')
butter
| cheby2
| design
| designmethods
| designoptions
| ellip
| equiripple
| fdesign
| kaiserwin