equiripple single-凯发k8网页登录
equiripple single-rate fir filter from specification object
syntax
equifilt = design(d,'equiripple','systemobject',true)
equifilt = design(d,'equiripple',designoption,value,...,'systemobject',true)
description
equifilt = design(d,'equiripple','systemobject',true)
designs
an equiripple fir digital filter using the specifications supplied
in the object d
. equiripple filter designs minimize
the maximum ripple in the passbands and stopbands.
when you use equiripple
with nyquist filter
specification objects, you might encounter design cases where the
filter design does not converge. convergence errors occur mostly at
large filter orders, or small transition widths, or large stopband
attenuations. these specifications, alone or combined, can cause design
failures. for more information, refer to in
the online help system.
equifilt = design(d,'equiripple',designoption,value,...,'systemobject',true)
returns an equiripple fir filter where you specify design options as input
arguments.
to determine the available design options, use with the specification object and the design method as input arguments as shown.
designopts(d,'method')
for complete help about using equiripple
,
refer to the command line help system. for example, to get specific
information about using equiripple
with d
,
the specification object, enter the following at the matlab prompt.
help(d,'equiripple')
examples
version history
introduced in r2011a
see also
functions
- | |