MATLAB: How to delay a boolean signal by an amount of time

booleandelaytime

Hi! I was wondering if there is anything as the transport delay for double type variables for boolean signals. I want to delay a boolean signal by a certain amount of time but I do not know how to do it. Thank you for your help!

Best Answer

Simply, use a Delay block. See the attached pictures for details.
Related Question