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.

Best FFT / IFFT implementation for FPGA/ASIC ???????

Status
Not open for further replies.

Zerox100

Full Member level 6
Joined
Mar 1, 2003
Messages
328
Helped
21
Reputation
42
Reaction score
10
Trophy points
1,298
Activity points
2,604
Best FFT implementation for FPGA/ASIC ???????

Dear All,
I have a problem with FFT. It needs a lot of gates to implements. Is there any optimized algorithm to implement FFT in FPGA/ ASIC ?
 
Last edited:

I read about FFT . there are several ways. Pipeline, Radix, Cordic ... But i want a good comparison between them.
 

I don't know what type of FFT you need to have, but for streaming FFT, take a look at Radix-2^2 FFT. It was easier to implement than radix-4 FFT, but had the same performance as radix-4.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top