Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHelp with altera FFT
hello; what i want to do is to get spectrum of an sinusoidal signal using the altera fft core i have generated a v8 fft with the following setting: fft point : 64 (to start with) archi...
Altera_Forum
Honored Contributor
17 years agobetween your data source and your FFT input you need a multiplier, ROM, and state machine. the input data and ROM output are connected to the multiplier, and the output of the multiplier (truncated) is fed into the FFT. a counter steps through the ROM at the same rate as the input data is fed into the FFT. i will see if i can draw a block diagram, but it is fairly straight forward.