<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5//EN" "http://cnx.rice.edu/technology/cnxml/schema/dtd/0.5/cnxml_plain.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id5715333">
<name>Speaker Identification MATLAB files</name>
<metadata>
  <md:version>1.3</md:version>
  <md:created>2006/12/19 17:03:28 US/Central</md:created>
  <md:revised>2007/02/16 12:40:56.929 US/Central</md:revised>
  <md:authorlist>
      <md:author id="cpasich">
      <md:firstname>Chris</md:firstname>
      
      <md:surname>Pasich</md:surname>
      <md:email>cpasich@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="cpasich">
      <md:firstname>Chris</md:firstname>
      
      <md:surname>Pasich</md:surname>
      <md:email>cpasich@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  

  <md:abstract>The MATLAB functions used for the project.</md:abstract>
</metadata>
<content>
<section id="id5770805">
<name>MATLAB Files</name>
<para id="id5579198"><link src="main.m">main.m</link> – The wrapper function, calls the
remaining MATLAB functions after taking in the user’s voice and
outputs the identity of the speaker.</para>
<para id="id3984684"><link src="vocalModel.m">vocalModel.m</link> – Creates a model of the vocal
system.</para>
<para id="id4729461"><link src="databaseCreationScript.m">databaseCreationScript.m</link> – Stores the vowel
sounds of the entire group.</para>
<para id="id4729465"><link src="graphFormant.m">graphFormant.m</link> – Plots the frequency response
of the formants on a logarithmic scale.</para>
<para id="id3823069"><link src="fastconv.m">fastconv.m</link> – Calculates the linear convolution
of two input signals.</para>
<para id="id5289698"><link src="zerovect.m">zerovect.m</link> – Removes DC offset and microphone
turn on effect.</para>
<para id="id2892618"><link src="formantaverages.m">formantaverages.m</link> – Stores vowel models and
formant ranges in the database.</para>
<para id="id4300584"><link src="getFormantData.m">getFormantData.m</link> – Gets formant frequencies
and model for one speaker and one vowel.</para>
<para id="id4773124"><link src="newenvdetect.m">newenvdetect.m</link> – Detects the start and end
points of the envelope.</para>
<para id="id4773129"><link src="formantfind.m">formantfind.m</link> – Finds the formant frequencies
and magnitudes for one vocal model.</para>
</section>
</content>
</document>
