Well,
This is where I would start.
If you are familiar with hardware architecture in terms of what performance
you need and how fast or parallel processing required (no VHDL needed!), you
may choose one mathematically familiar implementation, among several FFT
implementations, you can image the architecture in terms of multipliers &&
accumulators && registers (let's call it microarchitecture of your design).
One you have done that, the rest is piece of cake, really.
Study VHDL, do some minor projects for a few days and then you would be able
to estimate your performance better than anybody in this newsgroup.
There is a way to have FFT as a core / reference, but i would not recommend
this, if the goal is to study FPGAs.
Hope this helps.
Vladislav
"biot" <
[email protected]> wrote in message
news:
[email protected] ups.com...
>
> Hi members,
> I am a student and completely new to FPGA. I am learning VHDL. My
> objective is to implement FFT in spartan-3 starter kit. I would like to
> know how many months it will take me to fully design it. As a novice i
> would like to know few suggestions and references for my project. I
> need help. I don't know from where to start.
>