Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Xilinx Employee
bwiec
Posts: 1,004
Registered: ‎08-02-2011
0

Re: IFFT of FFT module does not work

Hello Yahya,

 

See the section on Timing for the Radix-4....

 

In the v5.0 datasheet, it says:

 

Input data (XN_RE, XN_IM) corresponding to a certain XN_INDEX should arrive three clock cycles
later than the XN_INDEX it matches (Figure 10). In this way, XN_INDEX can be used to address external
memory or a frame buffer storing the input data. RFD remains High with XN_INDEX during the
loading phase when it is valid to input data.

www.xilinx.com
Regular Contributor
hamze
Posts: 63
Registered: ‎11-09-2010
0

Re: IFFT of FFT module does not work

[ Edited ]

I had also the same problem, I used core version 7.1 with floating-point inputs.

I did every thing possible but ifft core did not worked and worked just like fft.

Finally I used this formula to compute ifft with fft core :

 

ifft(x) = (1/N) * conj(fft(conj(x)))

 

Xilinx Employee
Xilinx Employee
ywu
Posts: 2,861
Registered: ‎11-28-2007
0

Re: IFFT of FFT module does not work

Take a look at the post below to see if it helps:

 

IFFT in System Generator


hamze wrote:

I had also the same problem, I used core version 7.1 with floating-point inputs.

I did every thing possible but ifft core did not worked and worked just like fft.

Finally I used this formula to compute ifft with fft core :

 

ifft(x) = (1/N) * conj(fft(conj(x)))

 




Cheers,
Jim