03-25-2015 09:10 AM
I transmit signal to USRP and recieved it several times i want to store all elements i received in array and take from this array the one transmitted signal ex: transmitted signal [ 1 -1 3 4] recieved signal [1 -1 3 4 1 - 1 3 4 1 -1 3 4] and i want to take from this array [ 1 -1 3 4 ]
03-26-2015 10:39 AM
Once you have a normal data array, you can use the array subset.vi to take any section of the array that you want to. I'm a little confused as to how you are using the build waveforms.vi. You are wiring the old waveform to to the 'Y' input instead of the 'waveform' input, which is what I think you should be doing. To get a normal array (non waveform data type) either change your fetch function to return doubles, or use 'get waveform components' to separate the Y data from the waveform data type.