How do I code this to my transfer function ?

1 Ansicht (letzte 30 Tage)
Jay
Jay am 10 Mär. 2022
Kommentiert: Sam Chak am 10 Mär. 2022
I am a beginer in matlab, I just studied it recently and I wonder how to write these equation about transfer function. I understand basic input for the transfer function but I cannot figure out how to type in the e variable and the ^-4 same goes for the 2nd one with the e^-30s

Antworten (1)

Sam Chak
Sam Chak am 10 Mär. 2022
Hi @Jay
To represent time delays in linear systems, you can write something like
G = tf(1,[1 10],'InputDelay', 4)
or
G = tf(1,[1 10],'OutputDelay', 30)
For more info, please check
  3 Kommentare
Sam Chak
Sam Chak am 10 Mär. 2022
Can you show what the expected result or response is?
Sam Chak
Sam Chak am 10 Mär. 2022
Okay, I've got what you tried to say.
Mathematically, is the same as .
Hope it helps.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by