LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to show RMS, amplitude, frequency etc in a waveform graph?

Hi,

 

I just made a simple accelerometer measurement and displayed the result in the "Waveform graph". Now, by navigating on the graph I want to be able to determine the amplitude, the frequency between 2 peaks, max and min and also RMS. This is done very easily in Dasylab by dragging cursors on the graph to limit the area of interest. How can I get this information in Labview quickly and intuitively by navigating on the graph itself?

 

Lucas Jensen

0 Kudos
Message 1 of 5
(3,706 Views)

Is this a Labview or DASYLab question?

 

Smiley Happy

Tom Rizzo
InSyS Corp.
www.insyscorp.com
Your DASYLab integrator
0 Kudos
Message 2 of 5
(3,704 Views)

It is a LabView question.

0 Kudos
Message 3 of 5
(3,699 Views)

You're going to have to write additional code to do this so I'm not sure whether that fits in the category of "quickly and intuitively."

 

Here's how I'd go about it.

 

Basically, you'll need to use cursors to find the area of the graph which you want to extract.

Extract that data and feed it into the built-in functions in LabVIEW for RMS, peak detection, frequency analysis, etc . . .

Populate Indicators or set overlays based on the results of the LabVIEW functions.

 

Set the calculation as a queued process kicked off by an event from the completion of cursor move.

0 Kudos
Message 4 of 5
(3,694 Views)

But how do you easily analyze waveform graphs then?

 

Lucas

0 Kudos
Message 5 of 5
(3,669 Views)