System Identification Toolbox 評価版使用中の質問
이전 댓글 표시
System Identification Toolbox の評価版 のトライアルで次の質問にお答え
下さい。
1)このツールボックスで 時系列のPower Spevtrum の 尤もシンプルで確実な方法が
知りたいのですが、 とりあえず、次の方法が適当であると思いましたが、
Live Script にある、次の 1)、2)を試行し、スペクトルが得られました。
しかしながら、load iddata1 z1 等で、具体的な個別にExcel の実験データをload する
接続と調整方法がわかりません、お教えくだしましょうお願いいたします。
1) Plot Output Spectrum of Time-Series Model
>> load iddata1 z1;
>> sys = n4sid(z1,2);
>> sys = n4sid(z1,2);
>> spectrum(sys);
2) Plot Output Spectrum of Time-Series
Load iddata9
Sys =ar(z9,4,’ls’);
Spectrum(sys)
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 非線形 ARX モデル에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!