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
VERSION: $Id: respcst.m,v 1.8 2011/04/08 08:56:23 hewitson Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
ssm |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
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' |
|
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 |
|
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
Some information of the method ssm/respcst are listed below: |
Class name |
ssm |
Method name |
respcst |
Category |
Signal Processing |
CVS Version |
$Id: respcst.m,v 1.8 2011/04/08 08:56:23 hewitson Exp $ |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: ssm/resp |
|
Method: ssm/simLPF |
 |
©LTP Team