Sign in

username:

password:



Not a member?

Search echocancel



Search tips

Subscribe to echocancel



echocancel by Keywords

AEC | Double Talk | ERLE | G.168 | LEC | NLMS

Sponsor

Evaluate multicore with Texas Instruments:
Low-cost evaluation module & free software development kit available NOW.

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Echo Cancellation | Help for roles in LMS algo

Technical discussions about echo cancellation and adaptive filtering in general.

  

Post a new Thread

Help for roles in LMS algo - hyee...@yahoo.com.cn - Dec 12 14:28:13 2008

I am implementing a LMS adptive filter denoising system. And I got a noisy
signal A, and also a noise signal B.  The B is corrected with noise of noisy
signal A.

y(n) = conj(W)* U(n);
e(n) = d(n) - y(n);
W(n+1) = W(n)+mu*U(n)*conj(e(n)) ;

1. Which signal should act as main input signal U,and which should act as the
desired signal D?  noisy or noise? why?  can I exchange their roles?  Please
tell the principle.

2. Which is the result,the denoised speech signal? e or y? Why?

cheers
hyeewang


______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of echocancel -- send a blank email to echocancel-subscribe@yahoogroups.com )

Re:Help for roles in LMS algo - mossi idrissa moctar - Dec 15 13:03:27 2008

I'm not sure that I understand what you mean.
I think that:
A :should be your input (B+noise).
B : your reference.
e: is your error use for updating your filter.
y : your output.
Maybe you could try a Wiener filter.
Moc
Cordialement
MOSSI IDRISSA Moctar
7 passage de la Bourgade
06410 - Biot
cel: 0033631020920


______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of echocancel -- send a blank email to echocancel-subscribe@yahoogroups.com )