Hello,
I am working on C5535eZdsp board which i have bought recently. I am able to run all the examples.
I was able to run the C-code of LMS algorithm for 10 tap filter. I want to increase the tap length from 10 to 64. In C-code to run the algorithm for 64 tap filter it takes too much time. Is it any way to convert my c-code algorithm in assembly language and increase the tap length from 10 to 64? I am naive in assembly language.
How can i go about it.
Thanks