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.

use of cordic rotation method to implement FFT in VHDL

Status
Not open for further replies.

sougata_vlsi13

Member level 4
Joined
Apr 19, 2013
Messages
77
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
India
Activity points
1,980
Hi,I have implemented radix2/4 & split radix FFT algorithm without using cordic.They are running fine...o/p is coming but the problem is that the code is non synthesizable.To make that code synthesizable i have to implement cordic and need to interface it with the FFT code.I read few documents about cordic and able to undersatnd its part...among all the functions i need the rotation part to be implemented.since its a shift and add operation so may be that floating point and complex functions get elliminated.Now my question is that how to interface that cordic part with my older FFT code or else i have to rewrite a new FFT code.and one more thing i want to know how that shift and add operation of cordic get rid of complex arithmetic and floating point issue in VHDL.please help me in this regard
 

Hi,I have started with the FFT implementation using cordic in xilinx FPGA.After referring quite a good number of pdf's and thesis report i got a view about the designing but the main context i need a proper block diagram along with the i/p and o/p signals.Please if anyone has a proper block diagram of FFT implementation using Cordic help me with that...Thanks in advance
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top