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…
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…
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…
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…
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 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…
SMART,
Please check out the C5x DSPLIB http://www.ti.com/tool/sprc100 . It has the fft routines/examples that would help.
Here is an app note detailing the DSP lib benchmarks which would also help.
www.ti.com/.../sprac34.pdf
Lali
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…
V Pot,
The C55x DSP might be a good fit for you. There are multiple filtering and DSP functions that are part of C55x DSPLIB which you can peruse.
http://www.ti.com/tool/SPRC100
Here's a quick training module to give you a glimpse on the C55x…