New papers published

This March was quite busy in terms of conferences. We have presented a number of papers at the

You can find the references and download some of the papers/presentations at my homepage.

Posted in Anouncements, Papers | Tagged , , , , | Leave a comment

Matlab like Bash history

In Matlab you can just type the first letters of a used command and press the arrow up key to get it back. In Bash you can do the same, but you have to press page up instead of arrow up.

If you want to have the same behavior in Bash as in Matlab, you can do it this way:

Create ~/.inputrc and add the following lines:

# Matlab like Bash history
"e[B": history-search-forward
"e[A": history-search-backward

# Include system wide settings which are ignored
# by default if one has its own .inputrc
$include /etc/inputrc

Also add the following to your ~/.bashrc:

# Load inputrc
export INPUTRC=~/.inputrc

# Ignore multiple entries of the same command in history
export HISTCONTROL=ignoreboth

Now the Bash history should work like the history in Matlab.

CTRL-C cleans the line, if you have searched for the wrong command.
In addition to that in Bash you can jump to last/next word in the command line by pressing CTRL-arrow left/arrow right.

Posted in MATLAB | Tagged , | Leave a comment

CfP: DAFX 2010

…the full call for papers for the DAFX 2010 is here.

The DAFx conference is a meeting of all enthusiasts of signal processing, live-electronics, audio effects, music related disciplines, etc. who come together annually to discuss, present and publish their scientific and practical findings. To make it perfect, the schedule of the DAFx-10 also includes a social program with music, art, food, our city, and the countryside for its participants.

….

Important dates:

Full-Paper Submission Deadline
March 12th, 2010

Notification of Acceptanc
May 31st, 2010

Final Paper Submission Deadline
June 25th, 2010

Posted in Call for Papers | Leave a comment

Half-wave rectification with Matlab

To simulate the behavior of the auditory nerve, you have to half-wave rectify your input signal.
If you have used an if statement in Matlab to do this, the following code is for you:

outsig = max( insig, 0 );
Posted in MATLAB | Tagged | Leave a comment

CfP: Ambisonics Symposium 2010

The first Ambisonics Symposium in Graz was a full success. Below a summary of the CfP for the next symposium in Paris. You can find the full CfP and more informations at http://ambisonics10.ircam.fr.

2nd Int. Symposium on Ambisonics and Spherical Acoustics
Dates: 2010 May 6-7, Paris, France
ambi10 – Second Call for Participation

Important dates
===============

* Extended abstract (1000 words) submission due: January 8th, 2010
* Papers, Notification of acceptance due: February 19th, 2010
* Camera-ready copy (full paper): March 12, 2010
* Registration opens: March 22, 2010
* Late Registration: April 12, 2010
* Submission of Audio Material for Testing: April 19, 2010
* Symposium Dates: May 6-7, 2010

If you have any questions, please contact ambisonics10@ircam.fr

Posted in Call for Papers | Tagged , | Leave a comment

Comparison of focusing by time-reversal techniques and WFS

Time-reversal acoustic focusing and focused sources reproduced by Wave Field Synthesis (WFS) are closely related in the underlying physical concepts. However, the goal of time-reversal techniques is typically to concentrate acoustic energy at the focus point, whereas WFS aims at creating an acoustic impression. I have created two videos for my talk at the 127th Convention of the Audio Engineering Society in order to show the difference of the approaches.

The first video shows the reproduction of a focused source using a time-reversal technique on a very densely spaced loudspeaker array (illustrated by the black line). The speakers emit a bandlimited Dirac pulse with a bandwidth of 5 kHz.

Note, the video does not start at the time the pulses have been emitted by the loudspeakers.
The second video shows the reproduction of a focused source using Wave Field Synthesis

Note that the target listening zone is below the focus point.

Its clearly oberservable that the time-reversal technique creates two wavefronts that pass a listener, while WFS creates only the desired wave front within the target zone.

Posted in Papers | Tagged , , , | Leave a comment

Panorama of our loudspeaker array

Alexander Lindau from the audio communication group of the TU Berlin has generated this amazing panorama of our circular loudspeaker array at Deutsche Telekom Laboratories:


(drag the mouse to move in the panorama)

The damping material has been added temporaily for measurement of binaural room impulse responses of our array.

Posted in Pictures | Tagged , , | Leave a comment

Welcome

Dear Visitor,

this is the BLOG of the audio group at the Quality and Usability Lab of Deutsche Telekom Laboratories. This BLOG discusses actual research topics and developments in spatial audio and audio signal processing. Please feel free to comment our posts!

Posted in Anouncements | Leave a comment