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

    function flag = passbandspecmet(Hf,Hd,ng)
%PASSBANDSPECMET Check whether passband response is within spec.
%   This should be a private method.

%   Copyright 2009 The MathWorks, Inc.

fd = Hf.CurrentFDesign;

flag = passbandspecmet(fd,Hd,ng);


% [EOF]