butter
Butterworth IIR digital filter design
Syntax
Description
designs a Butterworth IIR digital filter using specifications in the object
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)
returns a Butterworth IIR filter with one or more specified
designed options and the corresponding values.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')
is an alternative syntax for designing the Butterworth IIR digital filter.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