05-31-2011 11:36 AM
Hi everyone!
I have got a question that probably has a easy response but I don't get a good solution. Well, I have an array of bits which by different process I do them oqpsk modulation. Then I plot the I and Q signal separately as you can see in the pic attached. When I plot the graphs, I obtain all the bits at the same time and I woul like to plot first one bit, then the second and so on (in both graphs).
As you can see the time fowards and I would like how the bit changes at the same time. Any ideas, please? I'm desperate.
Sorry my bad english.
05-31-2011 11:56 AM
Just put a couple of charts in a for loop with a wait function. The arrays will be auto-indexed.
For loops and auto-indexing are basic concepts. I would suugest you take the LabVIEW tutorial.
05-31-2011 01:08 PM
Thank you very much! Now runs how I wanted. Sorry but I'm new in Labview.