Azzera filtri
Azzera filtri

How to find audio samples from MFCC?

2 visualizzazioni (ultimi 30 giorni)
I had calculated MFCC of audio frames. I have to reconctruct audio samples from MFCC.
Please provide guidance.

Risposta accettata

Muskan
Muskan il 19 Mag 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 Commenti
Shilpa Sonawane
Shilpa Sonawane il 19 Mag 2023
Ok ma'am. I will use idct() function. Thank you so much ma'am.
Shilpa Sonawane
Shilpa Sonawane il 19 Mag 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.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Audio I/O and Waveform Generation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by