Code covered by the BSD License  

Highlights from
Echo Canceller Workbook targeting a dsPIC

image thumbnail
from Echo Canceller Workbook targeting a dsPIC by Kerry Schutz
This set of models and word documents show an echo canceller development workflow.

plot_logged_data.m
%   Copyright 2008 The MathWorks, Inc.
rin = logsout.EC_fix.rin_linear.Data(:,1:end);
sin = logsout.EC_fix.sin_linear.Data(:,1:end);
sout = logsout.EC_fix.sout_linear.Data(:,1:end);
figure;plot(sout);grid

Contact us at files@mathworks.com