伝達関数tfの使い方について
Mostrar comentarios más antiguos
1/S,1/s^2のインパルス応答を求めたいと考えています。
そこでtfを用いてインパルス応答を出したいと考え以下のコードを作成いたしました。
sys = tf(1,[1 0]);
impulse(sys)
本コードを実行したところ
エラー: DSM_TF (line 10)
sys = tf(1,[1 0]);
という風にエラーが発生し、実行することができませんでした。何に対してエラーが出ているのでしょうか。
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre デジタル フィルター解析 en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!