How to create this transfer function Block?
2 ビュー (過去 30 日間)
古いコメントを表示
Siripot Ruglheck
2015 年 8 月 17 日
編集済み: Sebastian Castro
2015 年 8 月 17 日
I have a problems about How to create the transfer function block same in picture (I attached in this topic) by use simulink.
Thank you.

0 件のコメント
採用された回答
Sebastian Castro
2015 年 8 月 17 日
編集済み: Sebastian Castro
2015 年 8 月 17 日
Ah, good old ramp tracking filters...
If you have the Control System Toolbox, you can use an LTI System block and enter the following in the block dialog:
( tf([T8 1],1) / (tf([T9 1],1))^M )^N
Otherwise, if you do not have access to the toolbox and the built-in transfer function objects, you can use a regular Simulink Transfer Fcn block. The numerator and denominator can be found using the conv function, though this will be a little tougher to figure out.
- Sebastian
0 件のコメント
その他の回答 (1 件)
Siripot Ruglheck
2015 年 8 月 17 日
編集済み: Siripot Ruglheck
2015 年 8 月 17 日
1 件のコメント
Sebastian Castro
2015 年 8 月 17 日
Oops, good catch. I totally messed that up :)
Corrected my post so others seeing this don't copy the wrong thing too.
参考
カテゴリ
Help Center および File Exchange で Event Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!