System Identification Toolbox 評価版の再度質問

1 view (last 30 days)
Yoshifumi Harada
Yoshifumi Harada on 11 Mar 2020
 < 前回 の質問:Excel の 実験dataの power spectrumの解析
 <質問の御回答>:MatlabによるExcel power spectrumの計算ソフトの処理方法: 
頂いた回答の写し:  
その前提でエクセルデータを用意してくだされば、添付の「analyze_excel_data_sys_ID.mlx」のように自動的に読み込んで推定、結果出力を行うことができます
ファイルを開けない場合を考慮して以下にコードを記載します エクセルデータを読み込む
test_data = readtable("test_data.xlsx ")
Ts = test_data.time(2) - test_data.time(1 );
%%
% 読み込んだエクセルデータをシステム同定用のiddataに変換する。
test_iddata = iddata(test_data.out, test_data.in, Ts )
%% システム同定
ーーーーーーーーーーーーーーーー
上の結果をトレースできませんでした。 引き續き、今後の処理方法をsupport お願い致します

Answers (0)

Community Treasure Hunt

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

Start Hunting!