10-07-2008 04:56 AM
Hi,
I want calculate the frequency of a waveform captured.
But I have Labview base, so I haven't VI signal process.
How calculate the frequency of my waveform ?
Do you have a VI for that ?
Thank in advance.
Seb
10-07-2008
05:18 AM
- last edited on
06-27-2026
05:42 PM
by
Content Cleaner
Hi Seb,
Unfortunately LabVIEW base does not contain the functionality to calculate the frequency, the following knowledge based article details the limitations of LabVIEW base.
http://ae.natinst.com/operations/ae/public.nsf/web/searchinternal/08ea09e507da8246862571ed005c99eb?OpenDocument
Kind Regards
10-07-2008 08:31 AM - edited 10-07-2008 08:34 AM
Seb,
depending on the resolution needed, here is an idea that might work (not tested):
-calc the mean of your signal and subtract the offset (if there is some)
now basically determine the zero crossing, measure the time intervals between positive(negative) slopes and you can calculate the frequency
take more periods to increase resolution
bandpass your signal in the region of interest, analog or digital (a 'slow' basic digital filter can be written in a for loop with shift registers)