www.gusucode.com > signal 工具箱matlab源码程序 > signal/+fdesign/@bandpass/isspecmet.m

    function b = isspecmet(this, Hd)
%ISSPECMET   True if the object's specification has been met by the filter.

%   Copyright 2005 The MathWorks, Inc.

b = base_isspecmet(this, Hd, {'Astop1', '>'}, {'Apass', '<'}, {'Astop2', '>'});

% [EOF]