Can we use MFCC to convert the speech signal to text?

6 ビュー (過去 30 日間)
sufficient grace
sufficient grace 2015 年 3 月 21 日
コメント済み: sufficient grace 2015 年 3 月 26 日
I have derived MFCC from a speech signal..Is there any way to use this coefficients in speech recognition....?If so could you please suggest the way?.Thanks in advance. [It would be a great help if you give you valuable suggestions ASAP]

回答 (1 件)

Christiaan
Christiaan 2015 年 3 月 23 日
Dear Ser/Madame,
A basic approach would be to plot the frequecy spectrum with the function fft of your voice sample and use a mean square error (in MATLAB you could use for example the command 'mean(errors.^2)') to compare this voice sample to multiple saved samples, which are already recorded and saved. Also when you have found your coefficients, you then could compare those to the coefficients of the sample you want to compare with.
For more information how an 'Isolated Word Recognition System in MATLAB' could be developed, can be found on this Mathworks website here.
Good luck! Christiaan
  1 件のコメント
sufficient grace
sufficient grace 2015 年 3 月 26 日
Thank you sir.....for your valuable quick reply..is there any specific method for comparing MFCCs..Thanks in advance.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSpeech Recognition についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by