www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dspdata/@abstractfreqrespwspectrumtype/getspectrumtype.m

    function privspectrumtype = getspectrumtype(this)
%GETSPECTRUMTYPE   Get the spectrumtype property value.

%   Author(s): P. Pacheco
%   Copyright 1988-2004 The MathWorks, Inc.

privspectrumtype = this.privSpectrumType;

% [EOF]