LTPDA Toolbox™ | contents | ![]() ![]() |
MODIFYTIMESTEP modifies the timestep of a ssm object %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: MODIFYTIMESTEP modifies the timestep of a ssm object, and updates the A and B matrices supposing there is no aliasing. CALL: sys = modifyTimeStep(sys,pl) INPUTS: sys - (array of) ssm objects pl - A plist or numeric value giving new timestep value (param name 'newtimestep') OUTPUTS: sys - (array of) ssm Parameters Description %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | ssm |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
internal |
control_toolbox |
internal |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
modifyTimeStep | |||
NEWTIMESTEP | [] | none | Specify the desired new timestep. |
OUTPUTANTIALIAS | 1 |
|
Uses a linear averaging method to compute the systems output. |
TIMESTEPDIVIDER | 0 |
|
Flag to avoid D matrix divergences by reducing the timeStep during the exponential matrix series computation. |
Example |
---|
plist('NEWTIMESTEP', [[]], 'OUTPUTANTIALIAS', [true], 'TIMESTEPDIVIDER', [false]) |
control_toolbox |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
modifyTimeStep | |||
NEWTIMESTEP | [] | none | Specify the desired new timestep. |
METHOD | 'Internal' |
|
Conversion method for discrete-to-continuous.
|
OPTIONS | [] | none | Fine-control options to be passed to the appropriate ss method.
|
OUTPUTANTIALIAS | 1 |
|
Uses a linear averaging method to compute the systems output. Used for Internal method only |
TIMESTEPDIVIDER | 0 |
|
Flag to avoid D matrix divergences by reducing the timeStep during the exponential matrix series computation. Used for internal method only |
Example |
---|
plist('NEWTIMESTEP', [[]], 'METHOD', 'Internal', 'OPTIONS', [[]], 'OUTPUTANTIALIAS', [true], 'TIMESTEPDIVIDER', [false]) |
Some information of the method ssm/modifyTimeStep are listed below: | |
---|---|
Class name | ssm |
Method name | modifyTimeStep |
Category | Operator |
Package name | ltpda |
VCS Version | 967b0eec0dece803a81af8ef54ad2f8c784b20b2 |
Min input args | 1 |
Max input args | -1 |
Min output args | 1 |
Max output args | -1 |
Can be used as modifier | 1 |
Supported numeric types | {'double'} |
![]() |
Method: ssm/keepParameters | Method: ssm/optimiseForFitting | ![]() |
©LTP Team