Altera_Forum
Honored Contributor
16 years ago128, 256, 512, 1024 Points FFT.
If I want to design a module consists of 128, 256, 512 and 1024 points FFT (the users can select the N - points FFT they want), what is the best way to do it? I know, in software such as C and Matlab, you can use like a general module which you write a general FFT code for all of these.
What about in VHDL? Is it similar to the software as well? Or, write the individual code for all of these FFT points? Thanks!