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

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

Answers (2)

You can use two block in series: a transfer function block and a Transport delay block with time delay set to 10

1 Comment

Hi,
Do you also happen to know how we can introduce: exp(+10*s) in the numerator?
Thank you in advance.

Sign in to comment.

hd = exp(tf([-2 0],1))

2 Comments

Aman Panda comments,
It cant integrate a transfer function along with the exponential function
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?

Sign in to comment.

Categories

Find more on Simulink in Help Center and File Exchange

Asked:

on 5 Oct 2014

Commented:

on 2 Mar 2020

Community Treasure Hunt

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

Start Hunting!