<?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="id8104735">
  <name>Blind Source Separation Via ICA: Audio Demonstration</name>
  <metadata>
  <md:version>1.1</md:version>
  <md:created>2007/12/19 04:56:18.528 US/Central</md:created>
  <md:revised>2007/12/19 20:48:13.324 US/Central</md:revised>
  <md:authorlist>
      <md:author id="jsteinbauer">
      <md:firstname>John</md:firstname>
      <md:othername>Joseph</md:othername>
      <md:surname>Steinbauer</md:surname>
      <md:email>john.j.steinbauer@rice.edu</md:email>
    </md:author>
      <md:author id="adayal">
      <md:firstname>Akshay</md:firstname>
      
      <md:surname>Dayal</md:surname>
      <md:email>adayal@rice.edu</md:email>
    </md:author>
      <md:author id="eastaway">
      <md:firstname>Mark</md:firstname>
      
      <md:surname>Eastaway</md:surname>
      <md:email>eastaway@rice.edu</md:email>
    </md:author>
      <md:author id="aqian">
      <md:firstname>Angela</md:firstname>
      
      <md:surname>Qian</md:surname>
      <md:email>qangela@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="jsteinbauer">
      <md:firstname>John</md:firstname>
      <md:othername>Joseph</md:othername>
      <md:surname>Steinbauer</md:surname>
      <md:email>john.j.steinbauer@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="adayal">
      <md:firstname>Akshay</md:firstname>
      
      <md:surname>Dayal</md:surname>
      <md:email>adayal@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="eastaway">
      <md:firstname>Mark</md:firstname>
      
      <md:surname>Eastaway</md:surname>
      <md:email>eastaway@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="aqian">
      <md:firstname>Angela</md:firstname>
      
      <md:surname>Qian</md:surname>
      <md:email>qangela@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="mdavenport">
      <md:firstname>Mark</md:firstname>
      
      <md:surname>Davenport</md:surname>
      <md:email>md@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>Blind Source Separation</md:keyword>
    <md:keyword>BSS</md:keyword>
    <md:keyword>ICA</md:keyword>
    <md:keyword>Independent Component Analysis</md:keyword>
  </md:keywordlist>

  <md:abstract>This module contains example audio files of mixed and recovered signals.</md:abstract>
</metadata>
  <content>
    <section id="id-89703552754">
      <name>Audio Demonstration</name>
      <para id="id3482944">The following signals are examples of audio files that we ran through our code. The two signals are linearly mixed, then run through <emphasis>Matlab</emphasis> code to recover the original signals.</para>
      <section id="id-403266879169">
        <name>Demonstration 1</name>
        <para id="id2948592">This is an example of ICA being used to separate out individual voices from two people simultaneously talking. The first two are the linearly combined signals; the last two are the results of the ICA code.</para>
        <para id="id3882383"><media type="audio/x-wav" src="Mixed Signal 1A.wav"/>

        </para>
        <para id="id3311023"><media type="audio/x-wav" src="Mixed Signal 1B.wav"/>
        </para>
        <para id="id3929110"><media type="audio/x-wav" src="Recovered Signal 1A.wav"/>
        </para>
        <para id="id7530429"><media type="audio/x-wav" src="Recovered Signal 1B.wav"/>
        </para>
        <para id="id3346307"/>
      </section>
      <section id="id-312376887552">
        <name>Demonstration 2</name>
        <para id="id3143404">This is an example of ICA being used to separate out individual songs that are playing at the same time. The first two are the linearly combined signals; the last two are the results of the ICA code.</para>
        <para id="id6638086"><media type="audio/x-wav" src="Mixed Signal 2A.wav"/>
        </para>
        <para id="id3439619"><media type="audio/x-wav" src="Mixed Signal 2B.wav"/>
        </para>
        <para id="id4576882"><media type="audio/x-wav" src="Recovered Signal 2A.wav"/>
        </para>
        <para id="id4513227"><media type="audio/x-wav" src="Recovered Signal 2B.wav"/>
        </para>
        <para id="id4379609">
          <code/>
        </para>
      </section>
    </section>
  </content>
</document>
