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.

verilog code of an 8 bit FFT using block floating point arit

Status
Not open for further replies.

hirataqdees

Newbie level 5
Joined
Dec 19, 2009
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
pakistan
Activity points
1,354
hey...
am new to verilog..and i have to implement an 8 bit FFT using block floating point arithmetic.i want to understand wht to do in it.
i need hep urgently..
regards
 

Re: verilog code of an 8 bit FFT using block floating point

The first step is to implement the floating point unit. Then, you use the butterfly structure to make the FFT.

For to start in floating point unit:

**broken link removed**

and FFT
https://en.wikipedia.org/wiki/Butterfly_diagram
 
Re: verilog code of an 8 bit FFT using block floating point

thnx alot..
can u explain a bit what i have to do?
actually i have no idea what to do n how :( :(...
the first link u gave conains vhdl code while i need guidannce in verilog..

Added after 1 hours 19 minutes:

i have got idea abt tht sinconversion..now only prblem iz abt butterfly method..

Added after 2 minutes:

another thing is tht i need to implement tht thing for 8 bit...the sincomputer takes 20 inut data...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top