About echo_diagnostic.m
Kaiyu Jiang <[email protected]> Sat, 10 Mar 2012 13:22:54 +0800
| Newsgroups | gmane.comp.audio.compression.speex.devel |
|---|---|
| Message-ID | <CAACxaY_2iQyK=S695BJrU3ScBze3B+6FeJOS1M0fTqDTb6N=YQ@mail.gmail.com> |
Hi,
I want to ask what's the intention and expected input of this matlab
script echo_diagnostic.m in \libspeex
It seems to be calculating the wiener filter directly from a long block of
data, meanwhile calculating the delay change between the first and second
half of the data.
My question is
1. Is the data required to be clean echo, no double-talk?
2. What is the proper length of the data?
3. rec = [rec; zeros(1024,1)];
play = [play; zeros(1024,1)];
What is the purpose to add 1024 zeros?
Thanks in advance.
Kaiyu Jiang
_______________________________________________
Speex-dev mailing list
[email protected]
http://lists.xiph.org/mailman/listinfo/speex-dev