LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Amplitude measurement using "Tone Measurement" when monitoring amplitude of a waveform

Exactly how does Labview make the amplitude measurement using "Tone Measurement" when monitoring amplitude of a waveform?

What is the mathematical operation that Labview uses to make an amplitude measurement when using "Tone Measurement" function?

 

Thank you!

 

OpResp

0 Kudos
Message 1 of 5
(2,470 Views)

Hello,

 

To see what happens within an Express VI, you can right click it and select Open Front Panel. This was you can follow the code within each subvi to see how it works. There is not one simple mathematical equation used in Tone Measurement to calculate the amplitude but rather a whole process of calculations from the components of the waveform coming into the Tone Measurement.Vi. If you open up all the subvi's you will see what I mean.

 

Regards,

Anna K.

National Instruments
0 Kudos
Message 2 of 5
(2,445 Views)

Anna,

Thank you for the information.  I've looked into the Tone Measurements Vi a bit more using the front panel display, but I am still a little confused.  It mentions finding BINs, but I am lost as to what these are, how it is acquiring them, and how it is using them.   Could you provide some help with this?

 

Thank you

OpResp

0 Kudos
Message 3 of 5
(2,438 Views)

Hello,

 

Yes we have a very detailed tutorial on how the method of signal analysis in LabVIEW, please take a look at the following document.

 

The Fundamentals of FFT-Based Signal Analysis and Measurement in LabVIEW and LabWindows/CVI

http://zone.ni.com/devzone/cda/tut/p/id/4278

 

I hope you find it informative!

 

Regards,

 

Anna K.

National Instruments
0 Kudos
Message 4 of 5
(2,423 Views)

Anna

 

Thank you for the document!  It seems like it will answer my question.

 

OpResp

0 Kudos
Message 5 of 5
(2,418 Views)