How to find audio samples from MFCC?

3 visualizaciones (últimos 30 días)
Shilpa Sonawane
Shilpa Sonawane el 12 de Mayo de 2023
Comentada: Shilpa Sonawane el 19 de Mayo de 2023
I had calculated MFCC of audio frames. I have to reconctruct audio samples from MFCC.
Please provide guidance.

Respuesta aceptada

Muskan
Muskan el 19 de Mayo de 2023
Hi Shilpa,
As per my understanding of the question, you can reconstruct audio samples from MFCC in MATLAB using the following steps:
  1. Load the audio file into MATLAB.
  2. Extract the MFCC coefficients from the audio file.
  3. Use the idct() function to convert the MFCC coefficients back to audio samples.
  4. Play the audio samples.
Thanks
  2 comentarios
Shilpa Sonawane
Shilpa Sonawane el 19 de Mayo de 2023
Ok ma'am. I will use idct() function. Thank you so much ma'am.
Shilpa Sonawane
Shilpa Sonawane el 19 de Mayo de 2023
I have used idct function to reconstruct audio samples. when audio signal is played, it is random signal. But i have provided input signal as a mfccs of 'Digit-1'. wrong audio samples are reconstructed.
please provide guidance.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by