www.gusucode.com > dsp 案例源码程序 matlab代码 > dsp/DesignABandpassFilterExample.m

    %% Design a Bandpass Filter
% Construct the default bandpass filter specification object and design
% an elliptic filter.
d = fdesign.bandpass;
hd = design(d,'ellip','matchexactly','both');