Code or which simulink block for me to create this equation or this pattern?
이전 댓글 표시
Let say, I want to create this pattern. Value of D and beta are known. Beta is a delay. When applied to input step down, it should follow the input, but with a delay of beta.

답변 (1개)
Ashutosh Thakur
2024년 7월 22일
0 개 추천
Hello Haszuraidah,
I understand that you want to create a signal pattern where the output follows the input with a delay of beta and a value D. This can be achieved using a combination of Simulink blocks. Here are the steps you can follow:
1) Start with a Source Block:
- Begin with a source block for your signal, such as an Inport block or a Sine Wave block, depending on your requirements.
2) Add a Transport Delay Block:
- Use the Transport Delay block to delay the input signal by a specific time beta. Connect the input signal to the Transport Delay block. For more information, you can refer to the https://www.mathworks.com/help/simulink/slref/transportdelay.html.
3) Use Additional Blocks:
- To incorporate other values into your model, you can use blocks such as the Constant block and the Gain block.
By combining the above-mentioned blocks, you can generate the desired signal pattern.
I hope this helps you!
카테고리
도움말 센터 및 File Exchange에서 General Applications에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!