Method ao/psdconf


  PSDCONF Calculates confidence levels and variance for psd
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: PSDCONF Input a spectrum estimated with psd or lpsd (Welch's
  Overlapped Segment Averaging Method) and calculates confidence levels and
  variance for the spectrum.
 
  CALL:         [lcl,ucl] = psdconf(a,pl)
                [lcl,ucl,var] = psdconf(a,pl)
 
  INPUTS:
                a  -  input analysis objects containing power spectral
                      densities calculated with psd or lpsd.
                pl  - input parameter list
 
  OUTPUTS:                
                lcl - lower confidence level
                ucl - upper confidence level
                var - expected spectrum variance
 
 
               If the last input argument is a parameter list (plist).
               The following parameters are recognised.
 
  
  NOTE1: PSDCONF checks the navs field to distinguish between psd and lpsd
  power spectra. If a.data.navs is NaN then it assumes to dealing with lpsd
  power spectrum at input.
 
  NOTE2: Copied directly from MATLAB chi2conf function (Signal Processing
  Toolbox) and extended to do degrees of fredom calculation, variance
  calculation, to input AOs and to input plist.
    Copyright 2007 The MathWorks, Inc.
    Revision: 1.6.4.4   Date: 2008/05/31 23:27:28 
 
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
psdconf
CONF 95 none Required percentage confidence level. [0-100]

Example

plist('CONF', [95])

back to top back to top

Some information of the method ao/psdconf are listed below:
Class name ao
Method name psdconf
Category Signal Processing
Package name ltpda
VCS Version 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 1
Max input args -1
Min output args 2
Max output args 3
Can be used as modifier 0
Supported numeric types {'double'}




©LTP Team