LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for function or vi to calculate 1/2 power points of data obtained from peak detection vi

I am analyzing vibration data and need a function or vi that will operate on peak data returned from the LabView Peak detection function and provides 1/2 power points or sideband frequencies. These are needed to compute a "Q" factor. So far I have not been able to find anything.
 
Thanks, Fran
0 Kudos
Message 1 of 3
(2,656 Views)
Hello,
 
It sounds like you may simply need to search an array for values which are 1/2 the array's maximum value, or perhaps use some other algorithm to extract that data.  The idea is that, even if you don't find this functionality already implemented, you should have to tools to readily implement it!  More specifically, you may be interested in the search array function, and the array min max function.
 
Best Regards,
 
JLS
Best,
JLS
Sixclear
0 Kudos
Message 2 of 3
(2,639 Views)
The sound and vibration toolset may help here.  there are several vibration level measurements including peak.  With the advanced FFT functions in the Sound and Vibration tools, the zoom FFT can be used to identify and find sidebands and associated amplitudes. 
here is a link to the manual
here is a link to the toolset
please note the bullets on the above page (about half way down) noting peak detection, etc.
 
Preston Johnson
Solutions Manager, Industrial IoT: Condition Monitoring and Predictive Analytics
cbt
512 431 2371
preston.johnson@cbtechinc
0 Kudos
Message 3 of 3
(2,626 Views)