Identifying the Mimo system using two inputs and two outputs

34 ビュー (過去 30 日間)
shahin
shahin 2024 年 11 月 16 日 19:38
コメント済み: shahin 2024 年 11 月 18 日 17:33
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 件)

Paul
Paul 2024 年 11 月 16 日 19:52
編集済み: Paul 2024 年 11 月 18 日 16:41
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
shahin 2024 年 11 月 18 日 8:52
What method should I use?
Attached,i have two input and two output
  2 件のコメント
Paul
Paul 2024 年 11 月 18 日 16:46
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
shahin 2024 年 11 月 18 日 17:33
This is a comment on the original question of smell and the diagrams sent in the pdf file by which it performs the identification and I sent it. Look how it is. I want to know what command code or method to do and what command and code to identify in the state space. And whether the signals have a problem!?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeLinear Model Identification についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by