How to do a FFT ? Comment faire une FFT ?
CASTalk.com Forum Index CASTalk.com
Discussion of DSP, FPGA, storage and embedded system.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web castalk.com
How to do a FFT ? Comment faire une FFT ?

 
Post new topic   Reply to topic    CASTalk.com Forum Index -> DSP
Author Message
Guest






Posted: Thu Dec 22, 2005 5:16 pm    Post subject: How to do a FFT ? Comment faire une FFT ? Reply with quote

Hello ,



I am a new user of the TMS320C6711 DSP and i would like to know how i
must do to make an fft with this device.

Actually I acquire six tensions with an analog to digital converter and
i would like to analyse the frequencies of these tension.

Thank you per advance for your help

regards

Vincent.W


The devices that i employed :

- OSR 116 acquissition board :
http://www.traquair.com/products/microline/ors116.html
- 6711 board : http://www.traquair.com/products/microline/c6x11cpu.html
Back to top
Guest






Posted: Sat Dec 24, 2005 5:16 pm    Post subject: Re: How to do a FFT ? Comment faire une FFT ? Reply with quote

I used sp_fftSPxSP.

DSPF_sp_fftSpxSP(FFTLEN,&in[0],&w[0],scratch,brev,2,0,FFTLEN);

This is a mixed radix, cache optimized routine specially made for c67x.
You can find good docs on the internet.
http://focus.ti.com/docs/apps/catalog/resources/appnoteabstract.jhtml?abstractName=spru657b

The sp means single precision. The w and brev arguments will need to
be calculated ahead of time. There is a tool for calculating w. You
have to be very careful when using TI's optimized routines. There are
many special requirements - like padding arrays and an even number of
elements. I suggest you try an example in the emulator to verify it
works.

http://www.signalsguru.net
Back to top
John Herman
Guest





Posted: Sun Dec 25, 2005 12:15 am    Post subject: Re: How to do a FFT ? Comment faire une FFT ? Reply with quote

In article <1135443159.969136.207050@z14g2000cwz.googlegroups.com>, goldfita@signalsguru.net wrote:
Quote:
I used sp_fftSPxSP.

DSPF_sp_fftSpxSP(FFTLEN,&in[0],&w[0],scratch,brev,2,0,FFTLEN);

This is a mixed radix, cache optimized routine specially made for c67x.
You can find good docs on the internet.
http://focus.ti.com/docs/apps/catalog/resources/appnoteabstract.jhtml?abstractN
ame=spru657b

This worked better for me.

http://focus-webapps.ti.com/general/docs/sitesearch/searchsite.
tsp?selectedTopic=1653260327&searchTerm=sp_fftSPxSP&Input=New+Search
Back to top
 
Post new topic   Reply to topic    CASTalk.com Forum Index -> DSP All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




VoIP Electronics Powered by phpBB