LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to measure the frequency of the data plotted on the waveform chart

i have made a virtual instrument in labview that acquire data (say sine wave) into a spreadsheet file and also on the chart from the function generator. I measured the frequency of the data from the chart but it is coming out to be very less. How can i calculate the frequency of the plotted sine wave and also from the spreadsheet file.
0 Kudos
Message 1 of 5
(3,099 Views)
LabVIEW has a lot of powerfull built-in analyzer functions. I suggest to use them, like the FFT vi's.
Be careful to enter all desired inputs, like the sample-frequency. Else it will take a default value, likely to be not the same as your sample-frequency.
0 Kudos
Message 2 of 5
(3,099 Views)
sir i could not understood your answer.
can you please explain it in more detail?
i want to find out the frequency of the data from the chart manually by measuring the cycle rate or something else.
Is there any method for doing that??
i will be very thankful if you can answer my question.
0 Kudos
Message 3 of 5
(3,099 Views)
If you want to get an idea of the base-frequency of an periodic signal, you can measure the number of samples in between two maxima or in between two minima of the periodic signal.
Multiply the number of samples by the sample-interval (1/Fsample in [sec]) gives you a rough estimate.
FFT, I mentioned is one of the more advanced calculation-methods.
The method calculates the spectrum from a waveform.

Hope this helps,
Patrick
0 Kudos
Message 4 of 5
(3,099 Views)
thank you sir for your interest in my question
suppose i give the sine wave of high frequency say 50K. it means 1 cycle in .00002 second. but the waveform chart allows the precision of only milliseconds how can i manage the things.
thanks again for replying
0 Kudos
Message 5 of 5
(3,099 Views)