Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How will i show faults in engine using a healthy sound and faulty sound?

1 visualización (últimos 30 días)
Anna Gerald
Anna Gerald el 25 de Jun. de 2018
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
engine=audioread('engine.mp3');
defect=audioread('defect.mp3');
plot(engine(1:10000,1));
hold on
plot(defect(1:10000,1));
  2 comentarios
KSSV
KSSV el 25 de Jun. de 2018
Did you find any significant differences in the plot? May be a FFT of the data also helps.
Anna Gerald
Anna Gerald el 25 de Jun. de 2018
i want to show that the audios are not same. how will i compare both the audio?

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by