Method ssm/respcst


  RESPCST gives the timewise impulse response of a statespace model.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: RESPCST gives the timewise impulse response of a statespace
               model.
 
  CALL: [aos ] = respcst(sys, plist_inputs)
 
  INPUTS:
          - sys, (array of) ssm object
 
  plist with parameters 'inputs', 'states' and 'outputs' to indicate which
  inputs, states and outputs variables are taken in account. This requires
  proper variable naming. If a variable called appears more that once it
  will be used once only.
 
  OUTPUTS:
          - aos the timewise response (one for each input)
 
  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.
RESPONSE 'impulse'
  • 'impulse'
  • 'step'
Specify the type of response wanted
TMAX -1 none Specify the duration of response wanted [s] (automatically set if not specified by user, and system is stable)
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/respcst are listed below:
Class name ssm
Method name respcst
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