Hi Gopal,
Download the DSP Library " C66X-DSPLIB : C66x DSP Library" from here:
http://www.ti.com/tool/sprc265
In the zip/setup file, you'll find the libraries and the documentation on how to use them.
Regards,
Gautam
Hi,
Thanks for your post.
If you check the DSPF_sp_biquad API and to use this in your C674x project, the pointer to a input array x which is mandatory to declare to its float data type as the API prototype is well defined and the documentation for…
Hi,
Thanks for your post.
For Big Endian:
TMS320C64x+ DSP Big-Endian Library Programmer's Reference documentation at:
http://www.ti.com/lit/spruec5
SPRC263 is the latest version of the C64x+ BEDSPLIB and you could download at:
http://focus…
Hi Joey,
From what I can find, FastRTS is used for older than DM814x devices. FastRTS is used for DM64x and C62x/C64x. While DM814x has C674x DSP core.
You can try using MATHLIB and/or DSPLIB instead of FastRTS.
http://www.ti.com/tool/MATHLIB…
Other Parts Discussed in Thread: SPRC265 Hello Everyone,
We are using C6472 for implementing one of our acoustic application.
Now i have downloaded DSP library( sprc265 ) for c6472 dsp and installed.
Iam trying to run the fft example code given…
Hi,
Thanks for your post.
Yes, it is possible c64x+ dsplib with c6747 chip.
In general, sprc900, sprc265 and sprc121 are all DSP libraries which are optimized for specific DSP architecture.
• sprc900 is floating point DSP software libraries that…
Part Number: IWR1642BOOST Tool/software: Linux Hello,
I am new to CCS and mmWave studio. So please forgive me if I am asking something stupid.
I am trying to build the traffic monitoring_16xx_dss project using CCS (Version: 8.0.0.00016). But the…
Hi,
Thanks for your post.
DSP library routines related to FIR/IIR filters meant for audio processing can only be executed in DSP and in general, all audio pre-processing and post-processing algorithms can only be executed in DSP core.
Even we suggest…
Hi Anthony,
Thanks for your post.
Please refer the C64x+ DSPLIB Benchmarks for your reference and check the test results as below:
http://software-dl.ti.com/sdoemb/sdoemb_public_sw/dsplib/latest//exports/DSPLib_c64xTest_Report.html
Have you seen…