07-08-2009 03:40 AM
hey,
i would like to do a complex platform. i have a RF signal, i would like to save it in a binary File (like TDMS file) and after that, i would like to regenerate it, but i have a problem with that.
My configuration: Labview 8.5 with modulation toolkits, OS Windows XP, PXI-5660 (Analyser) and PXI-5670 (Generator)
Find two VIs attached, please help me
07-09-2009 07:47 AM
Hello,
You can use the Arbitrary Waveform Generation Mode, in order to generate custom data with your RF signal generator.
You will find an example doing this with a simple file : LabVIEW » Help » Example Finder and look for RFSG Write Signal From File.vi
This will help you do what you want. You will have to retrieve the data from your TDMS file like it is done in the example with binary files.
Have a nice day.
Regards,
07-09-2009 10:46 AM
hey,
first of all, thanks for your last response.
Helping with the example, i have a new problem, because my saved file (TDMS file) was not a multiple of 64 (error: number of samples to write must be an integer of the samples per write increment).