Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

how do i measure frequency?

lets say theres this signal in volts. if you plot the signal it forms a sine graph. is there any way to use labview to determine the frequency of the signal? i've tried to use the "measure frequency vi" but my device is connected to a virtual channel, and i dont think that VI supports that...
0 Kudos
Message 1 of 2
(2,483 Views)
Hi Polly,

There are several ways to measure frequency in LabVIEW. You can measure the frequency of a pulse train using DAQ hardware (counters). You can also just take a buffer of data and simply use LabVIEW functions to read the frequency of the buffer. An example function would be Extract Single Tone Information.vi. There are many other functions as well. Hope that helps.

Ron
0 Kudos
Message 2 of 2
(2,483 Views)