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
Regular Visitor
aarunya
Posts: 6
Registered: ‎04-13-2010

Re: Why the output of my FFT_IFFT model is incorrect?

um hi,

 

i have actually switched updated my xilinx sofware ISE 11 to get Virtex6 support.

in that i have used the FFT v7.0. i have made a few corrections and both FFT ant IFFT have started working

1. i was using the run time configurable transform length.

      -the nfft_we should be high for only one clock cycle during which the transform length Nfft is being configured. if Nfft_we is tied to high, it keeps on trying to configure the block and hence the processing never starts.

      -the input data to the FFT block has to be sent with one clock delay after the dynamic transform length is set.

2. though, the dynamic transform length is being used, the transform length that can be chosen in block parameters from the drop down list has to be set at the maximum that u may be using. the dynamic length can be for setting any size smaller than the transform length in the block parameters only.

 

with these 2 modifications, the FFT started to work.

 

3. for the IFFT, i have noticed that the output of FFT seems to saturate the IFFT and hence was not giving me results. so i did the 1/N scaling after the FFT and havethen passed the data to IFFT. due to this scaling, the IFFT also started working

 

Aarunya

Newbie
akilan
Posts: 1
Registered: ‎04-15-2010
0

Re: Why the output of my FFT_IFFT model is incorrect?

Thanks a lot for the solution

Visitor
king1
Posts: 1
Registered: ‎12-10-2011
0

Re: Why the output of my FFT_IFFT model is incorrect?

[ Edited ]

Hi Aarunya,

Can you please mail me the solution for FFT_IFFT model. I require it urgently. My email id is vikrantmahajan.iitkgp@gmail.com. 

Thanx in advance.

 

 

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

Re: Why the output of my FFT_IFFT model is incorrect?

Check http://forums.xilinx.com/t5/DSP-Tools/FFT-IFFT-famous-problem/m-p/193978#M4856

 


king1 wrote:

Hi Aarunya,

Can you please mail me the solution for FFT_IFFT model. I require it urgently. My email id is vikrantmahajan.iitkgp@gmail.com. 

Thanx in advance.

 

 




Cheers,
Jim