ellip
Elliptic filter using specification object
Syntax
Description
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)
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')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

