Method ssm/cpsd


  CPSD computes the output theoretical CPSD shape with given inputs.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: CPSD computes the output theoretical CPSD shape with given inputs.
               Unlike ssm/psd, it returns the total contribution and takes
               input vectors/square matrices of objects 
 
  CALL: [mat_out] = cpsd(sys, pl)
 
  INPUTS:
          - sys, (array of) ssm object
 
  OUTPUTS:
           _ mat_out contains specified returned aos
 
  Parameters Description
  
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ssm
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
COVARIANCE VARIABLE NAMES {} [0x0] none A cell-array of strings specifying the desired input variable names.
CPSD VARIABLE NAMES {} [0x0] none A cell-array of strings specifying the desired input variable names.
PZMODEL VARIABLE NAMES {} [0x0] none A cell-array of strings of the desired input variable names.
AOS VARIABLE NAMES {} [0x0] none A cell-array of input defined with AOs spectrums.
RETURN STATES {} [0x0] none A cell-array of names of state ports to return.
RETURN OUTPUTS, OUTPUTS {} [0x0] none A cell-array of output ports to return.
COVARIANCE [] none The covariance of this noise between input ports for the time-discrete noise model.
CPSD [] none The one sided cross-psd of the white noise between input ports.
AOS [] none An array of input AOs, The power spectrum of this noise between input ports for the time-continuous noise model.
PZMODELS [] none An array of input pzmodels for noise filtering
REORGANIZE 1
  • 1
  • 0
When set to 0, this means the ssm does not need be modified to match the requested i/o. Faster but dangerous!
F2 [] none The maximum frequency. Default is Nyquist or 1Hz.
F1 [] none The minimum frequency. Default is f2*1e-5.
NF 200 none The number of frequency bins. Frequencies are scale logarithmically
F [] none Specify a vector of frequencies. If this is used, 'f1', 'f2', and 'nf' parameters are ignored.
back to top back to top

Some information of the method ssm/cpsd are listed below:
Class name ssm
Method name cpsd
Category Operator
Package name ltpda
VCS Version 8ab8cbbc4bccf7543491a24448f4aae0b1be1c43
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team