Method ssm/lpfNoiseProjection


  LPFNOISEPROJECTION calculate noise projections for LPF system
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: Given the LPF system and a list of desired outputs. It
  calculates and projects at the outputs the total expected noise and the
  partial contributions for the different sources. It assumes independence
  between different sources. Outputs are expected cross-spectral matrices.
 
  CALL:        [CSD, partialCSDs] = lpfNoiseProjection(model, pl)
  
  INPUTS:
               model - the SSM model to compute the projection for
  
  OUTPUTS:
               CSD - Expected CSD matrix
               partialCSDs - CSD matrices for the different sources packed
               in a cell array.
 
  CREATION: 26-04-2012 L Ferraioli
 
  Parameter Sets
 
  VERSION: $Id$
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
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.
OUTPUTS {} [0x0] none A cell-array of output ports and blocks.
F [] none Frequency vector for the projection.
back to top back to top

Some information of the method ssm/lpfNoiseProjection are listed below:
Class name ssm
Method name lpfNoiseProjection
Category Signal Processing
Package name LPF_DA_Module
VCS Version 9261be27dd1a3f454871757ac6dc9e0fb5b06f94
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team