フィルターのクリア

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 Center および File ExchangeAudio 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