HANSEN Franck,
A warm welcome!
Your detailed explanation about the project, is very impressive.
To immediately, kick-start your project, this is the main start-up link, which has everything, you needed for C6678 EVM.
https://e2e.ti.com/support…
Other Parts Discussed in Thread: SPRC265 Hello,
I'm trying to download the DSPLIB package for my beagle board.
However, I can't find any hyperlink or button in the designated web page(http://www.ti.com/tool/sprc265).
Can anybody give me a…
There is an optimized adaptive filter function in the C64x+ DSPLIB with the name DSP_firlms2, you can download it from here:
http://www.ti.com/tool/sprc265
Rahul
Hector Rivera,
See the programmer's reference for TMS320C55x DSP Library http://www.ti.com/lit/spru422
And also refer the below wiki page for C6x DSP Library. http://processors.wiki.ti.com/index.php/Software_libraries http://www.ti.com/tool/sprc265…
Harini,
You can find Optimized C implementations of the DSP algorithms you are looking for in the DSPLIB package. DSPLIB can be downloaded from
http://www.ti.com/tool/sprc265
Regards,
Rahul
Hi Rahul,
So that means when we wanna build a program which will run on c67x+ DSP, the dsplib we should use is C67x DSPLIB according to this page
http://www.ti.com/tool/sprc265
Since TI doesn't provide c67x+ DSPLIB directly. Or we can build a c67x…
Hi,
Thanks for your post.
I would rather suggest If your matrix participate in doing some calculation, then you may substitute AT[i,j] === A[j,i], i.e. get elements of transposed matrix without actual transposing. Many linear algebra algorithms like…
Hi,
Thanks for your post.
I would rather suggest If your matrix participate in doing some calculation, then you may substitute A T [i,j] === A[j,i], i.e. get elements of transposed matrix without actual transposing. Many linear algebra algorithms…
Hi Joaquim,
The frequency of the C64x+ DSP is lower then the ARM. When the ARM running at 1 GHz the C64x+ DSP is on 800 MHz. You can use the advantages of the DSP if doing fixed point operations and using the optimized matrix multiply code that comes…