butter
Butterworth IIR digital filter design
Syntax
Description
butterFilter = butter(designSpecs,SystemObject=true)designSpecs.
Depending on the filter specification object designSpecs, the
          butter design method might not be valid. Use designmethods with the filter specification object to determine if a
        Butterworth IIR digital filter design is possible.
designmethods(designSpecs,SystemObject=true)
butterFilter = butter(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,'butter')butterFilter = design(designSpecs,'butter',SystemObject=true)
For complete help about using the butter design method for a
        specification object, designSpecs, enter the following at the
          MATLAB® command prompt.
help(designSpecs,'butter')Examples
Input Arguments
Output Arguments
Version History
Introduced in R2011aSee Also
Functions
- design|- designmethods|- designoptions|- fdesign|- cheby1|- cheby2|- ellip|- equiripple|- kaiserwin

