echo cancellation

6 ビュー (過去 30 日間)
aneesha
aneesha 2011 年 12 月 20 日
echo cancellation using tms320c6713 dsp code using matlab
  2 件のコメント
Walter Roberson
Walter Roberson 2011 年 12 月 20 日
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
Jan
Jan 2011 年 12 月 20 日
@aneesha: What is your question?

サインインしてコメントする。

回答 (1 件)

Daniel Shub
Daniel Shub 2011 年 12 月 20 日
While not as clear as it could be I think the question is: "Will you give me MATLAB code for doing echo cancellation with the tms320c6713?"
There are many answers to this question. The simplest form of echo cancellation given input x and output y is
y = zeros(size(x));
This completely cancels any and all echoes and can be efficiently implemented on a dsp. It works on 1-D (e.g., sound), 2-D (e.g., images), 3-D (e.g., video) and N-D inputs. It does have a drawback of having considerable signal attenuation.

カテゴリ

Help Center および File ExchangeAudio Processing Algorithm Design についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by