Hi, Currently I'm working on c66x platform, I'm looking for finding eigenvalues and eigenvectors with the help of DSPLIB. I think DSPLIB didn't have any direct modules. Can anyone suggest the possible way to get those in DSPLIB.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear Customer,
I will look into it and get back soon.
Regards
Shankari G
Aoki,
Yes, Some sample programs are available for processing, eigen. Please have a look and check whether it suffice for you.
Even CCS project files are available.
Location in DSPLIB:
-->Source code : C:\ti\dsplib_c66x_3_4_0_4\packages\ti\dsplib\src\DSPF_sp_svd\c66
--> CCS sample project : C:\ti\dsplib_c66x_3_4_0_4\packages\ti\dsplib\src\DSPF_sp_svd\c66\DSPF_sp_svd_66_LE_ELF
Regards
Shankari G
Yes, it is available.
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.c
DSPF_sp_sort_singular_values_cmplx in DSPF_sp_svd_cmplx.c
-Shankari G