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

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

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

band = 2;

% [EOF]