Filter löschen
Filter löschen

Question about transfer function calculations

1 Ansicht (letzte 30 Tage)
Saeed Ahmadzadeh Mahboobi
Saeed Ahmadzadeh Mahboobi am 10 Nov. 2018
Bearbeitet: Aquatris am 14 Nov. 2018
I have a Transfer function (in Laplace area), and know that the output signal of the system should be a definite value (to be more precise, it's a constant in time area, like 5). How can I calculate the input signal for this output value with MATLAB? in other words: I have the "Transfer function in laplace area" as well as "the output in time area", how can I calculate the input signal using MATLAB?
  3 Kommentare
Saeed Ahmadzadeh Mahboobi
Saeed Ahmadzadeh Mahboobi am 11 Nov. 2018
No, the Function has just one pole: F=a/(s+b) , whereby a and b are constants and the output should be a constant like c (in time area).
How can I get the input signal for this output ? Thank you
Aquatris
Aquatris am 14 Nov. 2018
Bearbeitet: Aquatris am 14 Nov. 2018
If the output is a constant 'c' for a transfer function F(s) = a/(s+b), it means that you are applying a constant input. The gain of F(s) at DC (or 0 Hz, or for constant input) is 'a/b'. So if you apply a constant input 'u = c*b/a', then the output will be 'y = F(0j)*u = a/(0+b)*(c*b/a)=c'.
Hope this helps.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Dynamic System Models 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