Inverse Laplace Transform for a complex transfer function
Ältere Kommentare anzeigen
For my signals project I was able to represent a system using a transfer function consisting of 50 zeros and 60 poles. However, when I tried to get the time domain function of this laplace domain impulse response using ilaplace() with the numerators and denominators as inputs, the code has been running for hours with no end.
I understand that due to the complexity of the transfer function matlab may not be able to find an exact answer. Is there a way to estimate or possible improve the identification of this time domain equation? Thank you
10 Kommentare
David Goodmanson
am 11 Dez. 2019
Hi Darren,
do you mean that F(s) is entirely described by a ratio of polynomials and that you have the positions of all the zeros and poles?
Darren Tran
am 11 Dez. 2019
David Goodmanson
am 11 Dez. 2019
Hi Darren,
what can you say about the locations of the poles in the s plane (all negative? all distinct? minimum spacing, etc)
Darren Tran
am 11 Dez. 2019
Chuguang Pan
am 11 Dez. 2019
Maybe a ratio of polynomials can be decomposed into partial fractions.
Darren Tran
am 11 Dez. 2019
Walter Roberson
am 11 Dez. 2019
Please post the coefficients in a form we can use in code.
David Goodmanson
am 11 Dez. 2019
Bearbeitet: David Goodmanson
am 11 Dez. 2019
Hi Darren,
There are not positions of poles and zeros here, just two polynomials with coefficients. Those coefficients all have values like -6.226e14 (+/- 1.801e23), meaning that they are of no use at all. You might want to consider how realistic it is to have a transfer function with 50 poles and 60 zeros. If you did know, accurately, the positions of all those poles and zeros then it's certainly possible to find the answer numericaly in short order, but there could well be big problems with numerical accuracy in such a calculation.
Walter Roberson
am 11 Dez. 2019
-6.226e14 (+/- 1.801e23) is pretty much a nonsense number, with inprecision 1 billion times larger than the number itself.
Are these numbers coming from the output of cftool (Curve Fitting Toolbox) ?
Shashwat Bajpai
am 26 Dez. 2019
I would be in a better state to help you if the coefficients mentioned are in a MATLAB executable format.
Antworten (1)
Darren Tran
am 30 Dez. 2019
0 Stimmen
Kategorien
Mehr zu Calculus finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!