伝達関数tfの使い方について
Show older comments
1/S,1/s^2のインパルス応答を求めたいと考えています。
そこでtfを用いてインパルス応答を出したいと考え以下のコードを作成いたしました。
sys = tf(1,[1 0]);
impulse(sys)
本コードを実行したところ
エラー: DSM_TF (line 10)
sys = tf(1,[1 0]);
という風にエラーが発生し、実行することができませんでした。何に対してエラーが出ているのでしょうか。
Accepted Answer
More Answers (0)
Categories
Find more on デジタル フィルター解析 in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!