LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Period measurement

Hello,

I have a little issue with LabVIEW. I explain : I have a signal which is the sum of 2 sinusoidal signals. The goal is to capture the period of the resulting signal , characteristic of beat phenomenon.

 

But this signal is composed of a shortest signal and when I tried to measurated it the vi send to me the period of this little signal and not the period of the beat frequency.

 

I wonder if there is a mean to measure the period of the largest signal ?

 

Thanks for your help

0 Kudos
Message 1 of 4
(2,291 Views)

Just thinking out loud, but wouldn't a simple FFT give you each of the components and amplitudes?



Bruce K

Not as smart as many other peepz on here....
0 Kudos
Message 2 of 4
(2,248 Views)

Hi,

 

What signal do you want to analyse on your bmp file.

If you want to get the envelope of the signal, you can use the Hilbert transform

http://zone.ni.com/reference/en-XX/help/371361H-01/lvanlsconcepts/hilbert_transform_analytic/

https://forums.ni.com/t5/LabVIEW/Envelope-detection-using-hilbert-transform-labview/m-p/2780708#M817...

Paolo_P
Certified TestStand Architect
Certified LabVIEW Architect
National Instruments France

0 Kudos
Message 3 of 4
(2,233 Views)

A simpler alternative to the Hilbert-based envelop detection and following up on Bruce K' FFT suggestion, you could use the Extract Multiple Tones VI in the Waveform Analysis palette to find your two beating frequencies. The beat frequency itself is then the difference between the two found frequency values.

0 Kudos
Message 4 of 4
(2,207 Views)