伝達関数tfの使い方について
Mostra commenti meno recenti
1/S,1/s^2のインパルス応答を求めたいと考えています。
そこでtfを用いてインパルス応答を出したいと考え以下のコードを作成いたしました。
sys = tf(1,[1 0]);
impulse(sys)
本コードを実行したところ
エラー: DSM_TF (line 10)
sys = tf(1,[1 0]);
という風にエラーが発生し、実行することができませんでした。何に対してエラーが出ているのでしょうか。
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su デジタル フィルター解析 in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!