<?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="id10162576">
<name>Results and Conclusions</name>
<metadata>
  <md:version>1.2</md:version>
  <md:created>2006/12/20 17:31:36 US/Central</md:created>
  <md:revised>2006/12/22 09:48:00.165 US/Central</md:revised>
  <md:authorlist>
      <md:author id="jbroadway">
      <md:firstname>John</md:firstname>
      
      <md:surname>Broadway</md:surname>
      <md:email>jtb5020@rice.edu</md:email>
    </md:author>
      <md:author id="yjlee">
      <md:firstname>Yu-Heng</md:firstname>
      <md:othername>Jaret</md:othername>
      <md:surname>Lee</md:surname>
      <md:email>jaret.lee@rice.edu</md:email>
    </md:author>
      <md:author id="dremos">
      <md:firstname>Andre</md:firstname>
      <md:othername>T.</md:othername>
      <md:surname>Mosley</md:surname>
      <md:email>dremos@rice.edu</md:email>
    </md:author>
      <md:author id="ptwang">
      <md:firstname>Po</md:firstname>
      <md:othername>T</md:othername>
      <md:surname>Wang</md:surname>
      <md:email>ptwang@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="jbroadway">
      <md:firstname>John</md:firstname>
      
      <md:surname>Broadway</md:surname>
      <md:email>jtb5020@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="yjlee">
      <md:firstname>Yu-Heng</md:firstname>
      <md:othername>Jaret</md:othername>
      <md:surname>Lee</md:surname>
      <md:email>jaret.lee@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="dremos">
      <md:firstname>Andre</md:firstname>
      <md:othername>T.</md:othername>
      <md:surname>Mosley</md:surname>
      <md:email>dremos@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="ptwang">
      <md:firstname>Po</md:firstname>
      <md:othername>T</md:othername>
      <md:surname>Wang</md:surname>
      <md:email>ptwang@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="richb">
      <md:firstname>Richard</md:firstname>
      <md:othername>G.</md:othername>
      <md:surname>Baraniuk</md:surname>
      <md:email>richb@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="Markpanzee">
      <md:firstname>Mark</md:firstname>
      <md:othername>A.</md:othername>
      <md:surname>Davenport</md:surname>
      <md:email>md@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  

  <md:abstract>This module sums up the results of our audio file recognition system.</md:abstract>
</metadata>
<content>
<para id="id10293954">Using a 46-song database, we found our system
to be quite reliable, even with short clip lengths and low
signal-to-noise ratios. The system was able to detect matches even when the identity of the song clip could not be audibly ascertained. 
Since the system handles distortion well, it should be well suited to receive input clips from a microphone.</para>
<figure id="id10329449">
<media type="image/jpg" src="Graphic1.jpg"/>
</figure>
<para id="id10319854">SNR vs. Confidence Level for Match.
Confidence is the ratio of the calculated matched filter spike to
the ideal spike. Even with the lowest SNR we tested (200% noise),
matching still occurred correctly.</para>
<figure id="id8722945">
<media type="image/jpg" src="Graphic2.jpg"/>
</figure>
<para id="id10285791">Clip Length vs. CPU Time. As clip length
increases, match-seeking time increases linearly. Smaller clips are
faster. 75 seconds minimum time is required to search through the
database. Even with the shortest clip tested (1 second), matching
occurred correctly.</para>
<para id="id9055759">The main drawbacks of our system were in its
computation time. A little over a minute is required to perform the
search and matching operations. With many more songs added to the database, the delay would be considerably longer.</para>
<figure id="id8665654">
<media type="image/jpg" src="Graphic3.jpg"/>
</figure>
<para id="id9720409">Computation Time Breakdown. The FFT algorithms
in the Match Recognition System consume most of the operation
time.</para>
<para id="id10305105">If the database were large enough to use the system in practical applications, the search delay would be far too long.
To improve the operation time of the system,
the Match Recognition System would most likely be optimized.
Possible methods for this optimization include predictive shifting
in the filtering stage and partitioning of the database.</para>
</content>
</document>
