Contents.m
资源名称:speech.rar [点击查看]
上传用户:ay_070428
上传日期:2014-12-04
资源大小:11427k
文件大小:1k
源码类别:
语音合成与识别
开发平台:
Matlab
- % Machine Learning Toolbox
- % Version 1.0 01-Apr-96
- % Copyright (c) by Zoubin Ghahramani, University of Toronto
- %
- % This directory contains a Matlab implementation of the Baum-Welch learning
- % algorithm for Hidden Markov Models.
- %
- % hmm - Gaussian Observation Hidden Markov Model (HMM)
- % hmm_cl - Calculate Likelihoods for HMM
- % hmmdemo - A demo of the HMM program
- %
- % rsum - row sum of matrix
- % rprod - row product of matrix and vector
- % rdiv - row division of matrix by vector