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.

How can I write code in VHDL that makes FFT for certain func

Status
Not open for further replies.

ree

Member level 2
Joined
May 5, 2006
Messages
48
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,658
fft help

hello,

i want to know how i can write code in VHDL that makes FFT for certain function

thanks
 

fft help

what do u mean by "makes FFT for certain function" ?
 

Re: fft help

Alexander Yin said:
what do u mean by "makes FFT for certain function" ?

yes please , or certain o/p from simulation
 

fft help

TRy implementing the butterfly architecture given in DSP textbooks in VHDL....clue:implement one butterfly per clock cycle...it will be an efficient design.
 

Re: fft help

achandra said:
TRy implementing the butterfly architecture given in DSP textbooks in VHDL....clue:implement one butterfly per clock cycle...it will be an efficient design.

please can u tell me how to implement this design?and what's it's archticture?
 

Re: fft help

Hi,

If you are using Altera Quartus software, the FFT function is a free IP. You can use it.

If you need more details, contact me.

Regards,

N.Muralidhara
 

fft help

An FFT in simple terms is a multiple function on the I and Q of a quantized data set. A DSP book can explain the details.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top