03-28-2008 03:57 AM
03-28-2008 09:25 AM
Sure. Signal Processing>Waveform Measurements has the Extract Single Tone and the Timing and Transition Express VI.
You don't mention what other characteristcis you want to get but if you were to turn on the Context Help, you would get a pop-up window and as you moved your mouse over the functions on a palette, see an image of the VI's icon and a brief description. Expetned help is then just a click away.
03-31-2008 06:15 AM
Thank you Dennis.
There is no such path in CVI: Signal Processing>Waveform Measurements.
I am using CVI 8.5 full development kit and DMM 4070.
03-31-2008 09:01 AM
03-31-2008 02:12 PM
Hi cosmin_ro,
As far as I can tell, there is no built in function in CVI to extract the main tone out of a signal (like the Extract Single Tone VI and the Tone Measurements Express VI found in LabVIEW).
One suggestion would be to take the power
spectrum of the signal using the AutoPowerSpectrum function, and then use the PeakDetector function to obtain the main frequency components.
You could polish the result by filtering the data to work
only on a specific frequency band that you are interested in, remove the DC component, or
perform some averaging to get a more accurate measurement.