How do i introduce an exponential term in the numerator of a transfer function in SIMULINK

158 ビュー (過去 30 日間)
JANANI
JANANI 2014 年 10 月 5 日
コメント済み: Walter Roberson 2020 年 3 月 2 日
I have a transfer function as shown, how do i introduce this block in simulink, i want to know the response of the system
1
exp(-10*s) * ------
s + 10

回答 (2 件)

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 10 月 5 日
編集済み: Azzi Abdelmalek 2014 年 10 月 5 日
You can use two block in series: a transfer function block and a Transport delay block with time delay set to 10
  1 件のコメント
Anahita
Anahita 2017 年 6 月 29 日
Hi,
Do you also happen to know how we can introduce: exp(+10*s) in the numerator?
Thank you in advance.

サインインしてコメントする。


Meet Doshi
Meet Doshi 2017 年 10 月 10 日
hd = exp(tf([-2 0],1))
  2 件のコメント
Walter Roberson
Walter Roberson 2020 年 3 月 2 日
Aman Panda comments,
It cant integrate a transfer function along with the exponential function
Walter Roberson
Walter Roberson 2020 年 3 月 2 日
Aman Panda:
I just tested back to R2016b and the above does work, producing
ans =
exp(-2*s) * (1)
Continuous-time transfer function.
Which version are you using?

サインインしてコメントする。

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by