Info

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

Error in audio uploading time.

1 visualización (últimos 30 días)
Sumair Hassan
Sumair Hassan el 19 de Ag. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hi,
I am uploading an audio signal of 3 seconds in matlab, but after uploading it is showing 0.5 seconds audio and the signal is totally change. How can I change the time, so that I can listen full audio of 3 seconds and implement other operation on my 3 seconds audio. Please guide me.
Thanks in advance.
Capture.PNG
  9 comentarios
Sumair Hassan
Sumair Hassan el 22 de Ag. de 2019
Hi Wave file is not uploading here.
Can you please tell me which one is the correct command for taking sum of 10 imfs and residual? I am comfused in this.
s= plus(sum(imf(5:10)),residual);
or
s= plus(sum(imf(5,10)),residual);
or
s= plus(sum(imf(5,10,:)),residual);
Walter Roberson
Walter Roberson el 22 de Ag. de 2019
Zip the audio file. Upload the zip file.
I do not know what an imfs is in this context?
Some of what you wrote suggests that you might have 6 elements, not 10. Elements 5, 6, 7, 8, 9, 10 is a total of 6 elements.

Respuestas (1)

Walter Roberson
Walter Roberson el 19 de Ag. de 2019
You need to tell audiowriter that the sample rate, FS, is 8000.
  1 comentario
Sumair Hassan
Sumair Hassan el 19 de Ag. de 2019
How to change it? can you share the command fot it?
Thanks.

Community Treasure Hunt

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

Start Hunting!

Translated by