transformation length problem of FFT in VHDL

Status
Not open for further replies.

habbas33

Newbie level 5
Joined
Oct 19, 2008
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,346
Hi. I am using xilinx FFT IP cores for FFT transformation but the problem is that FFT IP core takes fixed transformations length of 64,128,256,512,...

is it possible to transform length of 50 , 100 , 126 etc. ie other than the available transform length of the iP core
 

For FFT, the length must be a power of 2.
For other lengths, you must look at a more general implementation of the DFT. One example is the Chirp-Z transform.
I don't know if such IP-blocks are available.

Another solution could be to do a resampling of the input signal (change the sample rate) and then use a normal FFT block.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…