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

    function wholerange(this)
%WHOLERANGE   Spectrum calculated over the whole Nyquist interval.
%   WHOLERANGE(H) converts the power spectrum specified by the data object
%   (<a href="matlab:help dspdata">dspdata</a>) H, to a spectrum calculated over the whole Nyquist interval.
%   The relevant properties such as, Frequencies and SpectrumRange, are
%   modified to reflect the new frequency range.
%
%   Use the 'whole' option in the following functions instead:
%      <a href="matlab:help peig">peig</a>
%      <a href="matlab:help pmusic">pmusic</a>
%
%   See also DSPDATA, SPECTRUM.

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

% Help for the WHOLERANGE method.

% [EOF]