Skip to content

Commit

Permalink
Updated readme with the infoscience link for the paper.
Browse files Browse the repository at this point in the history
  • Loading branch information
fakufaku committed Jan 15, 2015
1 parent 5cf63a6 commit 3786e64
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Acoustic Rake Receiver
======================
Raking the Cocktail Party
=========================

This repository contains all the code to reproduce the results of the paper
[*Raking the Cocktail Party*](http://arxiv.org/abs/1407.5514).
[*Raking the Cocktail Party*](http://infoscience.epfl.ch/record/200336).

We created a simple framework for simulation of room acoustics in object
oriented python and apply it to perform numerical experiments related to
Expand Down Expand Up @@ -75,7 +75,7 @@ figure for clarity.

The corresponding sound samples:

* [A](https://github.com/LCAV/AcousticRakeReceiver/raw/master/samples/singing_8000.wav) Target signal.
* [A](https://github.com/LCAV/AcousticRakeReceiver/raw/master/samples/singing_8000.wav) Desired signal.
* [B](https://github.com/LCAV/AcousticRakeReceiver/raw/master/output_samples/input_mic.wav) Simulated microphone input signal.
* [C](https://github.com/LCAV/AcousticRakeReceiver/raw/master/output_samples/output_maxsinr.wav) Output of conventional Max-SINR beamformer.
* [D](https://github.com/LCAV/AcousticRakeReceiver/raw/master/output_samples/output_rake-maxsinr.wav) Output of proposed Rake-Max-SINR beamformer.
Expand All @@ -96,9 +96,7 @@ Dependencies
------------

* A working distribution of [Python 2.7](https://www.python.org/downloads/).

* The code relies heavily on [Numpy](http://www.numpy.org/), [Scipy](http://www.scipy.org/), and [matplotlib](http://matplotlib.org).

* We use the distribution [anaconda](https://store.continuum.io/cshop/anaconda/) to simplify the setup of the environment.

### PESQ Tool
Expand Down
7 changes: 7 additions & 0 deletions make_all_figures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ ipython figure_Measures2.py

ipython figure_SumNorm.py

# Here one can launch a cluster of ipython
# workers and remove the '-s' option for a larg
# speed gain.
ipython figure_quality_sim.py -- -s 10000

ipython figure_quality_plot.py

0 comments on commit 3786e64

Please sign in to comment.