next up previous contents
Next: Types of Adaptive Algorithms Up: Acoustic Echo Cancellation Previous: Acoustic Echo Cancellation   Contents

The Problem and Standard Solution

In the situation below, the microphone detects a signal from the talker and the loudspeaker (plus noise). As a result, the talker in the far room will hear himself speaking with a slight delay. One simple solution to the problem is to suppress the signal received at the microphone in the near room when there is speech coming from the near loud speaker. But this clearly will not work when both rooms have an active talker.
\includegraphics[totalheight=0.4\textheight,totalwidth=.4\textwidth]{texfigs/aec.ps}

Another solution is to model the acoustic echo path of the near room. Since we know the reference signal, the input to the microphone can be corrected by processing the reference signal with our model of the room echo response and subtracting it from the received signal. Unfortunately there is no way to know the room echo response ahead of time, and worse yet, the room response can change at any time.

The typical solution is to use an adaptive filter. An adaptive filter uses the statistics of the reference signal and the error in the filter output to estimate a new filter. The new filter is recomputed after every new sample of data (that's about 8000 times a second for telephone quality speech). Because the filter is updated many times a second, we always have an estimate of the room response, even when it's changing.

Here is a simulation of what echo sounds like.
Far room talkers.
Near room talker.
Signal received at the microphone.
Corrected signal using an adaptive filter.


next up previous contents
Next: Types of Adaptive Algorithms Up: Acoustic Echo Cancellation Previous: Acoustic Echo Cancellation   Contents
Todd A Goldfinger 2004-11-22