how to write the matlab codes for cascading multiple transfer functions
古いコメントを表示
Let say i have 10 transfer functions .How to cascade(series) them?
3 件のコメント
Walter Roberson
2019 年 6 月 5 日
Multiply them.
phoenix
2019 年 6 月 6 日
Walter Roberson
2019 年 6 月 6 日
https://www.cds.caltech.edu/~murray/wiki/Can_I_cascade_(multiply)_transfer_functions_in_MATLAB%3F
採用された回答
その他の回答 (1 件)
Wilbert Clarke
2024 年 3 月 23 日
0 投票
k=tf(2,1);
カテゴリ
ヘルプ センター および File Exchange で Classical Control Design についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!