<?xml version="1.0" encoding="utf-8"?>
<!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="id12456326">
  <name>Implementation</name>
  <metadata>
  <md:version>1.1</md:version>
  <md:created>2007/12/19 01:33:44.788 US/Central</md:created>
  <md:revised>2007/12/19 16:57:29.301 US/Central</md:revised>
  <md:authorlist>
      <md:author id="nanand">
      <md:firstname>Naren</md:firstname>
      
      <md:surname>Anand</md:surname>
      <md:email>nanand@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="nanand">
      <md:firstname>Naren</md:firstname>
      
      <md:surname>Anand</md:surname>
      <md:email>nanand@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>Implement</md:keyword>
    <md:keyword>Laser</md:keyword>
    <md:keyword>Microphone</md:keyword>
  </md:keywordlist>

  <md:abstract>A descrption of our Laser Microphone implementation.</md:abstract>
</metadata>
  <content>
    <para id="id10958591">The hardware implementation of the Laser Microphone is relatively simple and can be done at a minimal cost. </para>
    <figure id="id11527308"><media type="image/png" src="pic.png">
        <param name="height" value="282"/>
        <param name="width" value="602"/>
      </media>
    </figure>

<section id="one">
  <name>Laser/Photodetector:</name> 



    <para id="id12213300">The laser we used was a simple presentation laser pointer that outputted a red beam at approximately a 650nm wavelength. To receive the signal, we used a low cost photodetector (TSL12s), which is simply a photodiode and a trans-impedance amplifier combined together in a single package. The peak of the photodetector’s spectral response characteristics coincide with the output wavelength of the laser pointer. </para>
    <figure id="id11213864"><media type="image/png" src="graphics2.png">
        <param name="height" value="240"/>
        <param name="width" value="243"/>
      </media>
    </figure>
</section>

<section id="two">
  <name>Detection Unit:</name> 
    <para id="id4796477">The laser capture setup was a cardboard tube with a small hole in one end for a photodetector in order to obstruct as much ambient light as possible. A power supply was used to create the 5 volt supply voltage for the photodetector and a spliced 1/8” phono jack connecter was connected to the outputted signal. </para>

  <figure id="id115234234"><media type="image/png" src="Setup.png">
        <param name="height" value="477"/>
        <param name="width" value="635"/>
      </media>
    </figure>





</section>

    <section id="three">
  <name>DAC:</name> 
    <para id="id10468571">The Digital to Analog converter that we use to digitize the signal for further software processing is the mic-in jack on a laptop. Using this 22.05 kHz DAC, we are able to cheaply and properly sample the 3.6 kHz speech signal while following the Nyquist criterion and thus avoid any aliasing effects. </para>
</section>
  </content>
</document>
