Hi Jerry,
For OMAP-L138 (C674x):
MATHLIB: MATHLIB Driver or library | TI.com
DSPLIB: SPRC265 Driver or library | TI.com
For C55xx:
DSPLIB: SPRC100 Driver or library | TI.com
TELECOMLIB: TELECOMLIB Driver or library | TI.com
Best regards,
Ming
Deepak,
Download and install " DSPLIB-C55X — C55x DSP Library (DSPLIB) " from https://www.ti.com/tool/SPRC100
You may get it.
--
Alternately, in the pdf below, you will find the benchmark data in page no :26
dokumen.tips_c55x-digital-signal…
Hi,
Support on C5000 is limited, please see: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/818771/faq-support-guidance-for-c5000-digital-signal-processors
This function is available in the C55x Rev 3 DSPLIB, please see: https…
Hi Frank.
Thank you for your comment.
I installed SPRC100-C55_DSPLIB-03.00.00.03-Setup.exe.
And I changed Build Options
Compiler -> Preprocessor -> include Search Path:
C:\CCStudio_v3.3PLA\C5500\dsplib\include
But, The complie error is not changed…
Thank you Michail Georgiev.
Is Image library and DSP library are the same?
When I click on the link it does not show the SPRC101. It shows SPRC100 DSPlib.
pls, help.
Thanks
Hi Kanchan,
The DSPLIB cfft32 function takes real and imaginary data in the fromat x[2*nx] where x is an array of 32-bit, Q31 fixed point numbers (LDATA) in normal-order. See excerpt from http://ti.com/lit/pdf/spru422 below.
I'm trying to view the data…
Hi Senthil,
You can find an example c source code for FIR filters in TMS320C55x Chip Support Libraries (CSL) at:
http://www.ti.com/tool/sprc133
./demos/audio-preprocessing/c5517/sfc31.c
and some description at:
processors.wiki.ti.com/.../C55x_CSL_Audio_Pre…
Hi Minjeong,
c5000 DSPs are suitable for audio processing but I'm not sure in details what processing you will do. As I understand you will connect a microphone to record the sounds and then will make processing. Therefor I recommend you the following…
Aaron,
I think what you need to take a look at is the DSPLIB package from here http://www.ti.com/tool/sprc100
There are a lot of DSP routine examples such as FFT which would be of help. there are also .asm routines provided. Please also see the programmer…