Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Structural Health Monitoring

Status
Not open for further replies.

jericho69

Electrical
Joined
Mar 6, 2012
Messages
3
Location
GB
Hi Guys,
Basically i'm got some engine sound data in MATLAB form that needs analysis and diagnostics.I was able to source out a couple of methods of plotting the data.This was done via FFT,power spectrogram and a probability density plot.
But here's the problem,i dont know any techniques for extracting features from these analysis results.Because i need to use these features rather than the analysis results (shown in my diagrams) for fault detection and diagnosis.

I'd deeply appreciate it if anyone can push me in the right direction.
 
I'm not quite sure what you mean by features, but in case you write "fft(x)" to get the plot writing "Y = fft(x)" will save the fft of x in Y in the same format as x, usually a vector. Then you can easily compare the results with some of all features for vectors in matlab (element by element, compare highest values and so on).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top