09-02-2008 01:59 AM
09-02-2008 02:03 AM
Hi sukhiray,
you can use the "Wait" or "Wait Until next..." function. See also this link please.
Mike
09-02-2008 03:27 AM - edited 09-02-2008 03:28 AM
06-26-2010 06:07 AM
after using the while loop to a phase delay, I have no delay after the display of signals. I have use this code attached
06-26-2010 07:00 AM
If you want to simulate a delay in the signal, you have to modify the signal. Your wait does nothing to change the t0 or append data to the front of the waveform. Not sure what exactly you want to do.
06-26-2010 09:00 AM
I really wante to make a late phase shifter for a pulse compressor. and for this I have to delay several time a pulse, these signals that I obtain, I must submit them to a treatment. the problem is that i don't know how to make a delay for this pulse.
06-26-2010 09:40 AM
to explain, I want to generate different delayed signals from one square wave.
if you have any idea you can help me.
06-26-2010 09:42 AM
to explain, I want to generate different delayed signals from one square wave.
if you have any idea you can help me.
06-26-2010 09:44 AM
You want to delay a physical output after an acquisition? Then you would do something similar to your code except add the function that writes the pulse. If you use the Delay function, you will use the error in/error out connections to enforce dataflow. To simulate it, add another Square Waveform function. The while loop in your code does nothing so you can eliminate that.
06-26-2010 09:58 AM
Maybe this will help you. When you generate the square wave, you can add a phase to it.