LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Extract the Freq List, Cycles per Freq and Samples per Cycles of sweep waveform

How to Extract the Freq List, Cycles per Freq and Samples per Cycles of sweep waveform

 

I want to extract the freqency distribution, cycles per freqency, and samples per cylce of swept waveform, in order to output the same of swept waveform with I have acquired by NI DAQ card, tks!

 

owen wan

0 Kudos
Message 1 of 3
(2,703 Views)

no response!

0 Kudos
Message 2 of 3
(2,674 Views)

Look inside the palette called Signal Processing - Waveform measurements.  There are a lot of functions here that you can use to get the information you desire.  For instance, the Extract Tones function will output an array of clusters, with each cluster element giving the frequency, amplitude, and phase of the signal component.  Go through the entire arry to see each frequency component of the complex waveform.

 

Also, in the Waveforms palette there is the Get Waveform Components function that will give you t0, dt, and Y components of the waveform.  1/dt should give you the sample rate.  See attached VI.

- tbob

Inventor of the WORM Global
0 Kudos
Message 3 of 3
(2,656 Views)