MODEL |
[] |
none |
System model. It have to be parametric. A matrix of smodel objects or a ssm object |
INNAMES |
{} [0x0] |
none |
A cell array containing cell arrays of the input ports names for each experiment. Used only with ssm models. |
OUTNAMES |
{} [0x0] |
none |
A cell array containing cell arrays of the output ports names for each experiment. Used only with ssm models. |
FITPARAMS |
{} [0x0] |
none |
A cell array with the names of the fit parameters |
INPUT |
[] |
none |
Collection of input signals |
BOUNDEDPARAMS |
{} [0x0] |
none |
A cell array with the names of the bounded fit parameters |
BOUNDVALS |
{} [0x0] |
none |
A cell array with the boundaries values for the bounded fit parameters |
DMODEL |
[] |
none |
Partial derivatives of the system parametric model. A matrix of smodel objects |
WHITENINGFILTER |
[] |
none |
The multichannel whitening filter. A matrix object of filters |
NLOOPS |
1 |
none |
Number of desired iteration loops. |
NCUT |
100 |
none |
Number of bins to be discharged in order to cut whitening filter transients |
NPAD |
[] |
none |
Number of points for zero padding. |
KNOWNPARAMS |
[] |
none |
Known Parameters. A pest object containing parameters values, names and errors |
TOL |
1 |
none |
Convergence threshold for fit parameters |
FAST |
0 |
|
Using fast option causes the whitening filter to be applied in frequency domain.The filter matrix is considered diagonal. The method skip time domain filtering saving some process timeIt works only when the imput model is a matrix of smodels |
SETALIAS |
0 |
|
Set to true in order to aassign internally the values to the model alias |
STHRESHOLD |
1 |
none |
Fix upper treshold for singular values.Singular values larger than the value will be ignored.This correspon to consider only parameters combinations with error lower then the value |
DIFFSTEP |
[] |
none |
Numerical differentiation step for ssm models |
MODEL FS |
[] |
none |
The sample rate to discretize the model at for performing the simulations. |
RESAMPLE FILTER |
[] |
none |
The filter used for resampling when adjusting the input data to the model fs. |