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

    function [xlim, ylim] = thispassbandzoom(this, fcns, Hd, hfm)
%THISPASSBANDZOOM   Returns the limits of the passband zoom.

%   Copyright 2005 The MathWorks, Inc.

xlim = [NaN NaN];
ylim = [NaN NaN];

% [EOF]