ellip
Elliptic filter using specification object
Syntax
Description
designs an elliptical IIR digital filter using the specifications in the object
ellipFilter
= ellip(designSpecs
,SystemObject=true)designSpecs
.
Depending on the filter specification object designSpecs
, the
ellip
design method might not be valid. Use designmethods
with the filter specification object to determine if an elliptic
IIR filter design is possible.
designmethods(designSpecs,SystemObject=true)
returns an elliptic IIR digital filter with one or more specified designed options and the
corresponding values.ellipFilter
= ellip(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,'ellip')
is an alternative syntax for designing the elliptic IIR digital filter.ellipFilter
= design(designSpecs
,'ellip',SystemObject=true)
For complete help about using the ellip
design method for a
specification object, designSpecs
, enter the following at the
MATLAB® command prompt.
help(designSpecs,'ellip')
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2011aSee Also
Functions
butter
|cheby1
|cheby2
|design
|designmethods
|designoptions
|fdesign
|equiripple
|kaiserwin