kaiserwin
Kaiser window filter from specification object
Syntax
kFilter = design(d,'kaiserwin','SystemObject',true)
kFilter = design(d,'kaiserwin',designoption,value,designoption,...
value,'SystemObject',true)
Description
kFilter = design(d,'kaiserwin','SystemObject',true)
designs
a digital filter kFilter
that uses a Kaiser window.
For kaiserwin
to work properly, the filter order
in the specifications object must be even. In addition, higher order
filters (filter order greater than 120) tend to be more accurate for
smaller transition widths. kaiserwin
returns a
warning when your filter order may be too low to design your filter
accurately.
kFilter = design(d,'kaiserwin',designoption,value,designoption,...
returns a filter
where you specify design options as input arguments and the design
process uses the Kaiser window technique.
value,'SystemObject',true)
To determine the available design options, use designopts
with the specification object
and the design method as input arguments as shown.
designopts(d,'method')
For complete help about using kaiserwin
,
refer to the command line help system. For example, to get specific
information about using kaiserwin
with d
,
the specification object, enter the following at the MATLAB prompt.
help(d,'kaiserwin')
Examples
Version History
Introduced in R2011a