Quantcast
Channel: PTC Community : Discussion List - PTC Mathcad
Viewing all articles
Browse latest Browse all 2936

Distribution of peaks in a random (vibration) signal

$
0
0

Hi everyone again!

this time I am struggling in order to find the distribution of peaks in a random signal (actually a vibration).  The theory says that the distribution of peaks (not of the instantaneous amplitudes!) can give interesting informations on the type of signal. And be used for fatigue evaluation. See for example the following excerpt from Harris-Shock and Vibration Handbook.

 

Unbenanant.JPG

   

So if a have a very long file with sampled data (for example 10E3, 10E4 points) with a good enough sampling frequency, I could think to try to determine numerically the following distribution (also from Harris-Shock and Vibration Handbook)

Unbenannt.JPG

Now before I reinvent the wheel I wanted to ask around if someone knows a tool that is already posted in forum and that can make the trick.

Or even something in MATLAB, even if I am aware I am speaking here of the competition .

 

I am not the best programmer but if I have to develop it myself, I think I would write a pseudo-algorithm like:

 

for every time step j take the absolute value of y(j)

if abs(y(j)) > abs(y(j-1)) AND abs(y(j))>abs(j+1)) then

             p=p+1, peak(p)=y(j)

 

at the end the vector peak(p) contains all the peaks and I can make use of the hist/histogram function to plot my results.

The question is if there is some kind of hidden tool that already does this. It should be a relatively common problem of statistic.

I already looked into the Data Analysis Extension Pack but although there are localmax functions, they are not what I am looking for.

 

Thanks in advance for any hint

Best regards

Claudio


Viewing all articles
Browse latest Browse all 2936

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>