<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/cnxml/0.5/DTD/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:bib="http://bibtexml.sf.net/" id="None">
  <name>Hardware Implementation for Audio Localization</name>
  <metadata>
  <md:version>1.2</md:version>
  <md:created>2004/12/15 10:05:48 US/Central</md:created>
  <md:revised>2004/12/15 15:33:53.334 US/Central</md:revised>
  <md:authorlist>
      <md:author id="lizzardg">
      <md:firstname>Elizabeth</md:firstname>
      
      <md:surname>Gregory</md:surname>
      <md:email>lizzardg@rice.edu</md:email>
    </md:author>
      <md:author id="joecole">
      <md:firstname>Joseph</md:firstname>
      
      <md:surname>Cole</md:surname>
      <md:email>joecole@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="lizzardg">
      <md:firstname>Elizabeth</md:firstname>
      
      <md:surname>Gregory</md:surname>
      <md:email>lizzardg@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="joecole">
      <md:firstname>Joseph</md:firstname>
      
      <md:surname>Cole</md:surname>
      <md:email>joecole@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>beamforming</md:keyword>
    <md:keyword>hardware</md:keyword>
    <md:keyword>microphone</md:keyword>
    <md:keyword>TMS320C6211</md:keyword>
  </md:keywordlist>

  <md:abstract>In this section, we will go over the hardware implementation, including the TI TMS320C6211 DSK Board features and the microphone array.</md:abstract>
</metadata>

  <content>
    <section id="s1">
      <name>TI TMS320C6211 DSK Board</name>
      <para id="s1p1">
	You can find a description of the board on the <link src="http://www.ti.com">TI website</link>.
      </para>
      <para id="s1p2">
	To receive the signals, we decided to use the McBSP1 receive
	interrupt so we could read the values from our two 16 bit
	channels simultaneously.
      </para>
    </section>
    <section id="s2">
      <name>Microphone Array</name>
      <figure id="s2f1">
	<name>The Microphones and the Circuit</name>
	<media type="image/jpg" src="figure13.JPG"/>
      </figure>
      <para id="s2p1">
	As shown in <cnxn target="s2f1"/>, we used two electret
	microphones spaced 10 cm apart.  Each microphone was amplified
	with identical non-inverting op-amp circuits (<link src="http://www.njr.co.jp/pdf/de/de05001.pdf">LM386</link>),
	as shown in <cnxn target="s2f2"/>.  This circuit includes a
	low-voltage audio power amplifier and internal feedback with
	fixed gain.
      </para>
      <figure id="s2f2">
	<name>The Microphone Amplifier Circuit</name>
	<media type="image/jpg" src="figure14.jpg"/>
      </figure>
    </section>
  </content>
  
</document>
