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

    function L = determineband(this)
%DETERMINEBAND   Determine the band.

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

L = get(this, 'Band');

% [EOF]