How to use arxstruc with multiple input multiple output ( MIMO ) systems?
조회 수: 11 (최근 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.
댓글 수: 0
답변 (1개)
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)
댓글 수: 2
pia sarkar
2023년 1월 13일
I want to transmit and receive signal using MIMO.Please guide me how to interface 5G signal in Multiple input and multiple output?
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear Model Identification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!