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

    function band = getband(this)
%GETBAND   Return "Nyquist band".

%   Author(s): R. Losada
%   Copyright 1988-2003 The MathWorks, Inc.

band = this.Band;

% [EOF]