Method ssm/generateCovariance


  GENERATECOVARIANCE generates a default covarance matrix.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: GENERATECOVARIANCE generates a default covarance matrix that
               can be used with ssm/simulate. The method looks for input
               ports named 'DIST_*' and (optionally) '*_DC'.
 
  CALL:        out = generateCovariance(model, pl)
  
  INPUTS:
               model - the SSM model to compute the covariance matrix for
  
  OUTPUTS:
               out - a plist with two keys:
                         'cov' - the covarance matrix
                       'names' - a cell-array of the input port names 
 
  Parameter Sets
 
  VERSION: $Id: generateCovariance.m,v 1.2 2011/03/28 11:24:42 hewitson Exp $
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ssm
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
DC 0
  • 0
  • 1
Include DC disturbances.
back to top back to top

Some information of the method ssm/generateCovariance are listed below:
Class name ssm
Method name generateCovariance
Category Signal Processing
CVS Version $Id: generateCovariance.m,v 1.2 2011/03/28 11:24:42 hewitson Exp $
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team