how do I can understand FFT speed

Status
Not open for further replies.

aminshafie

Newbie level 6
Joined
Apr 23, 2012
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,291
Activity points
1,347
hello friends.
I have a question:how do I can calculate how time does a 1000 point FFT take?thanks.;-)
 

The calculation time is greatly depend on signal processing unit I think.
The 1000-point FFT is not the most optimal decision I think. It would be better to make a data vector a little bit longer - to the next power of 2, i.e. 1024.
For power of 2 values FFT complexity is minimal.
Instead of calculation time it wold be better to operate such a value as number of operations.
And at last you are free to use google to find out what are these operations and how many of them it takes.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…