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!