Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
How will i show faults in engine using a healthy sound and faulty sound?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
engine=audioread('engine.mp3');
defect=audioread('defect.mp3');
plot(engine(1:10000,1));
hold on
plot(defect(1:10000,1));
2 Commenti
KSSV
il 25 Giu 2018
Did you find any significant differences in the plot? May be a FFT of the data also helps.
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!