-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathREADME
17 lines (15 loc) · 806 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This directory contains a variety of Matlab functions that I've found
to be useful for my work at LabROSA. The portions written by me are
distributed under the terms of the GNU General Public License. See
the file COPYING for details.
Contents:
hmm - functions for evaluating hidden Markov models and Gaussian
mixture models
matlab_htk - functions that interface with the HTK Speech Recognition
Toolkit (http://htk.eng.cam.ac.uk/) for training
HMMs, GMMs and simple speech recognizers
source_sep - implementations of standard algorithms for source
separation
celltools - useful functional programming style functions for cell arrays
plottools - Wrappers around basic plotting functions and code for some
handy new GUI controls.