System Identification Toolbox 評価版使用中の質問
Afficher commentaires plus anciens
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)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 非線形 ARX モデル dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!