nwidsingleMultiStep function
Identify a single target module using the Multistep algorithm.
Syntax
model = nwidMultiStep(data,model,orders,options)performs identification based on the provided data, initialized network model, model orders and option set. The identified predictor model is returned.
Input arguments
data
nwdataobjectNetwork data object. The input excitation, input node and output node signals (as referred to by their labels) in the
Rset,DsetandYsetof the predictor model must be present in the data.model
nwpredmodelobjectInitialized network model object. For each element, whether or not it is fixed, the number of delays, the orders of the numerators and denominators and parameter values of fixed elements can be set using the
G,TandHfields (PredictorMapobjects). Setting initial parameter values is currently not supported. All elements ofGmust have at least one delay.orders
structure array Model orders. Use a structure array with required field
P, which should be a structure array with the scalar fieldsnpnumandnpden, to specify the global model orders ofP. You can also add the optional fieldsGandT, which should each be structure arrays themselves with the optional fieldsnpnum,npdenandd(to set the analogousPredictorMapproperties).options
nwidsingleMultiStepOptionsobjectOption set for
nwidsingleMultiStepfunction. Can be constructed usingoptions = nwidsingleMultiStepOptionsfor the default option set oroptions = nwidsingleMultiStepOptions(Name=Value,...)to set specified options.
Output arguments
model
nwpredmodelobjectEstimated network model object. The
eproperties ofG,Tandaux.Pcontain the fixed and estimated transfer functions of the predictor model connections.