Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

FFT implemented of SAR imag using FPGA

Status
Not open for further replies.

yongqin2005

Junior Member level 3
Joined
Feb 22, 2006
Messages
28
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,283
Activity points
1,500
Now i want to implement 4096 pixel FFT with FPGA , how to do it?
help me, please
3Q
 

Re: FFT implemented using FPGA

See the book CMOS VLSI Design: A Circuits and Systems Perspective (3rd Edition)
has some info on FFT on FPGA for 128 points. May you get some hints from this book!
 

Re: FFT implemented using FPGA

yongqin2005 said:
Now i want to implement 4096 pixel FFT with FPGA , how to do it?
help me, please
3Q

Hi yongqin2005,

The best source about how to implement FFT in the FPGA is comp.arch.fpga newsgroup. You will not find source code for FFT over there but lots of good advices about implementation.

You could try also the "Digital Signal Processing with Field Programmable Gate Arrays" book by Uwe Meyer-Baese ( published by Springer, second edition). It has a chapter about Fourier Transforms.

Also you can go to www.opencores.org and see how their FFT works.

good luck,
mhmhmh
 

Re: FFT implemented using FPGA

To realize the varying float-point FFT, such as 1k to 1M float points.
help me , please. 3k u
 

Re: FFT implemented using FPGA

To add some reference.

Please see this paper: http://www.andraka.com/files/HPEC2006.pdf
You can find there a really good description of the FFT in the FPGA. After reading it you should get some general knowledge about FFT algorithms which are best suited for FPGA realization.

Good luck.
 

Re: FFT implemented using FPGA

To realize the varying float-point/block float FFT, such as 1k to 1M float points.
help me , please. 3Q
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top