HMM for isolated words recognition

バージョン 1.2.0.0 (14.3 KB) 作成者: Hoang-Hiep Le
HMM for isolated words data applying EM algorithm
ダウンロード: 1.4K
更新 2017/9/19

ライセンスの表示

In this project we would like to deal with training HMM for isolated words data applying EM algorithm. The testing phase is also considered using Viterbi algorithm. The results showed the performances which obtained by Matlab programming are similar to HTK's ones.
* Update for 2017-09-07
Before running these programs, please first prepare the training and testing data. Excerpts of TIDIGITS database can be obtained from this link:
http://www.ece.ucsb.edu/Faculty/Rabiner/ece259/speech%20recognition%20course.html
with the title of "isolated TI digits training files, 8 kHz sampled, endpointed: (isolated_digits_ti_train_endpt.zip)."
or, you may directly download the .zip file of training database from this link:
- training data: http://www.ece.ucsb.edu/Faculty/Rabiner/ece259/speech%20recognition%20course/databases/isolated_digits_ti_train_endpt.zip
- testing data:
http://www.ece.ucsb.edu/Faculty/Rabiner/ece259/speech%20recognition%20course/databases/isolated_digits_ti_test_endpt.zip
Please decompress all the data sets and locate them into the directory 'wav'.
We have just added some feature extracting functions that would help you to convert '.wav' files to '.mfc' (or '.mfcc') files (feature files)
Now you may run this project with only ONE click on the main function: 'EM_HMM_isolated_digit_main.m'

引用

Hoang-Hiep Le (2024). HMM for isolated words recognition (https://www.mathworks.com/matlabcentral/fileexchange/64234-hmm-for-isolated-words-recognition), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2015b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSpeech Recognition についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

adding functions: slope.m, wav2logpow.m, wav2mfcc.m
edit the description
edit the description

1.1.0.0

- Update database link
- Adding some feature extracting functions
update the title
update the description

1.0.0.0

change title

change the title