Inverse laplace - symbolic tool box
3 次查看(过去 30 天)
显示 更早的评论
Hi,
I'm trying to perform inverse laplace on the transfer function but could not be able to get an answer.
I have let it run for more than 12 hours and still no results.
Can you please help here. Please find the attached file.
There was a mistake in earlier attached file.
0 个评论
采纳的回答
Dimitris Kalogiros
2019-10-30
编辑:Dimitris Kalogiros
2019-10-30
I had a look at your file.
The definition of the laplace transform A contains a syntax error. It has an extra "=" without meaning. So, first of all you must correct it.
A second issue is that, for such a complicated function of "s", it is extremelly difficult an inverse laplace transorm to be found. I suggest to give values at your parameters before the calling of the ilaplace() function.
7 个评论
Walter Roberson
2019-10-31
Zc=(Rpc/((s*C*Rpc)+1))+(s*Lc)+Rsc);
has bad )
Perhaps you meant
Zc=(Rpc/((s*C*Rpc)+1)+(s*Lc)+Rsc);
If so then the iplace(tf) is calculated quickly. It does, however, involve the sum of 5 roots of a quintic, and that is something that has no closed form solution in "algebraic numbers"
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!