- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: IFFT of FFT module does not work
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-27-2011 07:14 AM
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.
Re: IFFT of FFT module does not work
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-25-2012 11:07 AM - edited 06-25-2012 11:08 AM
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)))
Re: IFFT of FFT module does not work
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-25-2012 04:47 PM
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)))
Jim











