How to use arxstruc with multiple input multiple output ( MIMO ) systems?

12 次查看(过去 30 天)
I'm trying to use the command arxstruc to estimate the input delay of a Multiple Input, Multiple Output system (two inputs and two outputs).
I have written the system in state space form and i'm aware that arxstruc only work with single-output system, my idea is to go from one output to the next using a for cycle, thus reducing my problem to a succession of input delay estimations on MISO systems.
I don't know how to use arxstruc with a MISO system.
I'm also aware that in an ARX model the [na nb nk] coefficients depend on the number of inputs (the number of outputs must be one to use arxstruc), specifically I don't know how to pass the correct [na nb nk] to arxstruc while still being able to examine different combinations of na, nb, nc.
I need help on how to correctly write the third input argument for arxstruc in order to use my two inputs at the same time.

回答(1 个)

Rajiv Singh
Rajiv Singh 2022-8-9
The order combinations accepted by arxstruc can be generated by using the STRUC command; see: Generate model-order combinations for single-output ARX model estimation - MATLAB struc (mathworks.com)

类别

Help CenterFile Exchange 中查找有关 Input-Output Polynomial Models 的更多信息

标签

产品


版本

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by