Although formal testing of echo cancelers is a complicated
process, usually quick performance measures are necessary during the process of
developing the echo canceler. The plot_echo() function provides this quick
performance measures. plot_echo() takes as input the adaptive filter coefficient vector
, the echo canceler's subtractor input, and the residual signal,
and returns after rendering the graph window. The variables of plot_echo() are summarized below.
Input arguments:
w : The adaptive filter coefficient vector
x : The echo-contaminated input signal
r : The residual signal
x and r can be either vectors or wave files
|