03-13-2012 01:57 AM
Hi all,
I have generated a digital toggle waveform starting with 1 and then 0 for only one signal with 1250 samples and sample rate of 400 samples/sec. Now, the pulse is 1 for a duration of 2.5msec and 0 for 2.5msec and so on. Now, i want to delay this pulse,ie, i want to start this pulse from 5 msec, ie logic 1 should start from 5 msec,
how can i do that, i'm confused. Please help.
Regards,
Sanjay
03-28-2012 02:37 PM
Hi Sanjay,
You did not specified if you were creating the waveform in a boolean array or by other means.
At a sample of 400s/sec, each sample will take 2,5ms, meaning you heve to insert two samples with zero before the waveform you created.
Attached follows an example. Hope this is waht you need.
Regards,
Mariana.