07-06-2011 03:27 AM
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
07-10-2011 12:46 AM
no response!
07-11-2011 12:03 PM
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.