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

    function band = get_band(this, band)
%GET_BAND   PreGet function for the 'band' property.

%   Copyright 2005 The MathWorks, Inc.

band = this.privBand; 

% [EOF]