HMM for isolated words recognition

HMM for isolated words data applying EM algorithm

You are now following this Submission

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'

Cite As

Hoang-Hiep Le (2026). HMM for isolated words recognition (https://www.mathworks.com/matlabcentral/fileexchange/64234-hmm-for-isolated-words-recognition), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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