LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

location indicator in peak detector

Solved!
Go to solution
I went through the help context for Peak detector. I dint understand the significance of locations indicator. Can anybody give detailed information on how to find out locations of any input signal.?
Regards,
KM
0 Kudos
Message 1 of 5
(2,699 Views)
Solution
Accepted by topic author KevinKM

Here si my proposal:

 

find out locations of any input signal.png

 

If you have other Signal type, describe it or post it.

 

 

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

After reading the context help, did you click on the Detailed Help link and read the complete help file? It has a good explanation of the Locations output.

 

What do you mean by "how to find out locations of any input signal.?" Are you trying to locate a particular pattern in your data - one which may not be a peak? Please post an example of the data you are trying to analyze and what the results should be for that data.

 

Lynn

0 Kudos
Message 3 of 5
(2,633 Views)
Dear John,
Thanks for your reply,
I am using a simulated sine waveform as my input, i am able to find the locations (value is 2.5) of this waveform using the peak detector. I am jus curious to know what this signifies and can this data be used for any feature extraction? Since i am working on Diagnosis of Few machine components.
Regards,
KM
0 Kudos
Message 4 of 5
(2,622 Views)

Kamasani,

 

The peak detector does just that - it detects peaks. A peak is defined as a place in the data set where the signal rises to a (local) maximum and then falls again. The width parameter specifies the minimum number of samples in a peak.  It is slightly more complicated than that simple definition because it fits a polynomial to groups of data points containing ~width samples. So noise which can cause the signal to jump around is smoothed by the fitting process. The "location" of the peak is calculated from the coefficients of the polynomial and may not exactly match the array index of the input data.

 

The peak detector can be used to find peaks which meet this definition. To find other kinds of features you will need to use other functions.

 

Lynn

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