www.gusucode.com > signal 工具箱matlab源码程序 > signal/@filtdes/@abstractFilterType/maskresponse.m

    function resp = maskresponse(hObj)
%MASKRESPONSE Returns the fvtool response for the mask

%   Author(s): J. Schickler
%   Copyright 1988-2002 The MathWorks, Inc.

resp = 'magresp';

% [EOF]