Hi,
Good Day. I have a customer who is need some optimized sorting algorithm for DSP, does TI have any library or module for sorting. He is working with TMS320C6678. Please advise. Thank you very much.
Best Regards,
Ray Vincent
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.
Hi,
Good Day. I have a customer who is need some optimized sorting algorithm for DSP, does TI have any library or module for sorting. He is working with TMS320C6678. Please advise. Thank you very much.
Best Regards,
Ray Vincent
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.c
DSPF_sp_sort_singular_values_cmplx in DSPF_sp_svd_cmplx.c
-Shankari G