05-23-2011 12:51 PM
Hi everyone!!
My question maybe is easy to response but I don't know how to do it... I did a subvi that converts a number into an array of bits (32 bits that represents one symbol). This array of bits go to another subVI that it does the OQPSK modulation. So, by the moment I just onlt transmit one symbol and it's ok because I see them in graphs. The next step for me is try to transmit more than one symbol, one after one. Any idea??
Attached my VI.
05-23-2011 01:04 PM
How are the symbols generated? Will they be generated with a different period than the generation? If so I would make an array of the symbols that you need to convert and then run them through a fore loop when your program will allow. I would make one loop that generates the symbols and on the interpets the symbols.
05-23-2011 01:34 PM
You need to change the symbols controls to a 1D array, and you will put the two subvis in the picture in a for loop. The for loop will run all the symbols in the array.
05-24-2011 08:10 AM
If I put a for loop contaning my 2 subvi, I have problems with the type of elements.......
05-30-2011 01:06 PM
1. Right click on the output terminals of the for loop that look like a hollow squre
2. Select disable auto indexing
05-31-2011 09:32 AM
If I put something like that, the graphs doesn't appear.
06-02-2011 01:29 PM
Enable auto-indexing only on the terminal for your graph.