Effacer les filtres
Effacer les filtres

How to find audio samples from MFCC?

2 vues (au cours des 30 derniers jours)
Shilpa Sonawane
Shilpa Sonawane le 12 Mai 2023
Commenté : Shilpa Sonawane le 19 Mai 2023
I had calculated MFCC of audio frames. I have to reconctruct audio samples from MFCC.
Please provide guidance.

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Audio I/O and Waveform Generation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by