Method ssm/bode


  BODE makes a bode plot from the given inputs to outputs.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: BODE makes a bode plot from the given inputs to outputs.
 
  CALL:   mat_out = bode(sys, pl)
 
  INPUTS:
          'sys' - ssm object
          'pl'  - plist of options
 
  OUTPUTS:
 
         'mat_out' - matrix of output AOs containing the requested responses.
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
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!
NUMERIC OUTPUT 0
  • 0
  • 1
When set to ture, the output of bode will be purely numeric - no analysis objects.
back to top back to top

Some information of the method ssm/bode are listed below:
Class name ssm
Method name bode
Category Signal Processing
Package name ltpda
VCS Version 3542afe99dea25c636b7ac3b82a9f6f8be9d447d
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team