DSPRelated.com
Forums

c code for lms adaptive filtering

Started by mohsen5052 August 21, 2007
hi
Anybody knows where to find LMS filter code written in C/C++ ???
I need it to implement it on old ADSP 21061 to finish my diploma and get 
outta school (freedom !!!).
Google don't know what's all about. Please, help !!!

mohsen



Bergen wrote:
> hi > Anybody knows where to find LMS filter code written in C/C++ ??? > I need it to implement it on old ADSP 21061 to finish my diploma and get > outta school (freedom !!!). > Google don't know what's all about. Please, help !!!
Haha! You failed the first try, and now that you have a second chance you are still not wiser. http://groups.google.com/group/comp.dsp/msg/dcbe51bf3b816b26?dmode=source&hl=en Regards, Andor
   ok , fixed point or floating point ? need a double talk detector too ?
sample by sample update is okay ? do you also need a variable step size
algorithm ? Shall I send all of them to you?


Bergen wrote:
>> hi >> Anybody knows where to find LMS filter code written in C/C++ ??? >> I need it to implement it on old ADSP 21061 to finish my diploma and
get
>> outta school (freedom !!!). >> Google don't know what's all about. Please, help !!! > >Haha! You failed the first try, and now that you have a second chance >you are still not wiser. > >http://groups.google.com/group/comp.dsp/msg/dcbe51bf3b816b26?dmode=source&hl=en > > >Regards, >Andor > >

mohsen5052 wrote:

> hi > Anybody knows where to find LMS filter code written in C/C++ ???
for(i=0;i<L;i++) k[i] += Beta*x[i];
> I need it to implement it on old ADSP 21061 to finish my diploma and get > outta school (freedom !!!).
Why didn't you just get your diploma by mail order?
> Google don't know what's all about. Please, help !!!
My dear friend. There are two ways to do things: you either do it yourself or pay somebody else to do it for you. VLV