Clear Filters
Clear Filters

How to find audio samples from MFCC?

2 views (last 30 days)
I had calculated MFCC of audio frames. I have to reconctruct audio samples from MFCC.
Please provide guidance.

Accepted Answer

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

Sign in to comment.

More Answers (0)

Categories

Find more on Audio I/O and Waveform Generation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!