LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

waveform calcul frequency

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

 

0 Kudos
Message 1 of 3
(2,840 Views)

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?O...

 

Kind Regards

Ben L
Field Engineer
National Instruments
0 Kudos
Message 2 of 3
(2,834 Views)

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) 

 

Message Edited by Henrik Volkers on 10-07-2008 03:34 PM
Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


0 Kudos
Message 3 of 3
(2,813 Views)