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

162 Ansichten (letzte 30 Tage)
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

Antworten (2)

Azzi Abdelmalek
Azzi Abdelmalek am 5 Okt. 2014
Bearbeitet: Azzi Abdelmalek am 5 Okt. 2014
You can use two block in series: a transfer function block and a Transport delay block with time delay set to 10

Meet Doshi
Meet Doshi am 10 Okt. 2017
hd = exp(tf([-2 0],1))
  2 Kommentare
Walter Roberson
Walter Roberson am 2 Mär. 2020
Aman Panda comments,
It cant integrate a transfer function along with the exponential function
Walter Roberson
Walter Roberson am 2 Mär. 2020
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?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Simulink finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by