System Identification Toolbox 評価版使用中の質問
Show older comments
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)
Accepted Answer
More Answers (0)
Categories
Find more on 非線形 ARX モデル in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!