mkfilter
Generate Bessel, Butterworth, Chebyshev, or RC filter as an ss
model
Description
creates a single-input, single-output analog low-pass filter with cutoff frequency
fsys = mkfilter(fc,order,type)fc (in Hz) and filter order order. The
type argument controls the filter type. The filter is returned as a
state-space (ss) model object. The DC gain of the filter is 0 dB. You can
use this syntax with any value of type except
"cheby" or 'cheby'.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a
