Contents.m
上传用户:ay_070428
上传日期:2014-12-04
资源大小:11427k
文件大小:1k
源码类别:

语音合成与识别

开发平台:

Matlab

  1. % Machine Learning Toolbox
  2. % Version 1.0  01-Apr-96
  3. % Copyright (c) by Zoubin Ghahramani, University of Toronto
  4. %
  5. %   This directory contains a Matlab implementation of the Baum-Welch learning
  6. %   algorithm for Hidden Markov Models.
  7. %
  8. %   hmm         - Gaussian Observation Hidden Markov Model (HMM) 
  9. %   hmm_cl      - Calculate Likelihoods for HMM 
  10. %   hmmdemo     - A demo of the HMM program
  11. %   rsum        - row sum of matrix
  12. %   rprod       - row product of matrix and vector
  13. %   rdiv        - row division of matrix by vector