MATLAB: How to repeat the pulse after some period of time

repeating a pulse

I have generated a pulse by combining a rising exponential and falling exponential signal. Rising exponential lasts for 30 ns followed by a falling exponential which lasts for 500 ns. This pulse has then to be repeated after every 200 ms. How can I do it?

Best Answer

you can use repmat function
Related Question