Method ssm/resp
RESP gives the timewise impulse response of a statespace model.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: RESP gives the timewise impulse response of a statespace
model.
CALL: mat_out = resp(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:
- mat_out contains the timewise response (one for each input)
Parameters Description
VERSION: $Id: resp.m,v 1.27 2011/04/17 21:28:06 adrien 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/resp are listed below: |
Class name |
ssm |
Method name |
resp |
Category |
Signal Processing |
CVS Version |
$Id: resp.m,v 1.27 2011/04/17 21:28:06 adrien Exp $ |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: ssm/bodecst |
|
Method: ssm/respcst |
 |
©LTP Team