How can I include a time delay in Simulink of the below equation?

조회 수: 1 (최근 30일)
Ayanda Lesetla
Ayanda Lesetla 2019년 8월 19일
댓글: Luna 2019년 8월 28일
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
Luna 2019년 8월 19일
What are the others D11, D13, D22 ? Do you only want to build a block for that?
Ayanda Lesetla
Ayanda Lesetla 2019년 8월 19일
D11=1 D21=0 D22=1
Yes currently I only want to build a block for D12

댓글을 달려면 로그인하십시오.

채택된 답변

Luna
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:
Capture.JPG
  댓글 수: 2
Ayanda Lesetla
Ayanda Lesetla 2019년 8월 28일
Hi Luna, I have attempted the above solution to my problem and I am getting satisfactory results on my closed loop system.
Thank you very much for your time and assistance.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Switches and Breakers에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by