Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How will i show faults in engine using a healthy sound and faulty sound?
1 回表示 (過去 30 日間)
古いコメントを表示
engine=audioread('engine.mp3');
defect=audioread('defect.mp3');
plot(engine(1:10000,1));
hold on
plot(defect(1:10000,1));
2 件のコメント
KSSV
2018 年 6 月 25 日
Did you find any significant differences in the plot? May be a FFT of the data also helps.
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!