Method ssm/bodecst


  BODECST makes a bodecst plot from the given inputs to outputs.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: BODECST makes a bodecst plot from the given inputs to outputs.
 
  CALL:   as = bodecst(sys, pl)
          as = bodecst(sys, 'key1', 'option1')
 
  INPUTS:
          'sys' - ssm object
          'pl'  - plist of options
 
  OUTPUTS:
 
         'as' - array of output AOs containing the requested responses.
 
  Parameters Description
 
  VERSION: $Id: bodecst.m,v 1.16 2012/01/31 07:31:30 hewitson Exp $
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ssm
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
INPUTS 'ALL' none A cell-array of input ports and blocks.
OUTPUTS 'ALL' none A cell-array of output ports and blocks.
STATES 'NONE' none A cell-array of states ports and blocks.
F [] none A frequency vector (replaces f1, f2 and nf).
F2 [] none The maximum frequency. Default is Nyquist or 1Hz.
F1 [] none The minimum frequency. Default is f2*1e-5.
NF 1000 none The number of frequency bins.
SCALE 'log'
  • 'log'
  • 'lin'
Distribute frequencies on a 'log' or 'lin' scale.
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!
back to top back to top

Some information of the method ssm/bodecst are listed below:
Class name ssm
Method name bodecst
Category Signal Processing
CVS Version $Id: bodecst.m,v 1.16 2012/01/31 07:31:30 hewitson Exp $
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team