COVARIANCE VARIABLE NAMES |
{} [0x0] |
none |
A cell-array of strings specifying the desired input variable names. |
CPSD VARIABLE NAMES |
{} [0x0] |
none |
A cell-array of strings specifying the desired input variable names. |
AOS VARIABLE NAMES |
{} [0x0] |
none |
A cell-array of input port names corresponding to the different input AOs. |
CONSTANT VARIABLE NAMES |
{} [0x0] |
none |
A cell-array of strings of the desired input variable names. |
RETURN STATES |
{} [0x0] |
none |
A cell-array of names of state ports to return. |
RETURN OUTPUTS |
{} [0x0] |
none |
A cell-array of output ports to return. |
COVARIANCE |
[] |
none |
The covariance of this noise between input ports for the time-discrete noise model. |
CPSD |
[] |
none |
The one sided cross-psd of the white noise between input ports. |
AOS |
[] |
none |
An array of input AOs. |
CONSTANTS |
[] |
none |
Array of DC values for the different corresponding inputs. |
NSAMPLES |
Inf |
none |
The maximum number of samples to simulate (AO length(s) overide this). |
SSINI |
{} [0x0] |
none |
A cell-array of vectors that give the initial position for simulation. |
INITIALIZE |
0 |
|
When set to 1, a random state value is computed for the initial point. |
TINI |
[] |
none |
Same as t0; kept for backwards compatibility. |
T0 |
[] |
none |
The initial simulation time (seconds). |
DISPLAYTIME |
1 |
|
Switch off/on the display |
TERMINCOND |
'' |
none |
A string to evaluate a termination condition on the states in x ('lastX') or outputs in y ('lastY') |
REORGANIZE |
1 |
|
When set to 0, this means the ssm does not need be modified to match the requested i/o. Faster but dangerous! |
FORCE COMPLETE |
0 |
|
Force the use of the complete simulation code. |