필터 지우기
필터 지우기

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

조회 수: 29 (최근 30일)
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 CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by