FFT computation

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

 i want to carry out FFT using PSoC5

   

i would like to know what is  the computtation speed of FFt by PSoC5

0 Likes
5 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

I would at first sight say: That depends on your algorithms you use, the program, the speed of fetching the values, the width of the ADC-values, the number of points and.... and... and..

   

I am afraid I'm not able to draw a number right out of my hat and give you an exact reply with so few information.

   

When you have more precise specs for your project or when you can deliver some more data there is a chance to calculate a bit.

   

Bob .

0 Likes
lock attach
Attachments are accessible only for community members.
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

This is crude, but attached is a PSOC 1 FFT implementation.

   

 

   

You could get a crude answer by scaling MIPS in PSOC 1 with PSOC 5, project

   

thruput. Or examine multiply/add times and scale that way. All of which is crude.

   

 

   

There are a number of algorithims, and many texts on this subject, all with different

   

results. Even type of input signal can influence design.

   

 

   

So to Bob's point the questions begs the algorithim you want to use, and of

   

course the math precision, signal type, etc...

   

 

   

Regards, Dana.

0 Likes
Anonymous
Not applicable

 i would like to carr y 128 point  FFT.

   

The pdf attached just tallks about FFT.But FFT computation in Firmware is a complex process.

   

we need to take care of complex operations.

   

So an optimised code is one which can not only compute  FFT but also memory management is essential. Do you have any documents related to this???

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

I believe something akin to this is being worked on by Kendall,

   

contact him at Kendall Castor-Perry [kvcp@cypress.com].

   

 

   

Regards, Dana.

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

There is the newly released assembler for the DFB in PSOC 3/5 -

   

 

   

http://www.cypress.com/?rID=60720

   

 

   

Regards, Dana.

0 Likes