LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem to read/write and Analyse/Regenerate Signal

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 

Seb_MDI
France
0 Kudos
Message 1 of 3
(2,773 Views)

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,

Message 2 of 3
(2,746 Views)

 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).

 

 

Seb_MDI
France
0 Kudos
Message 3 of 3
(2,741 Views)