Altera_Forum
Honored Contributor
15 years agoA question regarding fft
Hi,
I'm kind of new to everything related to fourier transforms. What I want to do is ultimately create some kind of computer-based spectrum analyzer. To do that I have an Altera Cyclone II with 18k LEs, USB core and everything related to connect my board to the PC, and Unicore Systems' Pipelined FFT 128 points core. So let's say I have a 100MHz sine wave going through an ADC and into my Cyclone II. I want to transform that sine wave from the time domain to the frequency domain, by using the FFT core of course. But my quesion is - what do I do next? I mean, what is the output of the FFT core? And how can I process it into a spectral image on my PC? (I already know C/C++/C#, I just don't know what to expect from the FFT output) Thanks a lot!