How can I include a time delay in Simulink of the below equation?
2 次查看(过去 30 天)
显示 更早的评论
Hi All, i am designing a Decoupling controller for a 2x2 TITO of a flotation column, please can you assist me on ways i can insert the below equation in simulink.
2 个评论
采纳的回答
Luna
2019-8-24
编辑:Luna
2019-8-24
I think you should calculate the z-transform of the e^(-44s) part. It will become a discrete transport delay in simulink. That means you are adding 22 poles to z-domain plot.
Look at these equations:
z = e^(sT)
T = 1/F
Check out the books where it is written laplace to z-transform and you will understand how a complex number s is.
And your first part of the equation is a first order simple continuous transfer function.
Summary: Use a 1st order continuous transfer function and a transport delay blocks in simulink library.
It will look like somethin like this:
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!