LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Peak Value of a signal

I have a signal which was collected from an experiment. Let us assume that I have converted it into the frequency domain(through FFT for example). Is there any way I can find the frequency which has the highest amplitude/power purely through labview and display it in the form of numeric data?

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

The output of an FFT is an array of counts/occurrences of frequencies.  Simply use the Min/Max function to find the peak number of occurrences.

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 2 of 3
(2,257 Views)

In the future you should give a little more information about the format of the data you are using. Including some code is also usually a good idea.

 

Here are 2 examples of pulling a fundamental frequency from time-series data.

Frequency Calculation.png

Regards,
Dan King

Download All
0 Kudos
Message 3 of 3
(2,251 Views)