www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dspopts/@spectrum/getrangepropname.m

    function rangepropname = getrangepropname(this)
%GETRANGEPROPNAME   Get the rangepropname.

%   Author(s): P. Pacheco
%   Copyright 2005 The MathWorks, Inc.

rangepropname = 'SpectrumType';

% [EOF]