cheby1
Chebyshev Type I filter using specification object
Syntax
Description
designs a type I Chebyshev IIR digital filter using specifications in the
chebOneFilter
= cheby1(designSpecs
,SystemObject=true)designSpecs
object.
For help about using the cheby1
design method for a filter
specification object, enter the following at the MATLAB® command prompt.
help(designSpecs,'cheby1')
You cannot use the cheby1
design method for certain filter
specification objects. Use the designmethods
function with the filter
specification object to determine if the cheby1
design method is valid
for your filter specifications.
designmethods(designSpecs,SystemObject=true)
cheby1
returns filters that use second-order sections (SOS). SOS
filters are particularly well-suited for most fixed-point applications.
returns a type I Chebyshev IIR digital filter with the specified design options. You can
specify one or more design options and their corresponding values.chebOneFilter
= cheby1(designSpecs
,designoption=value,...
SystemObject=true)
To view a list of available design options, run the designoptions
function on the filter specification object. The function also lists the default design
options that the filter uses.
designoptions(designSpecs,'cheby1')
is an alternative syntax for designing a type I Chebyshev IIR digital filter.chebOneFilter
= design(designSpecs
,'cheby1',SystemObject=true)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2011aSee Also
Functions
butter
|design
|designmethods
|designoptions
|fdesign
|cheby2
|ellip
|equiripple
|kaiserwin