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

    function twosided(this)
%TWOSIDED   Spectrum calculated over the whole Nyquist interval.
%
%   TWOSIDED is not recommended.
%   Use the 'twosided' option in the following functions instead:
%      <a href="matlab:help periodogram">periodogram</a>
%      <a href="matlab:help pwelch">pwelch</a>
%      <a href="matlab:help pburg">pburg</a>
%      <a href="matlab:help pcov">pcov</a>
%      <a href="matlab:help pmcov">pmcov</a>
%      <a href="matlab:help pyulear">pyulear</a>
%      <a href="matlab:help pmtm">pmtm</a>
%
%   TWOSIDED(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 the Frequencies and SpectrumType, are
%   modified to reflect the new frequency range.

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

% Help for the TWOSIDED method.

% [EOF]