<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>the blog of david dean &#187; htk</title>
	<atom:link href="http://www.davidbdean.com/category/htk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidbdean.com</link>
	<description>currently not blogging much at all</description>
	<lastBuildDate>Sat, 21 Jun 2008 15:30:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Code: Create Prototype HTK HMM</title>
		<link>http://www.davidbdean.com/2006/11/16/code-create-prototype-htk-hmm/</link>
		<comments>http://www.davidbdean.com/2006/11/16/code-create-prototype-htk-hmm/#comments</comments>
		<pubDate>Thu, 16 Nov 2006 02:09:25 +0000</pubDate>
		<dc:creator>David Dean</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[htk]]></category>
		<category><![CDATA[speech]]></category>

		<guid isPermaLink="false">http://www.davidbdean.com/2006/11/16/code-create-prototype-htk-hmm/</guid>
		<description><![CDATA[One of the things that can be annoying about using HTK is creating the prototype HMM files. I think the first thing any researcher probably does is write a quick little program to generate a prototype from a number of parameters. So here&#8217;s my version to save you &#8212; the person who found this page [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things that can be annoying about using <a href="http://htk.eng.cam.ac.uk/">HTK</a> is creating the prototype HMM files. I think the first thing any researcher probably does is write a quick little program to generate a prototype from a number of parameters. So here&#8217;s my version to save you &#8212; the person who found this page on google &#8212; the trouble.</p>
<pre>
MakeHMMPrototype, written by David Dean, 2004

Generates a forward only, diagonal covariance HMM prototype

usage:
   MakeHMMPrototype name parameterkind vectorsize numberstates mixturesperstate \
                [ streamcount vecsize1 ... vecsizeN ]

   name             : name of hmm (eg. prototype)
   parameterkind    : parameter kind (eg. MFCC_0_D_A)
   vectorsize       : size of feature vector
   numberstates     : total number of states
   mixturesperstate : number of mixtures per state
   streamcount ...  : multiple-stream support
                      (vecsize1 + ... + vecsizeN = vectorsize)
</pre>
<p>You can download the c code to compile to your favorite platform <a href="http://www.davidbdean.com/wp-content/uploads/makehmmprototype.c">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidbdean.com/2006/11/16/code-create-prototype-htk-hmm/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
