Matt,
Additionally, DSPLIB and MATHLIB can be downloaded from the following locations:
http://www.ti.com/tool/sprc265 (C66X-DSPLIB)
http://www.ti.com/tool/mathlib (C66X-MATHLIB)
If you are looking for optimal ways for performing dot product and matrix multiplication on C66x, we would recommend that you look at the DSPLIB implementation of these functions.
you can download and install the DSPLIB from here:
http://www.ti.com…
Jamie,
dsplib is not bundled with CCS but you can download the latest version here:
http://www.ti.com/tool/sprc265
It should be fine with CCSv7 (7.4 is the latest).
Regards,
John
Ray,
Yes, you will find the sorting algorithm in DSP lib : https://www.ti.com/tool/SPRC265
Refer to DSPF_sp_sort_singular_values_cn() in DSPF_sp_svd_cn.c
DSPF_dp_sort_singular_values() in DSPF_dp_svd.c
DSPF_dp_sort_singular_values_cmplx in DSPF_dp_svd_cmplx…
Scott,
you are referring to the incorrect documentation of the library. Please use DSPLIB C674x for C6748 device.
http://www.ti.com/tool/SPRC265
DSPLIB C67x corresponds to previous generation of the DSP (C6700). The User guide(.html) for the C674x…
I include sys/bios installer with my CCS v9.3 in windows.
http://www.ti.com/tool/SPRC265
http://www.ti.com/tool/SPRC264
From the above links i downloaded img and dsp lib files. I am new to this Davinci media processor, kindly provide me the procedure…
Depeng,
Yes, you will find the sorting algorithm in DSP lib : https://www.ti.com/tool/SPRC265
Refer to DSPF_sp_sort_singular_values_cn() in DSPF_sp_svd_cn.c
DSPF_dp_sort_singular_values() in DSPF_dp_svd.c
DSPF_dp_sort_singular_values_cmplx in…
Hi Zafar,
When I looked into the below link,
http://www.ti.com/tool/sprc265?keyMatch=TI DSP Library&tisearch=Search-EN-Everything
It has the list of TI DSP library available and few of the packages seems to support the Linux version as well.
Please…
Part Number: TMS320C6727B Tool/software: Code Composer Studio I am trying to install the DSP Library as described in the document spru657c, which references an install executable with the name of "C67xDSPLIB_v200.exe." I navigated to the C6727 site and…
Hi Don,
DM814x device has C674x DSP, so let we first double check you are using the correct DSP library.
www.ti.com/.../toolssoftware
http://www.ti.com/tool/sprc265 ---> C674X-DSPLIB
Can you try with C674X-DSPLIB instead of C67x DSP Lib…