Hello Michael,
Check out the DSPLIB routines for vectors:
DSPLIB: http://www.ti.com/tool/sprc100
short maxidx (DATA *x, ushort ng, ushort ng_size) Index for maximum magnitude in a vector
short maxidx34 (DATA *x, ushort nx) Index of the maximum…
Hi,
Have you reviewed the Chapter 2 - FFT Implementation on the TMS320C5535 DSP in the TRM ( SPRUH87 )?
It includes details about input and output data formats ( 2.5.1 Data Types & 2.5.2.2 HWAFFT Parameters ) and calling FFT functions from ROM ( 2…
Tommy,
The website is still missing the DSPLIB download, but it will be fixed very soon.
Until then, use this link to download the sprc100.zip file: http://www.ti.com/lit/zip/sprc100
Best Regards, Mark
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…
The fir2 and fltoq15 functions are part of the C5000 DSPLIB. Please download the DSPLIB package from the url below and link in the DSPLIB to the project.
http://www.ti.com/tool/sprc100
Regards,
Rahul
Yilmaz,
TI's DSPLib has optimized FFT routines, and benchmarks. You could use those without HWAFFT, and then assume a times 4 speedup with it. See:
http://www.ti.com/tool/sprc100
Regards,
Bill
Other Parts Discussed in Thread: SPRC100 , TMS320C5515 Hi all,
1. I would like to do fft and then ifft operations on some real data taken from the C5515 codec used on the ezDSP c5515 USB stick.
So my audio data is 16bit. Ideally I would like the fft…
Check out the C5000 Teaching ROM. It shows wavelets and IIR filters, which should kickstart your development.
http://www.ti.com/general/docs/gencontent.tsp?contentId=76582
http://processors.wiki.ti.com/index.php/Porting_C5000_Teaching_ROM_to_C5535_eZdsp…
Hi Jingrui,
See page 58 of the TMS320C55x DSP Library Programmer's Reference from the DSPLIB download page: http://www.ti.com/tool/sprc100
Hope this helps, Mark