Extract transfer function to simulink block diagram

2 ビュー (過去 30 日間)
Lukas Mesaros
Lukas Mesaros 2019 年 12 月 14 日
回答済み: Nishant Gupta 2019 年 12 月 17 日
Hi, i need extract transfer function block to simulink block diagram
10s^2 + 7s + 1
G(s)= ---------------------
-6s^2 -8s -6
Thx guys

回答 (1 件)

Nishant Gupta
Nishant Gupta 2019 年 12 月 17 日
Hi,
You can use the 'Transfer Fcn block' in simulink to model any system by tranfer function, refer following link for documentation:
In the block parameters dialog box, set [10 7 2] as numerator and [-6 -8 -6] as denominator, to implement the given tranfer function.

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by