필터 지우기
필터 지우기

How to find audio samples from MFCC?

조회 수: 2 (최근 30일)
Shilpa Sonawane
Shilpa Sonawane 2023년 5월 12일
댓글: Shilpa Sonawane 2023년 5월 19일
I had calculated MFCC of audio frames. I have to reconctruct audio samples from MFCC.
Please provide guidance.

채택된 답변

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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by