www.gusucode.com > signal 工具箱matlab源码程序 > signal/+fspecs/@hphbordntw/thisstaticresponse.m

    function thisstaticresponse(this, hax)
%THISSTATICRESPONSE   

%   Copyright 2007 The MathWorks, Inc.

if this.NormalizedFrequency, str = '.5';
else,                        str = 'Fs/4'; end

staticrespengine('drawpassband',   hax, [0.55  1], [.9 1.1]);
staticrespengine('drawtransition', hax, [.45 .55]);
staticrespengine('drawstopband',   hax, [0   .45]);
staticrespengine('drawfreqlabels', hax, .5, str);

% [EOF]