Identifying the Mimo system using two inputs and two outputs
이전 댓글 표시
How to identify the system by using input and output signals (each input affects each output) so that finally a two-by-two matrix is obtained, each of which is a transformation function.
답변 (2개)
Try ssest to identify the model as a state-space system. You can then convert that to transfer function if absolutely necessary. Usually, if not always, state-space is preferred over transfer function.
shahin
2024년 11월 18일
0 개 추천
댓글 수: 2
Paul
2024년 11월 18일
Not sure why this is posted as an Answer. It should either be a comment on the original question or perhaps a comment on another answer. As previously suggested, try using ssest. If all you have are graphs of the data, then you'll have to figure out a way to digitize those graphs into numerical data that can be processed. If you do this and are still stuck, you're more likely to get help if you post a file with the numerical data and the code that you tried.
shahin
2024년 11월 18일
카테고리
도움말 센터 및 File Exchange에서 Numeric Linear Time-Invariant Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!