Search code examples
matlabsimulink

how can I delay a signal in simulink?


my problem is very simple,yet I didn't find a solution online.

let's say I have a sin block, and my singal is sin(5t).

How can I start the signal after 5 seconds? so that it's 0 for the first 5 seconds and sin(5t) after those.


Solution

  • You can use transport delay block.

    It just delays a signal a given amount of time.