Main Content
struc
Generate model-order combinations for single-output ARX model estimation
Syntax
nn
= struc(na
,nb
,nk
)
nn
= struc(na
,nb_1
,...,nb_nu
,nk_1
,...,nk_nu
)
Description
generates
model-order combinations for single-input, single-output ARX model
estimation. nn
= struc(na
,nb
,nk
)na
and nb
are
row vectors that specify ranges of model orders. nk
is
a row vector that specifies a range of model delays. nn
is
a matrix that contains all combinations of the orders and delays.
generates
model-order combinations for an ARX model with nn
= struc(na
,nb_1
,...,nb_nu
,nk_1
,...,nk_nu
)nu
input
channels.
Examples
Tips
Use with
arxstruc
orivstruc
to compute loss functions for ARX models, one for each model order combination returned bystruc
.
Version History
Introduced before R2006a